Is there a wysiwyg editor for restructured text?
Posted
by dar
on Stack Overflow
See other posts from Stack Overflow
or by dar
Published on 2009-09-21T16:21:06Z
Indexed on
2010/03/26
3:33 UTC
Read the original article
Hit count: 539
Is there a wysiwyg editor for the web, like tinymce or wmd, which can produce restructured text? I'm looking for something which can be integrated with django.
I would like to use rst instead of markdown because I need to convert the content entered to pdf and do some layout specific things which make rst look like a better choice.
© Stack Overflow or respective owner