I have a website with over 500 files and occasionally I have come across issues where two pages end up with the same wikilink key, e.g a bookmark called "Map of Indieweb" and then I write a note with the same title, they will have a naming colission.
It would be nice to have an optional wikiLinkNamespace front-matter setting that when set buckets those files into their own folder with lookup being as such: [[ namespace :: page title ]]. Given my previous example: [[ bookmark :: Map of Indieweb ]] and [[ note :: Map of Indieweb ]] would link to two different pages.
I have a website with over 500 files and occasionally I have come across issues where two pages end up with the same wikilink key, e.g a bookmark called "Map of Indieweb" and then I write a note with the same title, they will have a naming colission.
It would be nice to have an optional
wikiLinkNamespace
front-matter setting that when set buckets those files into their own folder with lookup being as such:[[ namespace :: page title ]]
. Given my previous example:[[ bookmark :: Map of Indieweb ]]
and[[ note :: Map of Indieweb ]]
would link to two different pages.