About
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.
Installation
pip install meow
Requirements
meow requires
Usage
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
RESTful API
Action |
HTTP Method |
Request URL |
Response Body |
|---|---|---|---|
Get preview |
GET |
http://localhost:<port> |
<Preview content> |
Get updated content |
POST |
http://localhost:<port>/update |
<Rendered body> |
Close server |
DELETE |
http://localhost:<port> |
See source files for more details.
License
(The MIT License)
Links
Release files for meow 0.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| meow-0.4.2.tar.gz | 64.7 kB | Details |
Release files / meow-0.4.2.tar.gz
| Download URL | meow-0.4.2.tar.gz |
|---|---|
| Size | 64.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
85b30f9ca474f48756eb1a7ea1e0adf44684a7aefd0467bc13f7c7160eeb8e12
|
|
BLAKE2b-256 checksum How to use checksums |
9eca839391b663dc9f661459578748a4045a7cbf3156b24488983f87be61950d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |