From 31fde06dab7a5878007161bb133e7602a75fafd2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 2 Aug 2025 12:50:00 -0500 Subject: fix: convert README.org to README.md --- README.md | 28 ++++++++++++++++++++++++++++ README.org | 22 ---------------------- 2 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 README.md delete mode 100644 README.org 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 + +### DONE Explore feasability of parsing org-mode to HTML constantly and sending parsed HTML output to a "viewing" pane. + +## Screenshots + +
+ +
Light Mode
+
+ +
+ +
Dark Mode
+
diff --git a/README.org b/README.org deleted file mode 100644 index 7612b7e..0000000 --- a/README.org +++ /dev/null @@ -1,22 +0,0 @@ -* README - -[[https://org.cmc.pub][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. - -** Further Development -*** DONE Explore feasability of parsing org-mode to HTML constantly and sending parsed HTML output to a "viewing" pane. - -** Screenshots - -#+caption: Light Mode -[[./screenshots/light_preview.png]] - -#+caption: Dark Mode -[[./screenshots/dark_preview.png]] -- cgit v1.2.3-70-g09d2