dotfiles/emacs/modules/tools/wiki
2024-12-29 12:19:26 +08:00
..
autoload.el emacs: update wiki module 2024-09-08 12:20:55 +08:00
config.el emacs: update wiki Doom module 2024-12-29 12:19:26 +08:00
doctor.el project: update file permissions 2023-03-13 02:07:01 +08:00
packages.el emacs: update Doom Emacs custom wiki module 2023-08-23 19:36:55 +08:00
README.org project: update file permissions 2023-03-13 02:07:01 +08:00

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.

This module assumes that the wiki is used for multiple purposes such as managing different types of notes such as literature notes. In addition, it can also manage your cards with a single flag toggle away.

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.

Plugins

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.