quartz
quartz copied to clipboard
Quartz does not show notes in backlinks that refer to the current note in lowercase
Describe the bug
Quartz does not show notes in backlinks that refer to the current note in lowercase.
To Reproduce
- Create two notes: Note â„–1 and Note â„–2;
- In Note â„–1, create a link to [[note â„–2]] (using lower case);
- Result:
- link is a working link, you can follow it in the same way as in Obsidian;
- "Note â„–2" will not display a link to note â„–1 in the backlinks panel.
Expected behavior
"Note â„–2" will show a link to "Note â„–1" in the backlinks panel.
Desktop
- OS: [iOS, windows]
- Browser [safari, chrome, edge]
Could this be fixed by setting all URLs to be lowercase?
redirect issue/bug is related to this, and a global sanitation of URLs/links would help.
Additionally, in the local graph, lowercase files are shown as /filename instead of their Yaml title.
Is it possible to use a "slug" property from the frontmatter if present, instead of using the title?
I also noticed this, as I'm using [[Wiki]] links notation instead (I achieved this by adding my notes inside content/
instead of content/notes
). But I'd like to have Capitalized titles, and also, my Markdown fields have Capitalized names with spaces. I see that Quartz (or Hugo?) is removing spaces to -
. Does anybody know which file or place this happens when creating the /public/content
folder? Or is that done by hugo-obsidian
?
I didn't find the spot yet. Otherwise, I'd add a lower
there and see if that works.
Hugo does this conversion automatically (as you can't have spaces in URLs!) but Quartz should account for this. This is a difficult bug to solve as some (but not all) filesystems are case insensitive
This issue should be fixed in Quartz 4. I'll be closing it for now but please reopen this issue if this persists in the new version.