OlegLustenko / obsidian-bulk-rename

MIT License
69 stars 2 forks source link

Bulk Renaming of daily Notes #26

Open benpla opened 1 year ago

benpla commented 1 year ago

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?

OlegLustenko commented 1 year ago

@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 :)