willasm / obsidian-open-weather

Obsidian plugin for OpenWeather API
MIT License
49 stars 3 forks source link

Exclude Folder Option Lacks Empty Selection in Settings #35

Closed sandbro closed 2 months ago

sandbro commented 2 months ago

I am experiencing an issue with the Exclude Folder option in the settings of the obsidian-open-weather plugin. Once I select a folder to exclude, there is no option to deselect or choose an empty selection in the dropdown menu. This means that I am forced to always specify one folder, which is not ideal for my workflow.

It would be more user-friendly if there were an option to clear the selection or to have an empty choice available in the dropdown. This would allow users to easily adjust their settings without being locked into a single folder exclusion.

sandbro commented 2 months ago

After further investigation, I realized that I needed to set my template folder as an Exclude Folder. This is crucial because, without this setting, the weather information in my templates is converted to static text, and new files created from those templates do not update in real-time.

Given this new understanding, I would like to close the previous issue. Thank you for your support, and I appreciate the functionality of the plugin!