Automatic note linking based on list hierarchy

The premise is simple. You create a note and run a command to enable the plugin in the note and begin. From then on, the hierarchy of links in a list in that note dictates actual links added to notes. It follows the rule that any immediate child links are added to the parent link’s note.

For example the outline below would link A to B and C. It would also link B to A and C. It would link C to A and B.


- [[A]]
	- [[B]]
		- [[A]]
			- [[C]]
		- [[C]]
			- [[A]]
			- [[B]]

1 Like

Related plugin that requires more work than this: Breadcrumbs.

For people who use folders, this proposed plugin would pair nicely with Waypoint.

2 Likes

I hadn’t realized that Breadcrumbs supports something like your request:

https://breadcrumbs-wiki.onrender.com/docs/Alternative%20Hierarchies/Hierarchy%20Notes

1 Like

Awesome! Thanks so much. I am going to switch this topic to a Feature Request so that I can mark this as a solution!

Edit: I am actually going to switch it back to the Plugin ideas category because, as far as I know, the Hierarchy notes using Breadcrumbs don’t let you have the same note occur multiple times. For example:

- [[A]]
  - [[B]]
    - [[A]]
      - [[C]]

I will double check. I hope to be proven wrong.

1 Like

I like this idea it could cover logseq feature like namespace

2 Likes