Closed Quorafind closed 2 years ago
Maybe use dataview to query all the files with matched tags will be a good way to move all files
Hello @Quorafind I was currently using app.metadataCache.on('changed')
as editing event handler.
If I use app.vault.on('modify')
in addition to it, it seems to catch the changes made by tag wrangler.
It worked in a simple test.
If it looks ok, I'll add the feature.
Hello @Quorafind I was currently using
app.metadataCache.on('changed')
as editing event handler. If I useapp.vault.on('modify')
in addition to it, it seems to catch the changes made by tag wrangler. It worked in a simple test. If it looks ok, I'll add the feature.
Yes, I think this will work, would you want to add this?
Added in 1.0.3.
With the help of @pjeby, the author of tag wrangler, this problem was solved in 1.0.4.
It will move only one of them when use tag wrangler to change the matched tags in all files.