obsidian-auto-note-mover
obsidian-auto-note-mover copied to clipboard
add frontmatter field check for trigger
This is for https://github.com/farux/obsidian-auto-note-mover/issues/25 to add a simple frontmatter property check feature.
Tested locally and works well. You can use multiple rules if you want to match an array of frontmatter property values.
Thanks for this! This makes the plugin much more usable for me!
FYI I've pulled this into my own fork (this is the only change currently). If you use https://github.com/TfTHacker/obsidian42-brat then you can use my fork with axelson/obsidian-auto-note-mover
Thanks I'm gonna use this now @axelson @prashant2402 axelson/obsidian-auto-note-mover
+1 on this feature request!
Thanks for this! This makes the plugin much more usable for me!
FYI I've pulled this into my own fork (this is the only change currently). If you use https://github.com/TfTHacker/obsidian42-brat then you can use my fork with
axelson/obsidian-auto-note-mover
Hey bro, could you please also add this feature: #62 ?? I'd thanks a lot!
+1 this feature would be great!
@axelson Thanks for the addition of properties!
how to match an array of frontmatter property values? i check the code and found it not support multiple properties
@axelson Hey man, just installed your fork using BRAT, works a charm! Is there any chance you could add a feature that instead of using excluded folders it only moves notes from one folder? I basically only want it to move notes from my inbox and leave everything else untouched. I have found a way to do this by setting my excluded folder to the following regex ^(?!_).*$ which will match everything except _ (which is what my inbox is named) but it feels a bit hacky. Any chance of seeing if the Obsidian guys will let you take over the plugin as well seeing as though this repository/account seems dead? The owner hasn't committed anything in over two years.