farux / obsidian-auto-note-mover

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

Feature request: Flag to ignore rest of nested tags #54

Open thatdwayne opened 1 year ago

thatdwayne commented 1 year ago

I have layered tags like this: tags: people/staff/John tags: people/staff/Linda etc.

I'd like to have one line to move #people/staff to a specific folder, and ignore any nested tags beyond that tag. Ideally, a checkbox on the move rule line to "Ignore deeper tags" - essentially #people/staff/* as the matching rule (I suppose supporting wildcards like that is another option).

Thanks for considering this!

michaelpporter commented 1 year ago

Have you tried using Regex? ^#people/staff

NT3R117 commented 6 days ago

Hello,

Thanks for your answer, this also work for exclusion.

I think you can add more information on the dock for this kind of functionalities.

Have a great day.