1.28
-
Allow Swapping Editor and Preview Location
You can now swap the editor and preview location via a new View->Swap Editor and Preview Location menu option and a via Editor/Preview Splitter Context Menu. -
New Splitter Context Menu
Added a new context menu that displays options for swapping editor and preview, entering presentation mode and toggling the preview display. -
Track Active Document in Folder Browser
As a heavily requested feature, we've added support for optional document tracking in the folder browser. Using theFolderBrowser.TrackDocumentInFolderBrowser
configuration switch (also via a toggle button in the Folder Browser) any time you change the document the Folder Browser navigates to that file. -
Create Link from Document Outline Anchor
You can now create a link in selected text from a header link in the document outline. A new context item creates a markdown link from the current text selection with the header ID for the link navigation. -
Hierarchical Configuration Settings for Project, Marker Files
You can now override global configuration settings via JSON file settings in Markdown Monster Project Files (in theConfiguration
node), or in the.markdownmonster
marker file. In both cases you can use JSON to override default configuration settings like font-size, editor and preview themes, formatting, line numbers etc. -
Add Default Search Engine Configuration Option
For Web lookups you can now select a Search Engine (DuckDuckGo, Google, Bing) for opening the browser on a search page. Set via the newWebBrowserSearchEngine
configuration setting in settings. -
Set Table Type when using Edit Table
When editing Markdown or HTML tables, the table type is now properly set when the table editor is opened. Previously the default Pipe Table was used. -
Updates to the Table Editor
Fix some navigation issues. Update editing field height to provide more consistent display of new fields when they are injected. Smaller font size - previously the font-size was larger than the default template. -
Fix: Open From Url GitHub Repo Fixups for
Main
When extrapolating repository URLs MM now checks formain
in addition tomaster
branches for default documents and for repo URL fixups. -
Fix: Table Editor Autosizing for Table Cell Editing
Table cells now auto-grow in height as you are editing them when adding linefeeds or overflowing at the end of the line. -
Fix: Table Editor Crash
Fix Table Editor crash when reformatting mismatched table column counts. If a table had fewer columns for a row it would crash in some situations. Missing columns are now auto-created as empty columns. -
Fix: Drag and Drop Selection in the Folder Browser
Fix issue where selecting an item would not always drag the correct item (due to invalid tree item selection). Items are now explicitly selected before dragging. -
Fix: Search Panel Result Selection Behavior
Search panel result clicks now open search results in preview-only mode, only if the tab is not already open. Double click now opens the document as non-preview document. Fixes issue where a search result in an existing window might close an already open window.