Jessy Cormier47 downloadsChange the default filename used for new notes
Obsidian plugin that controls the filename given to new markdown notes.
| Setting | Description |
|---|---|
| File name pattern | Pattern for new note filenames. Supports {{date}} and {{uuid}} tokens. Defaults to Untitled. |
| Date format | Moment.js format used for {{date}}. Defaults to YYYY-MM-DD. |
| Watched folders | Only rename notes in these folders (includes subfolders). Leave empty to apply everywhere. |
| Token | Output |
|---|---|
{{date}} |
Current date using the configured date format |
{{uuid}} |
Random UUID v4 |
This plugin reads file and folder information from your vault. Here's what it accesses and why:
My Note already exists, the new note becomes My Note 1.No data leaves your device. Everything stays local within Obsidian.
Forked from obsidian-uuid-title by TheLoneWanderer4.
UUID generation uses the uuid package (MIT).