gedit-reST-plugin
gedit-reST-plugin copied to clipboard
reStructuredText Preview and Highlighting for gedit 3.8+. Original project now stale at
When running `gedit`, I encounter the following error when configuring the settings to display the review on the side panel. However, it's worth noting that everything functions correctly when the...
When the plugin is activated and required libraries are not installed the initialization of the plugin fails. Currently, this is being reported on the _Preferences_ dialog > _Plugins_ tab with...
There are a few files just lying around, which are effectively unused by the current implementation: 1. `default.odt` 1. `default.sty` 1. `makeTable.py` 1. `to_html.py` 1. `to_odt.py` 1. `to_tex.py` Their original...
Hi, thanks for the plugin! I'm trying it out to check if I can make it easier for people to write some documentation (written for Sphinx in rst).. Looks promissing!...
This is not really an issue, but: why the plugin is not part of standard gedit plugins? It would be far easier to use it in normal environments. Thanks.
Table generation is broken due to import problems: - `ImportError: No module named 'makeTable'` - `ImportError: No module named 'RegisterPygment'` Both in [`reST/__init__.py`](../blob/master/reST/__init__.py), lines 25+.