dotfiles/emacs/modules/tools/wiki/README.org
Gabriel Arazas 861bc01ac0 Update org-roam wiki module
Now with the graphing feature with org-roam-ui.
2021-08-09 01:06:34 +08:00

1.6 KiB
Executable File

tools/wiki

Description

This module set up my personal wiki configuration with Emacs primarily with org-roam. Just like Emacs itself, tried my best to make it fully configurable. The setup uses org-roam v2.

Module flags

  • +anki enables Anki cards editing with anki-editor.
  • +biblio enables reference management with org-ref and org-roam-bibtex.
  • +dendron adds Dendron-inspired features with dendroam.
  • +graph adds a graphical user interface for your notes.
  • +markdown adds Markdown support in org-roam.

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 project README.
  • +graph feature needs simple-httpd for the server to work.