Meow is an editor-agnostic Markdown, reStructuredText and Textile live previewer. Once you save your file, the rendered HTML will automatically get reloaded in your favourite browser.
The Original Version is moo . Meow fork from moo ( commit history ), And add function of reStructuredText live previewer.
pip install meow
meow requires
Opens preview in browser with server listening on 3000::
meow --port 3000 your-doc.markdown
Export to HTML only::
meow -o exported.html your-doc.markdown
To specify file type::
meow --filetype rst README
Action | HTTP Method | Request URL | Response Body |
Get preview | GET | > | > |
Get updated content | POST | >/update | > |
Close server | DELETE | > |
|
See source files for more details.
(The MIT License)