farux / obsidian-auto-note-mover

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

Feature Request: Support moving Folders via Folder Note #3

Open brimwats opened 2 years ago

brimwats commented 2 years ago

I use https://github.com/aidenlx/alx-folder-note for folders and use that folder to hold all the items related to a project. When I update the tag from 🟢Working on 🔴To Finished I'd like the folder+notes to move

farux commented 2 years ago

Hi. I may work on moving folders in the future, but I'm not considering it at the moment. When the location of a file or folder is changed, obsidian will trigger a rename event. As the name implies, the same event is fired when a file is renamed, so ANM works with it. However, if the location of a folder is changed, a rename event will be fired for each subfolder and file in it. I have not yet figured out how to handle the events properly.

brimwats commented 2 years ago

It would probably make sense to steal from alx-folder-note for that, as it handles it well!

brimwats commented 2 years ago

But understood re:scope!