(feat)db: add customizability of extra element link parsing (#2042)

Adds two customizable variables: org-roam-db-extra-links-elements and
org-roam-db-extra-links-exclude-keys, which govern which elements are to
be considered for link parsing by Org-roam.

Also added sane defaults to org-roam-db-extra-links-exclude-keys.
This commit is contained in:
Jethro Kuan
2022-01-16 13:30:13 -08:00
committed by GitHub
parent 5b15159a2c
commit 69742c3d51
4 changed files with 90 additions and 6 deletions

View File

@ -1,6 +1,7 @@
# Changelog
## TBD
### Added
- [#2042](https://github.com/org-roam/org-roam/pull/2042) Add `org-roam-db-extra-links-elements` and `org-roam-db-extra-links-exclude-keys` for fine-grained control over additional link parsing.
### Removed
### Fixed
### Changed