I'm looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is there an editor that can help?
Asked
Active
Viewed 3,752 times
11
-
1With Vim's rectangular selection (visual block) it works kind of easy. – Martin Ueding May 28 '12 at 16:41
3 Answers
4
Emacs acts as the default (or the most natural choice) for editing reStructuredText. With that in mind table mode meshes pretty well with the way reST do tables.

Chen Levy
- 15,438
- 17
- 74
- 92
2
ReSTedit is good and simple if you're using a Mac. The Wikipedia page lists others.

Sam Wilson
- 4,402
- 4
- 29
- 30
0
The best practice is to me is vscode with plugin and venv
- plugin for preview
https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext
- plugin for automatic completion
https://github.com/yishenggudou/quick-sphinx-vscode-extension

timger
- 944
- 2
- 13
- 31