What I’m trying to do
Things I have tried
I want to try and add a link inside a note but I don’t want that link to create a link-line in the graph-view.
I want to try and add a link inside a note but I don’t want that link to create a link-line in the graph-view.
If you use dataview you could try doing: `= [[SomeNote]]`
. This’ll make the link dynamic, and hence not show up on the graph view. Nor will it be handled in backlinks, or if/when renamed, and so on.
You might consider using tags on pages you don’t want in graph view and exclude them in the filter search by that tag. This will still allow for the other aspects of link handling to occur.