Creating Markdown Monster Addins with .NET

Using an Addin you can:

  • Retrieve and set the active document text
  • Insert text at the active selection
  • Move to and replace selections
  • Set document attributes like themes in editor and preview
  • Use a custom Markdown Parser
  • Hook into document life cycle events (load, save, updated etc.)
  • Add menu and toolbar items
  • Create entirely new features and hook into the sidebars
    (similar to the folder browser, bookmarks, or favorites list)
  • and much more...

This section describes how to create add-ins and documents a couple of the built in add-ins.


© West Wind Technologies, 2025 • Updated: 2025-02-24
Comment or report problem with topic