Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/komodo/markdown-viewer
- Owner: Komodo
- Created: 2014-10-30T00:39:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T00:10:35.000Z (over 7 years ago)
- Last Synced: 2024-03-25T23:38:53.879Z (9 months ago)
- Language: CSS
- Size: 823 KB
- Stars: 8
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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