SkepticMystic / graph-analysis

Analyse the structure of your Obsidian graph using various analysis techniques
GNU General Public License v3.0
400 stars 19 forks source link

Displaying matches under Linked mentions? #50

Open crazymedguy opened 2 years ago

crazymedguy commented 2 years ago

So recently Live preview has enabled us to put by default, Linked mentions underneath the page. I was wondering whether it would be possible to put the graph analysis matches (limited by set number or pagination) to show under or above the Linked mentions area?

HEmile commented 2 years ago

@SkepticMystic you tried to implement something like this for Breadcrumbs right, how hard was it? I think you still have issues with scrolling right?

SkepticMystic commented 2 years ago

I think appending it to the bottom of the note will be easier. It wasn't difficult, just putting a Svelte component inside the right el

HEmile commented 2 years ago

Makes sense. I like the request, as it is in line with the backlinks panel. I suppose it mostly involves mounting the Svelte component in the right place, as you say.