Skip to content

Releases: c3er/mdview

2.6.0 Table Of Content

12 Apr 21:00
Compare
Choose a tag to compare

The application can now display a Table of Content (TOC). The TOC is hidden by default. It can be displayed via entries in the "View" menu or by pressing Alt+C (Option+C on macOS) for a single document only or via Alt+Shift+C (Option+Shift+C on macOS) for all documents.

A bug regarding very wide tables as fixed. If a document was printed, wide tables could be cropped. See issue #26

2.5.1 Support for embedded Base64 image data

30 Oct 15:15
Compare
Choose a tag to compare

The tools now supports embedding an image as Base64 inside a data URL.

Example:

![A PNG image](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAB2CAIAAADtOCDyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAN9SURBVHhe7dhrcoIwAADhnosDeR5P42U4TBsgTwiKDttph/3+CSHGsgL261ti2JYotiWKbYliW6LYlii2JYptiWJbotiWKLYlim2JYlui2JYotiWKbYliW6LYlii2JYptiWJbotiWKLYlim2JYlui2JYotiWKbYliW6LYlii2JYptiWJbotiWKLYlim2JYlui2JYotiWKbYliW6LYlii2JYptiWJborzR1u3rudsjDsSNj7iW33tLve+PtXWsmjTIuP60z+6J+eSefW7H+3Bg4vG+vP9gWn/Zv2xL/wLSVrizDbGRYAiXlzHuWYyP+y3vz7vLna7Sf4M0NE8cmxzuY/Pmwy1smHY323qraZa7HJQ1y63Ua3v1ka/o/La6idQjOwPmnR+0NbU0S20F847KcNuG8XQxkzzx7oggz7IzpL/26zi5rXxPG+7xizt9oZdNcWw6Nn6zx/kbv2rk1XlJc2yPm1qaJw7Txg3BZls+MGyZLzJpnjwiLiBNHA8Il7Dm9bTp9Ue+qHPbWp2JKI2eB1f11GOiam/c0pVm3LZVHddb5N7Ci2ax+eU2pTTBgY98Vee2lbd3LYNzBkF9yZid2dbhbe3zVhQHrN5pe9068pEv6tS26mw60uByz1hUD8+/3tZqKUU+qBtP3nvwI18Sc91qbxBdy3PWMrwc8MttlTLyHTpNHQ9KI6ql3tJz1eyNj3w1zPPWevuu9QEHJzi7rSqMtq04INy6550dvXfR7Ny2yl86nK787V4uUfH8hRHlm59/luWTuztz4+y20kT59WZAZfpHR/VDpAzZ+8hXdXJb/bMx256+ojoJeerF9g0mZ7W1v9p80Go9RVnz7iS29YH0a6l/6tc/vKoL1aR50Fo/vgRj/U/7/tlJJzxfPj5tK2jeLvyqiHPHAfFVtY48Rb22Fx/5mj5r6ypSR81XqNesOmzrmXxDrP5LUraZ1nO29VQOaePiz1JH2NYL8RdfLCrwUeoo2xLFtkSxLVFsSxTbEsW2RLEtUWxLFNsSxbZEsS1RbEsU2xLFtkSxLVFsSxTbEsW2RLEtUWxLFNsSxbZEsS1RbEsU2xLFtkSxLVFsSxTbEsW2RLEtUWxLFNsSxbZEsS1RbEsU2xLFtkSxLVFsSxTbEsW2RLEtUWxLFNsSxbZEsS1RbEsU2xLFtkSxLVFsSxTbEsW2xPj+/gHoQQBYIGLfTAAAAABJRU5ErkJggg==)

2.5.0 Choose which files are rendered as Markdown

11 Jul 23:14
Compare
Choose a tag to compare

It is now possible to choose whether an opened file shall be rendered as Markdown or just as plain text. Based on the file name ending, it can also be chosen to render all files of a type (i.e. with the same ending) as Markdown or not.


This is the first release that also contains a Mac package (DMG for ARM).

Note: there are some usability issues currently and the application is not much tested yet (or much used by the author in practice). Future releases will hopefully bring improvements in this regard.

Also, the package is not signed, so expect some hassles at installing.

2.4.0 Support for Task lists

13 Feb 15:19
Compare
Choose a tag to compare

The application renders now task lists. See issue #19 for details.

Bugfixes:

  • Images, those file names include a hash sign # were not displayed
  • Fixed link to release page in README

2.3.1 Context menu regression fix

26 Dec 00:26
Compare
Choose a tag to compare

The context menu (right click) did not appear since the last version (2.3.0).

2.3.0 Markdown rendering options

30 Nov 09:53
Compare
Choose a tag to compare

Certain Markdown rendering features are now configurable:

  • Whether line breaks in the middle of a paragraph shall be treated
  • Converting Emoticons to Emojis
  • Typographic replacements

2.2.1 Regression fix

20 Nov 03:55
Compare
Choose a tag to compare

The encoding recognition could lead the application to crash at opening certain documents.

2.2.0 File encoding recognization

12 Nov 01:36
Compare
Choose a tag to compare

The tool now recognizes the encoding of a Markdown file automatically. The encoding can still be set manually, if the encoding was not recognized correctly.

2.1.0 Additional settings

26 Sep 18:04
Compare
Choose a tag to compare

The application now remembers the last window position for each last opened document.

The content size can be changed via Ctrl++ and Ctrl+-. Ctrl+0 sets the content to the default size. This setting is independently from the document, i.e. the setting is application wide.

Some changes in appearance (thanks to Loïs Bégué).

An about dialog was added (inspired by Loïs Bégué).

Improved accessibility of the main menu via keyboard (inspired by Loïs Bégué).

Bug fixes:

  • Regression at handling of backslashes in document paths. Version 2.0.0 could not open documents that are on a Windows network share (with a path like \\computer\share\path\to\file.md).
  • Markdown file recognition is now case insensitive (thanks to Loïs Bégué).

2.0.0 Open links in same window

15 Aug 22:49
Compare
Choose a tag to compare

Links are now opened in the same window. If you want to open a link in a new window (previous default behavior), use the middle mouse button, i.e. pressing the mouse wheel.

See also issue #11