Ross
Ross
@kometenstaub I could certainly expose something (or even code something new) to make this more convenient. Let me know what sort of info you need (and the type signature), and...
But yes, `getMatrixNeighbours` would certainly work to get all Breadcrumbs links. I'm thinking it might just be easier to work with the graph though
I think `getMatrixNeighbours` gives all the info you're looking for. And I think it does the calculation relatively efficiently. But yes, duplicate note names are an issue
The issue is that the nodes are added to the graph using just the basename, not full path. So I'd need to completely redo how that's done. But then there...
>But it doesn't get the dataview inline metadata with that. @SkepticMystic @kometenstaub what do you mean? It doesn't pickup inline Breadcrumbs `parent:: [[Note]]`, or it doesn't add _other_ dataview fields...
Hmmm, I can't reproduce this... Do you have `aliases` in the setting at the bottom: 
Do you get any errors?
Hey @j0rdnh, can you please send an example of a note where this bug occurs
@Shuusei04 I see... Hmmm, I'll try make this work
Hey @zsviczian! I'm gonna work on this now. Just a question about the callback, what would it take as arguments? `BCAPI.refreshIndex(cb: () => any)`