-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Tags Within A Single Rule #65
Comments
Toggle on the "Use regular expressions to check for tags" option. Come up with a regex expression that evaluates to true if any of those tags are in the string; bard or chatgpt should be able to come up with it. |
Thanx... That worked great! |
I can't get this to work to match two tags (they both should match). Anyone has an example of that? thx |
I recommend using regex101.com or similar to test your string. This for instance will match tags for #London, #Stockholm, or #Paris- Adapt to whatever you need. |
Auto Note Mover is a great Obsidian plugin! Still, I'd like to be able to enter several tags on a single rule. For example, say I have a directory titled 'Reference'. I'd like to send several differently tagged notes to that directory with one rule. For example, if I have notes tagged 'User-Guide' and 'Manual' and 'Obsidian-Reference', I'd like to use a single rule with the tags entry '#User-Guide, #Manual, #Obsidian-Reference' to send notes with any one of these several tags to a given directory. As it is now, I have to make three rules to accomplish this and if I wish to add another tag to go to that same directory, I have to create a new rule. I know I could change the tags to all be the same, but then that diminishes the ability to use tags to accomplish better searches.
The text was updated successfully, but these errors were encountered: