Skip to main content

meow is an editor-agnostic markdown/reST live preview server.

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meow-0.3.tar.gz (64.6 kB view details)

Uploaded Source

File details

Details for the file meow-0.3.tar.gz.

File metadata

  • Download URL: meow-0.3.tar.gz
  • Upload date:
  • Size: 64.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for meow-0.3.tar.gz
Algorithm Hash digest
SHA256 f39ec0f1f6a08d67f6d1f1527f3bb7b2d5292540025d5da398f3948a63356c9a
MD5 0de58dc8175edeef2688203aa5b3d837
BLAKE2b-256 5c1611bc39add3e279b70945187708f93ded730c95899cd8147cde4967c0eb52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page