summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/TextEditor.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/TextEditor.md')
-rw-r--r--Base/usr/share/man/man1/TextEditor.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/TextEditor.md b/Base/usr/share/man/man1/TextEditor.md
new file mode 100644
index 0000000000..6decf1cca5
--- /dev/null
+++ b/Base/usr/share/man/man1/TextEditor.md
@@ -0,0 +1,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
+```