Markdown Monster is a Markdown editor and viewer that lets you edit Markdown with syntax highlighting and fast text entry. A collapsible, synced, live preview lets you see your output as you type or scroll. Easily embed images, links, emojis and code using Markdown text or use our gentle UI helpers that simplify many operations with a couple of keystrokes. Paste images from the clipboard or drag and drop from Explorer or our built-in folder browser. Inline spell-checking and word counts keep your content streamlined unobtrusively.
You can export your Markdown to HTML or PDF by saving to disk or by copying Markdown Monster selections as HTML directly to the clipboard. The HTML preview can display syntax colored code snippets for most common coding languages, and can easily be customized with HTML and CSS template to match your own sites. You can choose from a light and dark app theme, and choose individual editor and preview themes that are fully customizable. You can even use Vim or EMacs type conventions. Other convenience features let you browse for and select files in the built-in folder browser, use the document outline to jump through sections in your Markdown, or shell out to Explorer, Terminal or your favorite Git client. It’s all about convenience – everything is at your finger tips, but it’s out of your way until you need it.
Markdown Editing and Weblog Publishing for Windows
- Syntax colored Markdown
- Live HTML preview
- Inline spell checking
- Embed images, links and emoji
- Paste images from Clipboard
- Capture & embed screen shots
- Save to Html and PDF
- Weblog publishing and editing
- HTML to Markdown conversion
- Editor and preview themes
- Git Integration
- Document Outline
- Template text expansion
- .NET scripting & addins
- DEVELOPER: Markdownmonster
- OS: Windows 7, Windows 8, Windows 10
- LANGUAGE: Multilingual
- Available languages: English, Italian, Polish, Spanish, French, Chinese, Japanese, German
- License Model: Purchase
- Price: $60 (Free in DLPure.com)
not released yet
- 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. - 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. - 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.