obsidian-auto-note-mover
obsidian-auto-note-mover copied to clipboard
Move to folder based on date format and file timestamp
I'd love to have the ability to move to a folder based on a date format. For example:
Folder: Meeting_Notes/YYYY-MM
from tag: #meeting_notes
This would put files with that tag in the folder, but use the date format to create the folder and/or move the file into that folder making the folders dynamic, getting the YYYY-MM from the created date of the file or perhaps the filename with REGEX
Not exactly what you need but I'm doing something similar with my daily notes:
Date format: YYYY-MM-DD Folder: Daily Notes Tag: Expression: [0-9]{4}-[0-9]{1,2}-[0-9]{1,2}
Would be nice if this program could also perform actions in addition to moving.
Also looking for a date based mover. I want to sort notes in to sub folders based on creation date (not daily notes)