Replies: 2 comments 5 replies
-
Hey Selim :) Have a look at the eocs site here: https://breadcrumbs-wiki.onrender.com/docs/Home |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the solution I came up with, if anyone is looking to do the same thing:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @SkepticMystic
First of all, thanks a lot for this plugin, its completely transforming the way I can manipulate my files in my vault.
I'd really like to combine breadcrumbs and dataviewjs in a same codeblock, to do things like creating a table containing all childrens of a node. Say for example I have the following hierarchy:
I'd like to create in a1 a table that looks like this (and potentially add other columns later):
note | depth |
a1.1. | 1 |
a1.2 | 1 |
a1.1.1 | 2 |
The only way I find this possible for now is adding the "down" metadata to the YAML file using 'breadcrumbs: write to current file' then accessing recursively the file names in a dataviewjs codeblock. Is there a way to do this by accessing directly the breadcrumbs metadata from a dataviewjs file ?
Beta Was this translation helpful? Give feedback.
All reactions