File: retext.1

package info (click to toggle)
retext 7.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,648 kB
  • sloc: python: 4,971; xml: 120; makefile: 19; sh: 8
file content (39 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH retext 1 "Feb 2021" "ReText"

.SH NAME
ReText \- Text editor for Markdown and reStructuredText

.SH SYNOPSIS
.B retext
[\fIoptions\fP] [\fIfiles\fP...]

.SH DESCRIPTION
.PP
ReText is a simple editor for Markdown, reStructuredText and Textile with
support for plugging other markups using the Python-Markups module.
.PP
ReText supports tabs, live text preview and syntax highlighting. Supported
export formats: HTML, ODT, PDF. It is also possible to write custom export
extensions.
.PP
It is written in Python using Qt libraries.

.SH OPTIONS
.TP
\fB\-h\fP, \fB\-\-help\fP
Displays help on commandline options.
.TP
\fB\-\-help\-all\fP
Displays help including Qt specific options.
.TP
\fB\-v\fP, \fB\-\-version\fP
Displays version information.
.TP
\fB\-\-preview\fP
Opens the files in preview mode (by default they are opened in edit mode).
.TP
\fB\-\-new\-window\fP
Creates a new window even if there is an existing one.

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