Skip to content

Version Rollup Release

Compare
Choose a tag to compare
@RickStrahl RickStrahl released this 25 Aug 07:32
· 239 commits to main since this release
  • Uninstall Command Line Option
    You can now run MarkdownMonster.exe -uninstall to remove all registry settings that Markdown Monster makes during a portable (ie. non-installer) installation. To do a full, clean, manual uninstall of Markdown Monster run MarkdownMonster.exe uninstall, then delete the install folder and %appdata%\Markdown Monster.

  • Tab Headers properly hidden in DistractionFree Mode
    DistractionFree mode now properly hides the tab headers when including tabs in the DistractionFreeModeHideOptions configuration option. Previously the tabs were not visible but the tab panel still showed.

  • HTTP Links now rendered in external Browser
    Embedded HTTP links in the document that point to external sites with explicit URLs (not relative URLs) are now opened in the default system browser rather than inside the previewer or - for links with explicit targets - Internet Explorer. MM intercepts navigation to http links and displays the content in the default browser.

  • Save as Encrypted File
    You can now use a password to encrypt files when they are saved to disk. Using the new Save as Encrypted File option files are encrypted using TripleDES encryption using a password you provide. Encryption works for any text file you can open in MM, not just markdown files.

  • Installer no longer requires Admin Privileges
    The full installer no longer requires admin privileges and installs into %AppLocalData%\Markdown Monster. MM now sets all registry keys - including file associations - in the Current User store so no admin access is required for installation or running MM.

  • Portable Install now supports Markdown File Associations
    We've added support code to add .md and .markdown file extension association to Markdown Monster using Current User registry keys, so admin rights are not longer required. This makes all MM features available to the portable install.

  • Fix: File Browser Drag Image into Document
    Fixed issue with File Browser image dropping. Works again as well as text selection drag and drop in editor.

  • Word Wrap and Line Number Toggles on Menu
    You can now toggle Word Wrap and Line Numbers from the View menu. Previously you could only set this setting globally in Tools->Settings.

  • Add Ctrl-Q hotkey for Quoting
    You can now use the Ctrl-Q hotkey to quote a text selection. Select the text you want to quote and press Ctrl-Q to turn the text into quoted text. Same behavior as toolbar with a hotkey.

  • Fix: Commandline File Loading and MD File Load
    Fixed regression bug that caused files to not load when running in single window mode. This affected loading from .md files in Explorer or from the command line via mm readme.md.

  • Fix: Dragging Explorer Files Copying from external Locations
    Fixed issue where files dropped from Explorer were not getting copied properly into the selected project local folder.

  • Fix: Better support for Text Drag and Drop
    Reworked drop handling in Editor so that Text dragging and dropping within the document works. Operations now work for both Move and Copy operations, but there's still an issue with the drag image being an image of the entire editor.