AlexW00 / obsidian-note-linker

🔗 Automatically link your Obsidian notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] Link note headings alongside note titles

firinael opened this issue · comments

Example:

I have a note called Title with Heading 1 as a heading in it. If I write heading 1 in a note, I'd like for it to be recognized as a reference and linked with the plugin.

So instead of just searching for note titles/aliases, the plugin should also search for the titles of headings that occur in a note? That's a good request, and can be implemented. However, it would require some changes.
Out of the top of my head, an implementation would require the following:

  • Modify Note to include a field for headings
  • Include the headings in the matching process
  • The headings of each note can be retrieved via the Obsidian API (cache)
  • In the final linking process, a link would have to be created to a heading of a note, as opposed to only the note itself