obsidian-auto-note-mover icon indicating copy to clipboard operation
obsidian-auto-note-mover copied to clipboard

add frontmatter field check for trigger

Open prashant2402 opened this issue 2 years ago • 8 comments

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. Screenshot 2023-05-27 112259

prashant2402 avatar May 27 '23 10:05 prashant2402

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

axelson avatar Sep 24 '23 20:09 axelson

Thanks I'm gonna use this now @axelson @prashant2402 axelson/obsidian-auto-note-mover

Kmfernan5 avatar Oct 05 '23 21:10 Kmfernan5

+1 on this feature request!

koenbunders avatar Nov 03 '23 12:11 koenbunders

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!

TheEmanuelSampaio avatar Nov 06 '23 16:11 TheEmanuelSampaio

+1 this feature would be great!

josh-79 avatar Nov 08 '23 11:11 josh-79

@axelson Thanks for the addition of properties!

macbikegeek avatar Nov 25 '23 20:11 macbikegeek

how to match an array of frontmatter property values? i check the code and found it not support multiple properties

preflower avatar Dec 20 '23 09:12 preflower

@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.

eurghwhy avatar May 15 '24 11:05 eurghwhy