trashhalo / logseq-graph-analysis

learn more about the relationships between between your notes using network analysis algorithms
GNU General Public License v3.0
146 stars 13 forks source link

Indirect node associations not detected #81

Open pospi opened 4 months ago

pospi commented 4 months ago

If I have a page with title some page and content like this:

- ## A subheading
    - [[some other page]]

There is no association made between some page and some other page in the graph.

I would have expected this to be interpreted as a link, but weighted with lower association than if the two tags were present in the page hierarchy (more weighting) or same block (most weighting).

FWIW the built-in Logseq graph interprets associations made in this way as connections, and not having them registered feels counter to the best (tersest) approach for notetaking.