DocumentUp
DocumentUp copied to clipboard
Support for RST
This looks awesome! I have a definite preference for RST for my documentation (and it's usually built as a multi-file, hierarchical structure).
I'm wondering how difficult would it be to add support for that? I'm not sure how you do the magic (there seems to be a lot of Javascript which I'm not terribly familiar with) but to generate HTML (including the CSS) from RST files it's a single Python script (rst2html.py) and I also have the bash script necessary to navigate a full subtree and convert RST files (and just copy across CSS/images/etc.).
Happy to contribute code to make this happen.
There's currently no plans to support that.