obsidian-bulk-rename icon indicating copy to clipboard operation
obsidian-bulk-rename copied to clipboard

Bulk Renaming of daily Notes

Open benpla opened this issue 1 year ago • 1 comments

I have a lot of daily notes and would like to rename them. But I don't know if I want to keep the naming scheme for all time and maybe change it again. However, I would like to name all my daily notes in the same format, including all past notes, since other evaluation scripts rely on the format.

My current format is YYY-MM-DD. Since this has become too confusing for me in daily work, I would like to store them in a different format: YYYY-MM-DD ddd (ww).

So from

2023-01-01
2023-01-02
2023-01-03

To

2023-01-01 Fri (w52)
2023-01-02 Sat (w01)
2023-01-03 Sun (w01)

Is there a possibility to allow renaming of date parts?

benpla avatar May 10 '23 13:05 benpla

@benpla, right now, we don't have integrations with calendar or anything that could help identify the week number or weekday.

We could build this as it's not rocket science, however how to make UI for this is not clear to me :)

OlegLustenko avatar Jun 06 '23 07:06 OlegLustenko