Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrocat101/moo
Editor-agnostic markdown live previewer.
https://github.com/pyrocat101/moo
Last synced: 17 days ago
JSON representation
Editor-agnostic markdown live previewer.
- Host: GitHub
- URL: https://github.com/pyrocat101/moo
- Owner: pyrocat101
- License: mit
- Created: 2012-09-19T13:09:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T21:06:12.000Z (over 5 years ago)
- Last Synced: 2024-10-14T18:59:08.917Z (29 days ago)
- Language: CSS
- Homepage: https://pypi.python.org/pypi/moo
- Size: 955 KB
- Stars: 51
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Moo
```
_____________________
/ _ __ ___ ___ \
| | ' \ / _ \/ _ \ |
\ |_|_|_|\___/\___/ /
---------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\\
||----w |
|| ||
```moo is your **editor-agnostic** markdown live previewer. Write markdown in your favorite editor, save changes, and view pretty HTML output in your browser **instantly**.
![demo](artwork/demo.gif)
## Features
* Github-flavored markdown
* Strip YAML front-matter automatically (Jekyll-friendly)
* Syntax highlight in code-blocks
* Github look-and-feel## Usage
**Preview:** open live preview for `README.md` in browser.
``` bash
moo README.md
```**Export:** generate self-contained HTML docs.
``` bash
moo --export ch1.md ch2.md ch3.md # generates ch{1,2,3}.html
```See `moo --help` for detailed options and examples.
## Installation
``` bash
pip install moo
```## Troubleshooting
If you get this error when running `moo`: `NameError: name 'PROTOCOL_SSLv3' is not defined`, upgrading `moo` and it's dependencies may fix it:
```
pip install --upgrade moo
```## LICENSE
MIT