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

Make Co-Citations take outliner structure into account #15

Open HEmile opened 2 years ago

HEmile commented 2 years ago

Similar to how we deal with headings, we can also take the structure of outlines into account. However, this conflicts with the weights given for sub-headings! How do we properly choose those weights?

Problem example:

# H11
[[A]]
## H12
[[B]]
# H12
- [[C]]
    - [[D]]
# H13
[[E]]

[[F]]

What should the weights of the co-citations (A, B), (C, D) and (E, F) be?