Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Yet another markdown/reST preview server (based on moo)

NotificationsYou must be signed in to change notification settings

hhatto/meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Meow is an editor-agnostic Markdown, reStructuredText and Textile live previewer.Once you save your file, the rendered HTML will automatically get reloadedin your favourite browser.

The Original Version ismoo . Meow fork from moo (commit history ), And add function ofreStructuredText 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

ActionHTTP MethodRequest URLResponse Body
Get previewGEThttp://localhost:<port><Preview content>
Get updated contentPOSThttp://localhost:<port>/update<Rendered body>
Close serverDELETEhttp://localhost:<port> 

Seesource files for more details.

License

(The MIT License)

Links

About

Yet another markdown/reST preview server (based on moo)

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp