Replies: 1 comment 1 reply
-
I don't think it's that easy to implement implicit fields, at least if I'm understanding correctly. It appears that Breadcrumbs calculates those on the fly (from what little I understand of it). It's probably best to use it through its API since it doesn't exist in the file and thus can't be queried. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you might know, the Breadcrumbs plugin allows to set hierarchies between notes using some field to describe that relationship (parent, sibling, children and more). Some of these are implicit and not necessarily written to the file. I personally make use of the Dendron syntax (ex.
noteA
andnoteA.section
wherenoteA
is then the parent ofnoteA.section
because of its file name) as well as index files.And so I was wondering if it would be possible to integrate these implicit fields in Dataview so they can be used in the dv queries ? (with the end goal of using them with the Obidian Database Plugin that leverages Dataview)
Beta Was this translation helpful? Give feedback.
All reactions