| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Markdown Monster 4.2 source code.tar.gz | < 21 hours ago | 61.3 MB | |
| Markdown Monster 4.2 source code.zip | < 21 hours ago | 61.3 MB | |
| README.md | < 21 hours ago | 5.5 kB | |
| Totals: 3 Items | 122.6 MB | 0 | |
-
Improved Preview Syncing
We've revamped the preview syncing mechanism to better sync the preview page position closer to the the editor's current cursor position during editing, clicking into and selecting text. For scroll operations, the preview is synced at the top of the page to the top of the editor. (#1264) -
Improve Image Refresh in Preview
Improve image refresh if images are updated outside of MM. Various Refresh Browser options now hard refresh and clear the cache explicitly to force the preview browser to update images immediately when performing image related operations (browser context menu and edit menu and clipboard paste and drag and drop operations). The explicit image refresh now also explicitly clears the cache for when images are updated without any explicit image updates in the UI. -
Improved MathML Handling in Preview
The preview browser now properly renders MathML expressions immediately when added to the page, compared to the prior behavior that required reloading the page on first insert to get the library loaded. The page now detects the missing math library on dynamic preview updates when required and automatically does a full page reload immediately. -
Add Open Documents and Project Files to Command Palette
When you search using the Command Palette (ctrl-shift-p), the search result now includes a list of open documents (title and filename displayed), and a list of matching files based on the project base path file tree (filename and folder displayed). These new items are displayed on the bottom of the results list. This effectively gives you a quick way to search and open/activate files that are either open or in the file system in the project's (or current and down) path.
Note that you can establish a project base folder via marker files -
Go To Line in the Editor
Added Go To Line to the edit menu and viactrl-g. Surprisingly this has been a missing feature. Also available in the Command Palette. -
Add WordPress API Weblog Publishing
We've supported WordPress XML-RPC publishing since the beginning but we've now added support for the more modern REST API publishing. No changes to overall behaviors, but using the currently recommended architecture instead. Handles both self-hosted and WordPress published sites. -
Improved Git Undo Change Handling
Added separate options for Undoing and Deleting currently selected file or all checked files. Also you can now Revert all changes in the repo with a single button. Previously only single file operations where supported. Related: Fix Undo bug that in some cases was not actually discarding changes. -
Weblog Publishing: Generate AI Abstract from Document
The Weblog publishing dialog now has an AI Generate Abstract button (if an AI provider is configured) to generate a single paragraph abstract from the document. -
Fix: Format and Edit Table when there's White Space Before
Fix issue when a table that is to be formatted or edited has white space in front of it, for example in a list that results in an list level indent. Previously table was inserted into column zero. This fix maintains the spacing based on the first line of the table. (#1260) -
Fix: Configuration Help Text Formatting
Fix the documentation XML Docs import to properly handle leading spaces in help content. Fixes the misaligned first line regression bug introduced in updated object structure parsing. Related fix: Improved performance of the configuration screen initial display by eliminating excessive exceptions. -
Fix: AI Chat Interface Cancel Operation
Canceling an in-flight chat request now properly updates the UI and hides the spinning ball and displays a cancel message in the response view. -
Fix: Open in New Window With Untitled Documents
Fix bug where attempting to open in new window fails with untitled documents and loses the unsaved untitled document text if the file isn't saved when prompted. Fixed by not saving the file and opening the file in memory in the new editor - ie. in the same untitled/unsaved mode as in the previous editor. Also fixed various activation issues around this feature in the various avenues that access this feature (editor, tab, window menu). (#1262) -
Fix: Editor Text Scaling
Fix the percentage drop down to accurately reflect the editor scale size as set via scroll wheel or Ctrl-+/- and by selecting values from the dropdown. Previously the dropdown was not reflecting the updated value and was affecting the font size resulting in the numbers not accurately reflecting the actual scale value. Fixed.