mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(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:
@ -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
|
||||
|
Reference in New Issue
Block a user