decaf-dev / obsidian-vault-explorer

Explore your Obsidian vault in visual format
https://vaultexplorer.com
MIT License
116 stars 4 forks source link

Remove case sensitivity of properties #315

Closed Azona77 closed 2 months ago

Azona77 commented 2 months ago

My URL properties are part lowercase "url" and part uppercase "URL", but the Custom properties dropdown menu only has the lowercase one, and the selection doesn't take effect on the uppercase URL properties( without URL displayed in Explorer page).

image

If possible, please remove the case sensitivity of the properties, or make them case-sensitive in the dropdown menu.

decaf-dev commented 2 months ago

Hi @Az779. Thanks for the bug report.

After a little investigation, it appears that this is a feature of Obsidian, not Vault Explorer. If you open the right sidebar and click "All Properties", you should see that there is only a single, lowercase entry for URL and url properties.

Considering that Obsidian has chosen to process frontmatter in this manner, I don't see a big reason to do so otherwise in the plugin.