No need for a complete, full org-mode support
these are good enough:
- headings 1-->6 (difference size or colors or both)
- ordered/unordered lists + nesting them
- [ ] check mark
TODO , NEXT , DONE, CANCELLED, WAITING syntax highlight and searchability
#+begin #+end source blocks and latex
\begin{NAME}EXTRA
CONTENTS
\end{NAME}
:tag: syntax
- Org table:
| Name | Phone | Age | Age - 24 |
|-------+-------+-----+----------|
| Peter | 1234 | 24 | -1 |
| Anna | 4321 | 25 | 7 |
| Susan | 9876 | 18 | |
- export to pdf/md
- file links (images, .md, .org) that should show on backlinks
- cross referencing: i can link .md to .org and the other way arround (a complete bidirectional wikipedia-like links feature)
No need for a complete, full org-mode support
these are good enough:
- [ ]check markTODO,NEXT,DONE,CANCELLED,WAITINGsyntax highlight and searchability#+begin#+endsource blocks and latex:tag:syntax