

Snippets can be manually executed and debugged, or you can can tie a keyboard shortcut to a Commander script and invoke it directly without the Snippet Form being active. Using the Command Addin you can access the Markdown Monster Application Model (via Model.AppModel) to access many of the core Markdown Document and UI features that let you automate and act upon open or selected documents in the editor. (you can also do this with the Snippets addin) Create pre-filled documents into the editor.Launch an image optimizer to optimize all images.Open a Git Client in the right folder context.Open current document in another editor at line number.Load data from a database and embed it in a document.Open documents or folders in an external Program.Modify the active or any other open document.It's an easy way to add quick automation features to Markdown Monster without the complexities creating a full Markdown Monster. This addin allows you to script Markdown Monster via C# script code that is compiled and executed dynamically. You are more familiar with a certain editor's features, or simply have a favourite editor.Markdown Monster Commander Addin A C# scripting addin for Markdown Monster Pair programming scenarios where each developer has different preferred editor. gigantic size files, or files with complex content) may be better suited in an alternative editor. You have overriden the default Visual Studio editor to a particular application, but need easy IDE access to a second particular editor.Ĭertain files (e.g.

You only occasionally wish to use a specific alternative editor. That said, there may be times when you wish to edit a file in an alternative editor/application without overriding the default Visual Studio editor, for example:. The Visual Studio IDE has an outstanding and feature-rich editor for a wide range of file types, even in the free "Community" editions, which can be overridden to open a third-party application.

Similar "Open In" VS extensions can be found here.
