RstPreview
RstPreview copied to clipboard
RstPreview - a SublimeText plugin to view RST files in your browser.
by having html render in saved directory (if exists) instead of a temp dir
I found this plugin this morning, and tried to use it for rst file previewing, but it keeps alerting ImportError about `docutils`. Yet I have docutils properly installed to the...
i installed docutils on win8, and there was an error: error: RstPreview requires docutils to be installed for the python interpreter that Sublime uses. run: `sudo easy_install-2.6 docutils` and restart...
Any plans on doing this? :)
It says 'Cannot analyze code. Pygments package not found.'
This is not a significant issue, but I thought I'd mention it since it isn't especially hard to fix. In `RstPreview.py` you call the `webbrowser.open` in the following way. `from...
**This plugin does not work at all! I lost a lot of time to try to run it properly.** Don't work on Windows or on Linux. I retract my opinion...
This is generally working quite well now. However, the new tab each time is a little annoying and it would be better if we could refresh. Wonder how easily we...
Add them to the README :)
RstPreview requires the python docutils package to convert RST to HTML, this issue is about how users install docutils. At the moment it is a separate step required when installing...