nixos-config/users/home-manager/foo-dogsquared/config/emacs/modules/tools/wiki
Gabriel Arazas 3a022a374a Restructure the modules
I think this is better for separating modules explicitly. This is also
considered as there are similar objects between modules (e.g., NixOS
and home-manager modules and users).

Revert users module to old position
2021-12-06 17:03:39 +08:00
..
config.el Restructure the modules 2021-12-06 17:03:39 +08:00
doctor.el Restructure the modules 2021-12-06 17:03:39 +08:00
packages.el Restructure the modules 2021-12-06 17:03:39 +08:00
README.org Restructure the modules 2021-12-06 17:03:39 +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.

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.