Skip to content

miyakogi/m2rdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M2R Demo Editor

M2R Demo Editor with WDOM

M2R is a markdown to reStructuredText (reST) converter, but it enables write both markdown and reST in a single file, directly. M2R also supports sphinx as its extension.

This demo-editor is made to easily experience M2R format.

  • Free software: MIT license

Installation

pip install git+https://github.com/miyakogi/m2rdemo

Usage

python -m m2rdemo

Then open new browser window (or tab) running m2r demo editor. Write something on the left-side text area. It will reflected soon on the right-side preview window.

Additional Requirements

If pywebview is installed, it would be used instead of browser.

pip install "pywebview[qt5]"

Change qt5 depending on your platform. Details see pywebview's document.

Screenshot

image

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Releases

No releases published

Packages

No packages published

Languages