aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 12:50:00 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 12:50:00 -0500
commit31fde06dab7a5878007161bb133e7602a75fafd2 (patch)
tree7e38c65e4893fb394ed388ed7df0b4c6cb4f751f /README.md
parent814eaeafa498c40a03b41141cac226a0017de9ca (diff)
downloadorg-live-main.tar.gz
org-live-main.tar.bz2
org-live-main.zip
fix: convert README.org to README.mdHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..28b0704
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# README
+
+[org-live](https://org.cmc.pub) is a live environment for writing and
+editing [org-mode](https://orgmode.org/).
+
+## 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.
+
+## Further Development
+
+### <span class="done DONE">DONE</span> Explore feasability of parsing org-mode to HTML constantly and sending parsed HTML output to a "viewing" pane.
+
+## Screenshots
+
+<figure>
+<img src="./screenshots/light_preview.png" />
+<figcaption>Light Mode</figcaption>
+</figure>
+
+<figure>
+<img src="./screenshots/dark_preview.png" />
+<figcaption>Dark Mode</figcaption>
+</figure>