File: org-roam-db.el.html
This module provides the underlying database API to Org-roam.
Defined variables (9)
org-roam-db--connection | Database connection to Org-roam database. |
org-roam-db-autosync-mode | Non-nil if Org-Roam-Db-Autosync mode is enabled. |
org-roam-db-autosync-mode-hook | Hook run after entering or leaving ‘org-roam-db-autosync-mode’. |
org-roam-db-extra-links-elements | The list of Org element types to include for parsing by Org-roam. |
org-roam-db-extra-links-exclude-keys | Keys to ignore when mapping over links. |
org-roam-db-gc-threshold | The value to temporarily set the ‘gc-cons-threshold’ threshold to. |
org-roam-db-location | The path to file where the Org-roam database is stored. |
org-roam-db-node-include-function | A custom function to check if the point contains a valid node. |
org-roam-db-update-on-save | If t, update the Org-roam database upon saving the file. |