0.2.0 • Published 9 years ago
markn v0.2.0
Lightweight markdown viewer.
Features
- Only viewer.
- You may use any editor you like.
- Live reload.
- Re-render only changed elements.
- Possible to preview huge markdown while editing.
- Scroll position won't be changed while editing.
- Re-render only changed elements.
- Search text.
- With regular expression.
- Load local images.
- Open a link to markdown in this application.
Screenshot
Installation
- Download zipped file from latest release and unzip it.
- Double click Markn/Markn.app/Markn.exe.
Components
Consists of awesome modules.
- atom/electron-based application.
- Render HTML with facebook/react.
- Generate react elements from markdown AST with mizchi/md2react.
- Generate markdown AST from markdown with wooorm/mdast.
- Watch file with paulmillr/chokidar.
- Style with sindresorhus/github-markdown-css.
- Render some icons in FortAwesome/Font-Awesome.
- Render emoji with Ranks/emojione.
- Highlight code with isagalaev/highlight.js