Org Editor
Split
Edit
Preview
Ready
Org Source
#+TITLE: Welcome to Org Editor #+AUTHOR: You * Getting Started This is a web-based Org mode editor powered by =org-element-rs=. Edit on the left and see the rendered preview on the right. ** TODO Features to explore - *Bold*, /italic/, _underline_, +strikethrough+ - ~code~ and =verbatim= text - [[https://orgmode.org][Links]] - Lists (like this one!) ** DONE Basic editing :demo: CLOSED: [2025-01-15 Wed] The parser handles: 1. Headlines with TODO keywords 2. Tags and priorities 3. Planning timestamps ** Source blocks #+BEGIN_SRC python def hello(): print("Hello from Org!") #+END_SRC ** A quote #+BEGIN_QUOTE The only way to do great work is to love what you do. #+END_QUOTE
Preview
Loading preview...