blob: 6decf1cca5b357914c47a516521a916b362d46ec (
plain)
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
|
## Name
TextEditor - SerenityOS text editor
## Synopsis
```**sh
$ TextEditor [--preview-mode mode] [file]
```
## Description
TextEditor is a text document editor for SerenityOS featuring a preview mode
which allows automatic live rendering of HTML and Markdown documents.
## Options
* `--preview-mode mode`: Preview mode, one of 'none', 'html', 'markdown', 'auto'
## Arguments:
* file: File to edit
## Examples
```sh
$ TextEditor /home/anon/Documents/emoji.txt
```
|