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

Feature Request - dynamic tag support

Open timothyjlaurent opened this issue 2 years ago • 2 comments

IT would be great if we could use regular expressions to define capture groups in the tags and then move to those places automatically.

For example, you could have a rule that detects:

^#resource/(.*) and then define the output path as

resources/$1

then the plugin would move a note with #resource/person tag to ./resources/person creating the directory if it doesn't exist.

timothyjlaurent avatar Nov 29 '22 22:11 timothyjlaurent

This would be super useful to me too!

evanhammer avatar Dec 21 '22 02:12 evanhammer

@evanhammer, @timothyjlaurent not sure if this plugin is actively maintained but I've added this feature in my PR #42

ggstrader avatar Jan 25 '23 18:01 ggstrader