Komodo extension allowing a live preview for Markdown files inside of Komodo.
- Preview button appears in the top-right corner of the editor whenever a Markdown file is open
- Allows side-by-side, or under-over previewing inside of Komodo
- Dynamically updates the markdown preview as you edit (live editing)
- Automatically closes the preview when switching to another file, re-opens when switching back
- Uses GitHub flavoured CSS styling
- Styles code blocks
Download the markdown.xpi file and then drag/drop that xpi file onto a running Komodo instance.
- Mozilla Public License (MPL)
- marked library to covert Markdown to HTML
- github-markdown-css for the GitHub flavoured CSS styling
- highlight for code block highlighting