farux / obsidian-auto-note-mover

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

Feature Request - dynamic tag support #37

Open timothyjlaurent opened 1 year ago

timothyjlaurent commented 1 year ago

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.

evanhammer commented 1 year ago

This would be super useful to me too!

ggstrader commented 1 year ago

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