blob: 28b07044f4fc2ab37c2f964c5a26dba5bd270cbd (
plain) (
blame)
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
|
# 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>
|