Docutils Link List
- Contact:
- docutils-develop@lists.sourceforge.net
- Revision:
- 10148
- Date:
- $Date: 2025-05-27 08:17:22 +0200 (Di, 27. Mai 2025) $ [1]
- Copyright:
- This document has been placed in the public domain.
Abstract
Links that users of Docutils and reStructuredText may find useful.
Extensions
Drop-in components and front-end tools for Docutils that extend the reStructuredText syntax or feature set.
Import
Markdown
myst-docutils --- the MyST Markdown parser for single page builds.
pycmark --- small, customizable drop-in parser for CommonMark Markdown.
Export
RinohType --- pure Python PDF writer
rst2pdf (reportlab) --- PDF writer based on ReportLab.
Others
DocBook Writer (only Python 2)
pickle writer --- "pickle" the document tree to a binary string.
rst2confluence converts reStructuredText to Confluence CMS markup.
rst2epub2 (only Python 2)
There are more extensions in the Docutils Sandbox.
Tools
a Makefile for driving Docutils,
rstcheck checks syntax of reStructuredText and code blocks nested within it.
restview --- live preview for reStructuredText documents,
Editors
Editors and IDEs with reStructuredText support.
Eclipse IDE with ReST Editor plug-in.
Geany lightweight IDE.
gedit with the gedit-reST-plugin.
Leo PIM, IDE and outliner (see creating documents from outlines).
Notepad++ with reStructuredText_NPP (basic syntax highlighting).
ReSTedit --- Docutils GUI for Mac OS X.
ReText --- editor for markup languages with live preview.
RSTPad --- reStructuredText editor with live preview.
Vim with
Visual Studio Code with vscode-restructuredtext Language Support extension.
Help / Q&A
Stackoverflow tags [restructuredtext] and [docutils].