Skip to content

v3.4

Latest
Compare
Choose a tag to compare
@RickStrahl RickStrahl released this 22 Aug 23:07
· 7 commits to main since this release
  • AI Support Features: Summarize, Translate, Grammar Checking
    We've added a number of AI assisted operations that allow you to create a summary of the current document or selection, translate a selection or the entire document, or perform a basic grammar check of a selection of text.
    Features require an OpenAI/Azure OpenAI API key or local a OpenAI server like Ollama.

  • Updated OpenAI Image Generation Connections
    We've made changes to the way OpenAI Image Generation API connections are made, using a shared mechanism with the new completion features. If you had a previously configured image provider you'll likely need to re-enter the connection information.

  • Add Support for PlantUml Diagrams
    You can now preview the embedded PlantUml diagrams in the previewer as well as capture and export diagram output in your Markdown documents.

  • Toggle Preview Zoom
    Provide a more consistent way to zoom the preview window within the editor. You can now press Ctrl-11 to zoom the preview in the editor/preview pane, and the choice persists across documents.

  • Switched FontAwesome v6.x
    Markdown Monster now uses FontAwesome 6.0 in the preview renderer from the v4.70 (ugh!). All font styles and the compatibility layer are included to ensure that existing usage of FA fonts in the preview continues to work.
    Keep in mind that FA icon usage depends on support in your final Markdown output rendering target (ie. GitHub, Doc or Blog site etc.) and that engine has to support FontAwesome.

  • Add OnContextMenuOpened Addin Handler
    This method allows interception of several of the context menus that get opened. You can check for a specific context menu type and then use this to potentially inject additional menu options into the context menus.

  • Add Copy Selection on Preview Context Menu
    Add visual Copy Selection to the Preview Context menu. Previously you could only use Ctrl-C to copy content.

  • Add Support for Addin Loading for mmCli
    Addins are now loaded for mmCli so things like Markdown Render Extensions and Custom Parsers can run in mmCli.

  • Fix: Cleanup DocFX formatting
    Changed DocFx formatting for note boxes to more closely match GitHub's light and dark theme styling. (#)

  • Fix: Search Link in Link Dialog and Link Lookup
    Fix search engine lookup that provides a link list for the selected search text. Provide current Edge browser string to help with Bing not identifying content as a bot.