Embedding "Breadcrumbs Down" View in Note - Like a Dataview Query #412
|
The "Breadcrumbs Down" view is perfect, and I'd love to have it embedded in certain project notes so I can easily view the "index" of the project without using the "copy local index" command and pasting. I currently use a dataview query which includes the Any known ways to do this? Not a big deal but it'd be nice, thanks! |
Replies: 3 comments 2 replies
|
Hey @nschutz :)
Unfortunately, I don't think there is an easy way to make Dataview see what BC sees. That would require a change to DV's code. But the Codeblocks should do what you're looking for, and the API is the next best thing to integrate BC with DV Let me know if this helps! |
|
Hey @SkepticMystic Is there any way to order the results (say alphabetically by file name ?) |
|
Closing — embedding a "Down" view in a note is now first-class via the |
Hey @nschutz :)
There are a couple of options here.
The goal is to show the Breadcrumbs down view in a specific note. I see two ways you could acheive this:
Unfortunately, I don't think there is an easy way to make Dataview see what BC sees. That would require a change to DV's code. But the Codeblocks should do what you're looking for, and the API is the next best thing to integrate BC with DV
Let me know if this helps!