folder pages doesnt work when i use a . in the folder name (00.01-clippings)
Describe the bug folder pages doesnt work when i use a . in the folder name (00.01-clippings), it shows a 404 page, and because of that i cant see a list of my files. i have to search for them manually.
To Reproduce Steps to reproduce the behavior:
- name a file "00-captures/00.01-clippings" or "00.01-clippings"
- build the site
- go to folderpage
- See error
Expected behavior i expect it to just show the folderpage
Desktop (please complete the following information):
- Quartz Version: [v4.5.2]
nodeVersion: [V22]npmversion: [v11.6.1]- OS: [windows 10]
- Browser [firefox]
extra info/context i use the https://johnnydecimal.com/ sorting system so this is very annoying, i can fix it by just using - instead of . but that defeats the point of the system.
Can you try explicitly adding an index.md file and check if that fixes the issue?
will do some digging tommorow