Skip to content

ondratu/docutils-online-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docutils ReStructuredText online editor

This is concept of docutils online editor. Code does not store any document, but editor append lines to textarea. If rst source is saved (checked), it could be shown in preview section. If there is some errors, it will be shown over editor lines.

dependences

  • docutils
  • docutils-tinywriter (it is simle to use only docutils html4css1 Writer)
  • PoorWSGI as WSGI connector (simple to change to your preferred connector/ framework)

Simple run

pip install docutils                # install dependences
pip install docutils-tinyhtmlwriter
pip install PoorWSGI

git clone https://github.com/ondratu/docutils-online-editor.git
cd docutils-online-editor
python src/__init__.py              # run server on http://localhost:8080

About

Concept of docutils ReStructuredText online editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published