iron-vault-plugin / iron-vault

Obsidian plugin for Ironsworn/Starforged games
https://iron-vault-plugin.github.io/iron-vault/
Other
22 stars 1 forks source link

too many notifications when typing out new Homebrew directory #293

Open zkat opened 1 week ago

zkat commented 1 week ago

If you try to type the name of a new Homebrew directory in settings, you'll get massive notification spam

cwegrzyn commented 1 week ago

Hrm. Not sure what to do about this. Options I can think of:

  1. Don't give a notice if the folder is missing. Without doing option 2, this will still trigger a reload of the data on every keystroke though.
  2. Only trigger a reload if we change from valid dir -> invalid dir or * -> valid dir. I'm not sure exactly how i'd do this though.
  3. Maybe change the setting so that ONLY valid dirs are recorded (and therefore trigger updates). If you want to pick an invalid dir, well, don't do that: just turn off homebrew support entirely.