LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Folder overview links didn't appear in the graph view / linked mentions #117

Open Terro216 opened 1 month ago

Terro216 commented 1 month ago

So if i create folder overview

folder 1

It doesn't create real links and shows up in the graph view (and in linked mentions in notes)

graph view 2

Is it a bug, and can it be fixed (maybe by adding an additional setting for creating links)? Or is it supposed to work this way?

gael-vanderlee commented 1 month ago

I'm encountering the same issue.

vyragosa commented 1 month ago

Me too

mayurankv commented 2 weeks ago

This is an issue with obsidian not allowing plugins to create links that are properly registered with Obsidian's caches right now. Without a fair amount of work to check what links exist and when they are changed etc. this isn't possible currently. Disclaimer, haven't worked with this plugin but have this issue on one of my plugins.

gael-vanderlee commented 1 week ago

@mayurankv Not sure how they do it, but plugins such as ZotterlKeeper have managed to create links that show in the graph view.