https://github.com/f-person/obsidian-daily-note-casing
this obsidian plugin lets u automatically lowercase or UPPERCASE your daily notes 🧚♀️
https://github.com/f-person/obsidian-daily-note-casing
daily-notes obsidian obsidian-plugin
Last synced: 4 months ago
JSON representation
this obsidian plugin lets u automatically lowercase or UPPERCASE your daily notes 🧚♀️
- Host: GitHub
- URL: https://github.com/f-person/obsidian-daily-note-casing
- Owner: f-person
- Created: 2024-09-15T13:05:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:14:39.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T10:52:50.468Z (9 months ago)
- Topics: daily-notes, obsidian, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
if you prefer your filenames lowercase or UPPERCASE, this plugin is for u 💖
it will convert the name of your daily notes to your preferred case upon creation,
so `Sep 15, 2024, Sun` will be `sep 15, 2024, sun`, or `24 apr, 1915` -> `24 APR, 1915`.
# configuration
the plugin has a couple of settings u can optionally tweak to your liking:
## casing
> default value: `lowercase`
this plugin can convert the daily note casing to either full `lowercase`
or `UPPERCASE` (if u want that).
## notice on rename
> default value: `off`
whether the plugin should notify u that it renamed a created daily note.
i think it's pretty distracting, but maybe u want to know idk ¯\\_(ツ)_/¯
# batch renaming
if u have a bunch of daily notes from the past & you'd like to batch-rename
them to match your preferred case, run the "daily notes: set case for all" command
TODO(f-person): implement the batch-rename command.
consider showing the results of the batch rename and adding a confirmation dialog.