<rss version="2.0">
  <channel>
    <title>Markdown Monster Blog</title>
    <link>https://markdownmonster.west-wind.com/blog/</link>
    <image>
      <url>ImageUrl</url>
      <title>Markdown Monster Blog</title>
      <link>https://markdownmonster.west-wind.com/blog/</link>
    </image>
    <description>Wind, waves, code and everything in between</description>
    <copyright>(c) West Wind Technologies 2006-2026</copyright>
    <pubDate>2026-05-27T04:01:05.2774711Z</pubDate>
    <lastBuildDate>2019-05-26T08:46:24.897Z</lastBuildDate>
    <generator>Rick Strahl's West Wind Weblog</generator>
    <item>
      <title>Why use a dedicated Markdown Editor?</title>
      <description>&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/Banner.jpg" alt="Banner"&gt;&lt;/p&gt;
&lt;p&gt;I often get asked why anybody would need a dedicated Markdown Editor. After all, just about any of the many multi-purpose editors out there today provide decent Markdown editing support with basic previewing and syntax highlighting.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;So why would you need a tools like &lt;a href="https://markdownmonster.west-wind.com"&gt;Markdown Monster&lt;/a&gt; as a dedicated Markdown  editor?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That's a fair question. I use multi-purpose editors most of my developer day. I use &lt;a href="https://code.visualstudio.com/"&gt;Visual Studio Code&lt;/a&gt; as my primary text and project editor and I have it open almost continuously throughout the day for editing code and all sorts of text documents. It serves as my project browser, terminal, development tool and general purpose text and script editor. And yes, I even use it to edit Markdown text quite frequently, because frankly the &lt;a href="https://code.visualstudio.com/Docs/languages/markdown"&gt;Markdown support in VS Code&lt;/a&gt; is pretty decent - for a generic editor.&lt;/p&gt;
&lt;h3 id="so-why-use-a-custom-editor-like-markdown-monster"&gt;So why use a Custom Editor like Markdown Monster?&lt;/h3&gt;
&lt;p&gt;But when it comes to doing some &lt;em&gt;serious&lt;/em&gt; writing, meaning I'm writing a longer piece of documentation, a blog post or article, I'll reach for a real editor - in my case Markdown Monster (and yes I'm biased since I'm the author).&lt;/p&gt;
&lt;p&gt;Generic editor Markdown support is great, but these editors are just that - generic editors that provide text editing with some additional previewing of rendered Markdown. If quick editing of a small bit of text is all you need - that's great - an editor will serve you well for Markdown.&lt;/p&gt;
&lt;p&gt;But if you're using Markdown for more than just writing a short &lt;code&gt;Readme.md&lt;/code&gt; in your favorite Github repo, you may find that there are a lot of things that can be optimized while writing Markdown text. Even though Markdown is text centric and can be entered almost entirely via keyboard entered text, that doesn't mean that there aren't a host of optimizations that you can apply to provide a better editing workflow.&lt;/p&gt;
&lt;p&gt;With Markdown Monster I've optimized with what is an optimal workflow for me which is for the most part writing documentation and blog posts that contain lots of image content, code and basic markup.&lt;/p&gt;
&lt;p&gt;Markdown Monster provides a host of features that you're not likely to find in a plain editor.&lt;/p&gt;
&lt;p&gt;Here's a list of a few things that go beyond basic editing features:&lt;/p&gt;
&lt;h4 id="rich-image-support"&gt;&lt;a href="http://markdownmonster.west-wind.com/docs/_4s01ezteq.htm"&gt;Rich Image Support&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;You can embed images into MM in a variety of ways: Using markdown text, using a smart image dialog that can detect clipboard images and image Urls, &lt;em&gt;pasting images directly from the Clipboard&lt;/em&gt; or dragging and dropping images from Web pages, Explorer or any Shell operation into the markdown document directly.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/ImageDialog.png" alt=""&gt;&lt;/p&gt;
&lt;h4 id="capture-and-embed-screen-shots"&gt;&lt;a href="http://markdownmonster.west-wind.com/docs/_4nj0wbomy.htm"&gt;Capture and Embed Screen Shots&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;MM comes with a built-in Screen Capture tool that lets you select windows to capture. You can run delayed captures to capture mouse cursors and actions (like dropped down menus). If you use SnagIt MM can use it to capture screen content, or you can use trusty old Ctrl &amp;amp; Alt PrtScn to capture a Window or the Screen and then simply paste it into the Markdown document.&lt;/p&gt;
&lt;p&gt;The tool is basic, and you can certainly use external tools like SnagIt, the Windows Snipping tool or any other tool and copy the image to the clipboard, then paste it in Markdown document.&lt;/p&gt;
&lt;p&gt;MM also integrates directly with SnagIt so you can set up the built-in screen capture to use SnagIt instead of the integrated capture using the same capture and auto-paste workflow.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Images captured and stored to disk from clipboard or screen captured are also automatically compressed to minimize size.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id="inline-spell-checking"&gt;&lt;a href="http://markdownmonster.west-wind.com/docs/_4rg0wj7pb.htm"&gt;Inline Spell Checking&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;If you're writing Markdown content you likely are writing text, and that text should be spell checked.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/SpellChecking.png" alt=""&gt;&lt;/p&gt;
&lt;h4 id="embedding-of-links"&gt;&lt;a href="http://markdownmonster.west-wind.com/docs/_4xs10gaui.htm"&gt;Embedding of Links&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;MM includes a link dialog that lets you highlight text, click (or press Ctrl-K) and automatically create a link to a URL on your clipboard or by typing in the URL. This often is much faster than manually typing the Markdown link syntax. With MM this becomes Select Text/Ctrl-K/Enter.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/LinkDialog.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;You can also link to in document links using the Link picker or Document Outline:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://github.com/RickStrahl/ImageDrop/blob/master/MarkdownMonster/Bookmarklinking.gif?raw=true" alt=""&gt;&lt;/p&gt;
&lt;p&gt;MM also includes a built-in Link Checker that makes it easy to find bad links.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://raw.githubusercontent.com/RickStrahl/ImageDrop/refs/heads/master/MarkdownMonster/CheckDocumentLinks.gif" alt=""&gt;&lt;/p&gt;
&lt;h4 id="publishing-content-to-a-weblog"&gt;Publishing Content to a Weblog&lt;/h4&gt;
&lt;p&gt;If you're writing blog posts and you are using a service that uses Wordpress, MetaWeblog API or Medium, you can directly publish your Markdown to the Weblog using the built-in Weblog Addin.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/WeblogDialog.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;The addin also optionally stores posts and dependencies locally so you can easily republish and search content.&lt;/p&gt;
&lt;p&gt;If you're using static site generators like Jekyll or Ghost - that works just fine too, but you don't really need publishing tools for these platforms.&lt;/p&gt;
&lt;h4 id="paste-html-as-markdown"&gt;Paste HTML as Markdown&lt;/h4&gt;
&lt;p&gt;MM lets you convert HTML to Markdown. If you pick up lightly formatted HTML that uses Markdown supported HTML constructs, you can turn that HTML into Markdown simply by selecting some HTML in a browser and using the &lt;strong&gt;Paste Html as Markdown&lt;/strong&gt; menu option to paste it. To be clear, this won't work with all HTML - any HTML that doesn't fit within the limited confines of Markdown's support HTML set is pasted as raw HTML.&lt;/p&gt;
&lt;h4 id="create-pdf-and-html-output"&gt;Create PDF and HTML Output&lt;/h4&gt;
&lt;p&gt;You can easily create PDF and HTML output from your Markdown. MM can save rendered HTML as an HTML document either in raw form without custom styling or provide the full content used to render the preview which includes Preview styles. PDF output is statically generated from rendered HTML and makes for an easy, self-contained document that includes all formatting and images. You can also easily see the rendered HTML output or preview output in an external browser.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/PdfOutput.png" alt=""&gt;&lt;/p&gt;
&lt;h4 id="customize-the-html-preview"&gt;&lt;a href="http://markdownmonster.west-wind.com/docs/_4nn17bfic.htm"&gt;Customize the HTML Preview&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;MM uses Web based templates to render the HTML preview. Several different styles are provided and you can easily create your own template that matches whatever target your final Markdown rendered HTML has to be deployed in. Templates are plain HTML and CSS and can be created in minutes to provide you a custom preview template that formats the Markdown output the way &lt;strong&gt;you want it&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/PreviewThemes.png" alt=""&gt;&lt;/p&gt;
&lt;h4 id="templating-support-using-c-and-razor"&gt;Templating Support using C# and Razor&lt;/h4&gt;
&lt;p&gt;MM has support for a C# based Templating Addin (&lt;a href="https://github.com/RickStrahl/Snippets-MarkdownMonster-Addin"&gt;Snippets Addin&lt;/a&gt;) that lets you create text expansions for Markdown, including full support for C# scripting via Razor. This lets you create sophisticated scripts to embed content into your Markdown document dynamically.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/SnippetsAddin.png" alt=""&gt;&lt;/p&gt;
&lt;h4 id="extend-markdown-monster-via-addins-or-commander-addin"&gt;Extend Markdown Monster via Addins or Commander Addin&lt;/h4&gt;
&lt;p&gt;Want to enhance MM with your own functionality? Need to do something special in your Markdown documents or simply want a new UI feature that MM doesn't provide? You can extend Markdown Monster via &lt;a href="http://markdownmonster.west-wind.com/docs/_4ne0s0qoi.htm"&gt;.NET based Addins&lt;/a&gt; with little effort. Alternately you can use the &lt;a href="https://github.com/RickStrahl/Commander-MarkdownMonster-Addin"&gt;Commander Addin&lt;/a&gt; to create simple automation tasks without creating a full blown addin.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2017/Why-use-a-dedicated-Markdown-Editor/AddinTemplate.png" alt=""&gt;&lt;/p&gt;
&lt;h3 id="summary"&gt;Summary&lt;/h3&gt;
&lt;p&gt;Generic editors are great, and for many basic editing tasks they are perfectly fine. But if you find yourself writing a lot of text in Markdown you might want to check out a dedicated editor like &lt;a href="https://markdownmonster.west-wind.com"&gt;Markdown Monster&lt;/a&gt; to see if you can improve your productivity with a few helpful features that facilitate an optimized workflow for things like image and link embedding and performing tasks that actually do something with your markdown other than just writing it. Give it a try - you may find you end up more productive...&lt;/p&gt;
</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2019/May/25/Why-use-a-dedicated-Markdown-Editor</link>
      <guid isPermaLink="false">isc3be1m50tz</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2019/May/25/Why-use-a-dedicated-Markdown-Editor#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2019/May/25/Why-use-a-dedicated-Markdown-Editor</guid>
      <pubDate>Sat, 25 May 2019 22:46:24 GMT</pubDate>
    </item>
    <item>
      <title>Favorites for better Document Management in Markdown Monster</title>
      <description>&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/FavoritesInMarkdownMonster.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;I've just put out Version 1.12.6 of &lt;a href="https://markdownmonster.west-wind.com"&gt;Markdown Monster&lt;/a&gt; which includes a new feature: &lt;strong&gt;Favorites&lt;/strong&gt; which lets you pin favorite files and folders to a new favorites side panel.&lt;/p&gt;
&lt;p&gt;This may seem like a small feature, but for me at least this was one of the last missing pieces in my document management work flow in Markdown Monster. I use Markdown for so much stuff these days that it's becoming difficult to keep track of where files are located or even just remembering what's important 😀.&lt;/p&gt;
&lt;p&gt;Using favorites you can add any kind of file (not just Markdown Files) or folders to the favorites list.&lt;/p&gt;
&lt;p&gt;I have a lot of notes and lists that I keep in Markdown files and one of the biggest annoyances has been to keep track of the various ever reused files. Even with Markdown Monsters configurable and optionally very long recent files list, I find that often when working on a project I open so many Markdown files in a single project that the Recent List often becomes useless and many of my frequently used files that I really want to track keep dropping off these lists and I then end up having to try and remember where they live.&lt;/p&gt;
&lt;p&gt;Favorites address this issue nicely by allowing me to keep my often reused files linked in one place along with an easy way to add favorites and organize them into groups via drag and drop. Favorites are obviously nothing new, but most document editors oddly don't have this super useful feature built-in.&lt;/p&gt;
&lt;h2 id="favorites-in-markdown-monster"&gt;Favorites in Markdown Monster&lt;/h2&gt;
&lt;p&gt;So with that idea in mind, I added Favorites to Markdown Monster's UI. There are three parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Favorites Panel to add/edit/find and navigate Favorites&lt;/li&gt;
&lt;li&gt;Places to open the Favorites Panel from&lt;/li&gt;
&lt;li&gt;Places to add Favorites from&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here's what this Favorites Panel looks like:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/MarkdownMonster_FavoritesPanel.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;You can access the favorites panel either from the &lt;i class="fas fa-star" style="font-size: 1.1em"&gt;&lt;/i&gt;  toolbar button or from the &lt;strong&gt;Recent Files Menu dropdown&lt;/strong&gt; which is accessible from multiple places:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/RecentMenuFavorites.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;You can add Favorites from the Tab Context menu of the active tab:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/AddToFavoritesTab.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;or from the folder browser:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/AddToFavoritesFolderBrowser.png" alt=""&gt;&lt;/p&gt;
&lt;h2 id="lists-lists-everywhere-theres-lists"&gt;Lists, Lists Everywhere There's Lists&lt;/h2&gt;
&lt;p&gt;If you're anything like me you probably manage a number of lists:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Various ToDo lists&lt;/li&gt;
&lt;li&gt;Meeting notes&lt;/li&gt;
&lt;li&gt;Phone log notes&lt;/li&gt;
&lt;li&gt;Blog posts or post/article ideas&lt;/li&gt;
&lt;li&gt;Client project notes and credentials&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most of these types of files I use constantly, but even though they are frequently used, they often fall of Markdown Monster's &lt;strong&gt;Recently Used&lt;/strong&gt; list. Having a single place to go to to find files I frequently use makes it much more likely for me to use Markdown keeping track of things especially like Meeting notes or client errata that I need.&lt;/p&gt;
&lt;h3 id="related-feature-encrypted-markdown-files"&gt;Related Feature: Encrypted Markdown Files&lt;/h3&gt;
&lt;p&gt;Another related useful feature of Markdown Monster is its &lt;strong&gt;ability to create encrypted files&lt;/strong&gt; that are password protected. This allows me to store sensitive information like logon credentials in Markdown files securely. This feature is available from the &lt;strong&gt;File -&amp;gt; Save As Encrypted File&lt;/strong&gt; menu option and writes out the file in an encrypted format that is password protected.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/Faovorites-in-Markdown-Monster/EncryptFile.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;To open the file again you have to provide a password.&lt;/p&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;Favorites are not a very glamorous marquee feature, but it is a very useful one, especially over time as more files are accumulated and you use Markdown more and more. Having an easy way to store common file links and being able to quickly access them is a huge feature if you manage a lot of files in disparate locations. I know for me, although I just started using it this is already a big time saver and has increased my use of Markdown for common tasks that previously seemed too tedious because of the file location issues.&lt;/p&gt;
&lt;p&gt;So if you're using Markdown Monster check out the new Favorites feature and see if it can't make you more productive using Markdown.&lt;/p&gt;
&lt;div style="margin-top: 30px;font-size: 0.8em;
            border-top: 1px solid #eee;padding-top: 8px;"&gt;
    &lt;img src="https://markdownmonster.west-wind.com/favicon.png" style="height: 20px;float: left; margin-right: 10px;"&gt;
    this post created and published with 
    &lt;a href="https://markdownmonster.west-wind.com" target="top"&gt;Markdown Monster&lt;/a&gt; 
&lt;/div&gt;
</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2018/Jul/11/Favorites-for-better-Document-Management-in-Markdown-Monster</link>
      <guid isPermaLink="false">ksrnhkytcs3e</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2018/Jul/11/Favorites-for-better-Document-Management-in-Markdown-Monster#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2018/Jul/11/Favorites-for-better-Document-Management-in-Markdown-Monster</guid>
      <pubDate>Wed, 11 Jul 2018 09:01:05 GMT</pubDate>
    </item>
    <item>
      <title>FolderBrowser Enhancements in Markdown Monster</title>
      <description>&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/PostBanner.jpg" alt="Post Banner"&gt;&lt;/p&gt;
&lt;p&gt;The folder browser may not be a very high profile feature in Markdown Monster, but there have been a surprising number of requests around the folder browser behavior and operation. In &lt;strong&gt;version 1.8.12&lt;/strong&gt; I've done a lot of work to address a number of the issues that were brought up and added a ton of new useful features as well as cleaning up the user interface to be a bit more intuitive.&lt;/p&gt;
&lt;p&gt;Let's take a look.&lt;/p&gt;
&lt;h3 id="file-icons"&gt;File Icons&lt;/h3&gt;
&lt;p&gt;This feature was actually added in 1.8.8, but it's a nice visual update to the folder browser that I think makes the user experience much nicer. By popular request I added icons to the file browser with popular file type icons for many common file extensions and especially developer file extensions.&lt;/p&gt;
&lt;p&gt;Judge for yourself but it makes finding files at a glance a lot easier in busy folders:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/FileIcons.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Also new are the folder tab icons and better differentiation between the active and inactive tabs.&lt;/p&gt;
&lt;h3 id="folder-navigation"&gt;Folder Navigation&lt;/h3&gt;
&lt;p&gt;In the last update there have been a couple of new ways to navigate to files in addition to the original textbox and folder dialog browser ways.&lt;/p&gt;
&lt;p&gt;First the folder dialog is now a combobox with autocomplete that provides path completion as you type or you can use the drop down to pick a file from the path matches you've typed in:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/FolderAutoComplete.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;You can also use environment variables for in the folder text box such as &lt;code&gt;%appdata%&lt;/code&gt; or &lt;code&gt;%programfiles%&lt;/code&gt; for example.&lt;/p&gt;
&lt;p&gt;When inside of the folder browser file hierarchy you can now also simply double click (or use the Context menu) to drill re-open the folder browser at the selected path.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/OpenFolderBrowserHere.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Note that there's also a new &lt;code&gt;..&lt;/code&gt; folder that lets you navigate up the hierarchy to a parent directory which makes it much easier to navigate deeper trees of files. You can double-click this folder to open the Folder Browser at the parent location.&lt;/p&gt;
&lt;p&gt;You can now also open the Folder Browser in the current document using the current document's tab:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/OpenFolderBrowserHereFromTab.png" alt=""&gt;&lt;/p&gt;
&lt;h3 id="drag-and-drop-of-images-and-documents"&gt;Drag and Drop of Images and Documents&lt;/h3&gt;
&lt;p&gt;This is not a new feature, but there are a number of improvements in the Image drag and drop support from the Folder Browser into the editor. You can easily drop images into your documents at a specific editor position. Just drag an image where you want it in the Markdown document.&lt;/p&gt;
&lt;p&gt;If the image is in a relative path it's simply dropped, otherwise MM prompts (optionally) to optionally copy the file to a relative location so the document is more portable.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/DragAndDrop.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;If you drag other documents Markdown Monster will try to open them &lt;strong&gt;if&lt;/strong&gt; they are of a registered extension from the &lt;code&gt;EditorExtensionMappings&lt;/code&gt; configuration setting.&lt;/p&gt;
&lt;p&gt;Unrelated, but you can also drag and drop images from Explorer into documents, but it's more limited in that the drop location is the previous cursor position. If possible use the folder browser as you get to precisely drop images where you want them.&lt;/p&gt;
&lt;h3 id="folder-browser-performance-improvements"&gt;Folder Browser Performance Improvements&lt;/h3&gt;
&lt;p&gt;In this release the way the folder browser is populated has been updated to only load the current folder and dynamically load child folders &lt;strong&gt;as you open them&lt;/strong&gt;. Previously all folders were loaded up front which could be quite slow on large folder hierarchies. You should see improved folder browser load performance in most cases.&lt;/p&gt;
&lt;p&gt;Note that the Folder Browser can still be slow if you open folders with very large numbers of files (in excess of 500).&lt;/p&gt;
&lt;h3 id="new-folder-browser-context-menu-options"&gt;New Folder Browser Context Menu Options&lt;/h3&gt;
&lt;p&gt;The Folder Browser has a number of useful features that you can find on the context menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/FolderBrowserContextMenu.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Especially useful are the options to open a Terminal or Explorer in the current or selected folder. If a file is selected you can also push that file to Git immediately assuming the folder is under source control and Git is already configured.&lt;/p&gt;
&lt;p&gt;New in this update are &lt;strong&gt;Copy Path to Clipboard&lt;/strong&gt;, **Open Folder Browser here and &lt;strong&gt;Find in Files&lt;/strong&gt; (discussed next).&lt;/p&gt;
&lt;h3 id="find-in-files"&gt;Find in Files&lt;/h3&gt;
&lt;p&gt;Another new feature is the &lt;strong&gt;Find in Files&lt;/strong&gt; feature that lets you search for files. You can press &lt;code&gt;ctrl-f&lt;/code&gt; anywhere in the folder browser to bring up the &lt;strong&gt;Search&lt;/strong&gt; pane on the folder browser.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://markdownmonster.west-wind.com/blog/imageContent/2018/FolderBrowser-Enhancements-in-Markdown-Monster-1.8.12/FindInFolders.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;The folder pane by default searches in the current folder, but you can also search all sub-trees. When searching sub-trees files are shown in the entire hierarchy.&lt;/p&gt;
&lt;p&gt;There's a gotcha with searching sub-tress though: If the folder hierarchy is very deep, this can be slow as MM has to load each folder that wasn't previously loaded. In short, use this only on reasonably sized folder structures. It would not be a good idea to do off the Root folder.&lt;/p&gt;
&lt;h3 id="summary"&gt;Summary&lt;/h3&gt;
&lt;p&gt;There you have it. Lots of updates in a very specific area of Markdown Monster that is surprisingly well travelled and has generated a large amount of discussion and feature requests.&lt;/p&gt;
&lt;p&gt;I hope these updates make using Markdown Monster more convenuent to use by providing a host of support features that are the primary reason to be using a dedicated Markdown editor in the first place.&lt;/p&gt;
&lt;p&gt;There are still more features to be added. Namely detection of changes in the file system without having to explicitly refresh the current folder, and Git intregation.&lt;/p&gt;
&lt;p&gt;What's on your list for folder and file navigation? Got an idea of a missing feature - post an &lt;a href="https://github.com/rickstrahl/MarkdownMonster/issues"&gt;issue on Github&lt;/a&gt; and if it's useful we'll add it.&lt;/p&gt;
</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2018/Jan/10/FolderBrowser-Enhancements-in-Markdown-Monster</link>
      <guid isPermaLink="false">c4k6wc8s8jk2</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2018/Jan/10/FolderBrowser-Enhancements-in-Markdown-Monster#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2018/Jan/10/FolderBrowser-Enhancements-in-Markdown-Monster</guid>
      <pubDate>Wed, 10 Jan 2018 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Markdown Monster Addin: Save Images to Azure Blob Storage</title>
      <description>The Markdown Monster Markdown Editor and Weblog Publishing tool has a .NET based addin model that makes it relatively easy to extend its core feature set with custom functionality. In this post I show how you can quickly create an addin of your own, and then show a practical example that demonstrates how add Image uploading to Azure Blob storage as an interactive addin.</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2017/Apr/17/Creating-a-Markdown-Monster-Addin-Save-Images-to-Azure-Blob-Storage</link>
      <guid isPermaLink="false">isunhapaf1jx</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2017/Apr/17/Creating-a-Markdown-Monster-Addin-Save-Images-to-Azure-Blob-Storage#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2017/Apr/17/Creating-a-Markdown-Monster-Addin-Save-Images-to-Azure-Blob-Storage</guid>
      <pubDate>Mon, 17 Apr 2017 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Getting Images into Markdown Documents and Weblog Posts with Markdown Monster</title>
      <description>One good justification for using a rich editor for editing Markdown or a Weblog entry is that you can provide some additional features above and beyond what a simple text or code editor can provide.  When you're creating content you are usually dealing with a number of things beyond plain text like code snippets, feature widgets and most importantly - **images**. Markdown Monster</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2017/Mar/14/Getting-Images-into-Markdown-Documents-and-Weblog-Posts-with-Markdown-Monster</link>
      <guid isPermaLink="false">yk57daadf8r3</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2017/Mar/14/Getting-Images-into-Markdown-Documents-and-Weblog-Posts-with-Markdown-Monster#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2017/Mar/14/Getting-Images-into-Markdown-Documents-and-Weblog-Posts-with-Markdown-Monster</guid>
      <pubDate>Tue, 14 Mar 2017 12:04:43 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Markdown Monster - a new Markdown Editor</title>
      <description>I'm happy to announce Version 1.0 of Markdown Monster a Markdown Editor and Weblog Publishing tool for Windows. In this post I give a quick tour of Markdown Monster and provide links to all you need to know to check out this great new Markdown editor.</description>
      <link>https://markdownmonster.west-wind.com/blog/posts/2017/Feb/23/Introducing-Markdown-Monster-a-new-Markdown-Editor</link>
      <guid isPermaLink="false">2h5mvowifrb8</guid>
      <author> (Rick Strahl)</author>
      <comments>https://markdownmonster.west-wind.com/blog/posts/2017/Feb/23/Introducing-Markdown-Monster-a-new-Markdown-Editor#Comments</comments>
      <guid>https://markdownmonster.west-wind.com/blog/posts/2017/Feb/23/Introducing-Markdown-Monster-a-new-Markdown-Editor</guid>
      <pubDate>Thu, 23 Feb 2017 12:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>