farux / obsidian-auto-note-mover

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

FR: regex for path #70

Open XinYun2020 opened 7 months ago

XinYun2020 commented 7 months ago

for example

^#(private/work/((.*?)))$

to

new_destination = os.path.join(destinationdirectory, "work/work" + match_content)