diff --git a/manual.html b/manual.html
index 09d8b58..5638157 100644
--- a/manual.html
+++ b/manual.html
@@ -966,6 +966,39 @@ all headlines with the ATTACH
tag from the Org-roam database, one c
(not (member "ATTACH" (org-get-tags)))))
+
Org-roam relied on the obtained Org AST for the buffer to parse links. However,
+links appearing in some places (e.g. within property drawers) are not considered
+by the Org AST to be links. Therefore, Org-roam takes special care of
+additionally trying to process these links. Use
+org-roam-db-extra-links-elements
to specify which additional Org AST element
+types to consider.
+
The list of Org element types to include for parsing by Org-roam. +
+By default, when parsing Org’s AST, links within keywords and +property drawers are not parsed as links. Sometimes however, it +is desirable to parse and cache these links (e.g. hiding links in +a property drawer). +
Additionally, one may want to ignore certain keys from being excluded within
+property drawers. For example, we would not want ROAM_REFS
links to be
+self-referential. Hence, to exclude specific keys, we use
+org-roam-db-extra-links-exclude-keys
.
+
Keys to ignore when mapping over links. +
+The car of the association list is the Org element type (e.g. keyword). The +cdr is a list of case-insensitive strings to exclude from being treated as +links. +
@@ -2887,6 +2920,8 @@ Previous: Function Index,
org-roam-completion-everywhere
:org-roam-dailies-capture-templates
:org-roam-dailies-directory
:org-roam-db-extra-links-elements
:org-roam-db-extra-links-exclude-keys
:org-roam-db-update-on-save
:org-roam-graph-edge-extra-config
:org-roam-graph-executable
: