farux / obsidian-auto-note-mover

This is a plugin for Obsidian (https://obsidian.md).
MIT License
259 stars 22 forks source link

rule not updated when renaming destination folder #9

Open ipante opened 2 years ago

ipante commented 2 years ago

When a folder is renamed, the rule is not updated automatically. I would suggest two ways to solve this :

Both would be awesome 😎

farux commented 2 years ago

ANM using the Notice feature of Api for notifications. I was also thinking of changing the color of the notifications, but I can't find a way to do that at the moment because currently the 'Notice' can only be set to a pure string.

Automatically updating the rules is difficult because of the conflicts with other checks. Anyway, I will try to find a way to make the error easier to understand.

ipante commented 2 years ago

Many thanks for your answer. Yes, I was expecting that : they certainly want to keep the Obsidian global UI/UX consistent. Adding a Troubleshoot section in your README could be an easy fix in the meantime :)

farux commented 2 years ago

Troubleshoot is a good idea!