Maxence-L / notenote.link

A Jekyll digital garden template, optimized for integration with Obsidian. It aims to enhance discoverability and help you build a personal knowledge base that can scale with time.
https://notenote.link
MIT License
161 stars 90 forks source link

Links require filename and title in YAML to be the same #10

Open gutestun opened 3 years ago

gutestun commented 3 years ago

Expected behaviour: wikilinks point to filename and not title of the note. Like it works on the tag page.

Even better: If we could write wikilinks to the filenames (as is how it works in Obsidian) but the anchor text displayed is taken from the YAML frontmatter title.

I have a naming convention for my files where I use only lowercase letters and might prepend them with for example "q." for quotes. However, I do not necessarily want to display this "q." in front of the title of the note.

Maxence-L commented 3 years ago

Ok, I'll check it.