farux / obsidian-auto-note-mover

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

Feature Request - dynamic tag support #37

Open timothyjlaurent opened 2 years ago

timothyjlaurent commented 2 years 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