2021-05-06 06:28:37 +00:00
#+title : tools/wiki
2021-10-14 09:46:19 +00:00
#+date : 2021-05-05 00:27:26 +08:00
#+date_modified : 2021-05-21 11:12:10 +08:00
2021-05-06 06:28:37 +00:00
#+language : en
* Description
This module set up my personal wiki configuration with Emacs primarily with org-roam.
2021-05-09 02:42:17 +00:00
Just like Emacs itself, tried my best to make it fully configurable.
2021-05-06 06:28:37 +00:00
The setup uses org-roam v2.
** Module flags
- ~+anki~ enables Anki cards editing with [[https://github.com/louietan/anki-editor/ ][anki-editor ]].
2021-07-31 23:57:41 +00:00
- ~+biblio~ enables reference management with [[https://github.com/jkitchin/org-ref ][org-ref ]] and [[https://github.com/org-roam/org-roam-bibtex ][org-roam-bibtex ]].
2021-05-06 06:28:37 +00:00
- ~+dendron~ adds [[https://dendron.so/ ][Dendron ]]-inspired features with [[https://github.com/vicrdguez/dendroam ][dendroam ]].
2021-07-31 23:57:41 +00:00
- ~+graph~ adds a graphical user interface for your notes.
2021-05-09 02:42:17 +00:00
- ~+markdown~ adds Markdown support in org-roam.
2021-05-06 06:28:37 +00:00
** Plugins
- [[https://github.com/org-roam/org-roam/ ][org-roam ]] v2
- [[https://github.com/louietan/anki-editor/ ][anki-editor ]]
- [[https://github.com/vicrdguez/dendroam ][dendroam ]]
- [[https://github.com/nobiot/md-roam ][md-roam ]]
2021-05-09 02:42:17 +00:00
- [[https://github.com/jkitchin/org-ref ][org-ref ]]
2021-07-31 23:57:41 +00:00
- [[https://github.com/org-roam/org-roam-bibtex ][org-roam-bibtex ]]
- [[https://github.com/org-roam/org-roam-ui ][org-roam-ui ]]
2021-05-06 06:28:37 +00:00
* Prerequisites
This module has a handful of requirements to work properly.
- SQLite v3 binary is installed in order for org-roam to work.
- The ~+anki~ feature requires Anki and the setup described from the [[https://github.com/louietan/anki-editor ][project README ]].