Scroll to navigation

retext(1) General Commands Manual retext(1)

NAME

ReText - Text editor for Markdown and reStructuredText

SYNOPSIS

retext [options] [files...]

DESCRIPTION

ReText is a simple editor for Markdown, reStructuredText and Textile with support for plugging other markups using the Python-Markups module.

ReText supports tabs, live text preview and syntax highlighting. Supported export formats: HTML, ODT, PDF. It is also possible to write custom export extensions.

It is written in Python using Qt libraries.

OPTIONS

Displays help on commandline options.
Displays help including Qt specific options.
Displays version information.
Opens the files in preview mode (by default they are opened in edit mode).
Creates a new window even if there is an existing one.

AUTHOR

This manual page was written by Dmitry Shachnev <mitya57@debian.org>.

Feb 2021 ReText