diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-02-21 22:41:07 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-02-21 22:41:07 -0600 |
commit | 3110e0e5130b9f9b5a832cf0d6ad9d46490003ad (patch) | |
tree | b935dea8ed2b63d3de21e214bb451bb904c3f69d /README.org | |
download | org-live-3110e0e5130b9f9b5a832cf0d6ad9d46490003ad.tar.gz org-live-3110e0e5130b9f9b5a832cf0d6ad9d46490003ad.tar.bz2 org-live-3110e0e5130b9f9b5a832cf0d6ad9d46490003ad.zip |
initial commit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..62f970c --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +* README + +[[https://org.cleberg.net][org-live] is a live environment for writing and editing [[https://orgmode.org/][org-mode]]. + +** Functions + +- Plain text editor with capitalization, autocorrect, and spellcheck support. +- Show HTML output of the written org-mode. +- Download the org-mode content to a local file. +- Download the parsed HTML output to a local file. + +** TODO Further Development + +- Explore feasability of parsing org-mode to HTML constantly and sending parsed HTML output to a "viewing" pane. |