Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/komodo/markdown-viewer

Provides Markdown previewing for Komodo Markdown files
https://github.com/komodo/markdown-viewer

Last synced: about 1 month ago
JSON representation

Provides Markdown previewing for Komodo Markdown files

Awesome Lists containing this project

README

        

[Komodo](https://www.activestate.com/komodo-ide) extension allowing a live preview for Markdown files inside of Komodo.

# Features

- 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

# Installation

Download the [markdown.xpi](releases/markdown-viewer-0.3-ko.xpi?raw=true]) file
and then drag/drop that xpi file onto a running Komodo instance.

# Screenshot

![Screenshot](https://github.com/Komodo/markdown-viewer/raw/master/screenshots/markdown-viewer.png)

# License

- Mozilla Public License (MPL)

# Acknowledgements

- [marked](https://github.com/chjj/marked) library to covert Markdown to HTML
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) for the GitHub flavoured CSS styling
- [highlight](https://github.com/isagalaev/highlight.js) for code block highlighting