jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
7.35k stars 2.54k forks source link

Wikilinks Case Sensitivity #1541

Open EmDeeSwan opened 1 month ago

EmDeeSwan commented 1 month ago

Describe the bug When using wikilinks in Obsidian, case does not matter. In a paragraph below, I have [[sector performance]] to reference my Sector Performance.md file. This references the file in Obsidian, and I can't also create a file named sector performance alongside the original. Quartz isn't picking up the file when I build the site.

Expected behavior image

Actual behavior image

Desktop (please complete the following information):

cwittern commented 4 weeks ago

Just a thought, are you on Windows by any chance? In Windows, the filename case does not matter, so you can not create two files that differ just by the case. On my system, which is Linux based Ubuntu, I can do so.