Skip to content

Bug Fixes and Small UI Enhancements

Compare
Choose a tag to compare
@RickStrahl RickStrahl released this 16 Aug 17:10
· 248 commits to main since this release
  • New Context Menu in Preview Browser
    The preview browser now provides a few options to show content in an external browser, and show source code in an editor window (with live HTML preview of the HTML text).

  • Alt-z shortcut for WordWrap in Editor
    You can now use Alt-z for toggling wordwrap in the Markdown/Code editor.

  • Updates to the Preview Active Line Indicator Highlight
    When previewing Markdown Monster highlights the active line in the previewer using custom styling. Those styles have been updated to be more context sensitive and a little bit bolder to make preview cursor position more obvious.

  • WebBrowerPreviewExecutable Configuration Option
    You can now explicitly specify an executable to use for externally previewing HTML in a Web Browser. Since Windows seems to have a problem with amnesia when it comes to remembering file associations to the Web Browser and reverts to Edge frequently, you can explicitly specify a browser executable. Defaults to Chrome in Program Files (x86). If executable is not found or empty, MM uses the system default (previous behavior).

  • Fix: File association not working
    Fixed issue where clicking on a file in Explorer or using the command line wasn't opening the file in Markdown Monster.

  • Fix: Image Preview from Files or Editor
    If selecting images in the file selector, the preview now shows local file images and images selected from within the editor via selection of an image Markdown tag.