fz34 downloadsAutomatically keep your frontmatter title in sync when renaming files, updating it to match the new filename while preserving any custom titles you've set.
Keeps the frontmatter title property in sync when you rename a file, but only if the title matches the previous filename, so custom titles are left alone.
Also has options to always keep the title in sync, add a title property when renaming a file, and change which property key is used.
https://github.com/r3Fuze/obsidian-update-title-on-renameDownload main.js and manifest.json from the latest release and place them in <vault>/.obsidian/plugins/update-title-on-rename/.
| Setting | Default | Description |
|---|---|---|
| Title property name | title |
Frontmatter key used to store the file title |
| Add title to frontmatter | off | Adds the title to frontmatter on rename, if no title exists |
| Always update the title | off | Updates the title even if it doesn't match the previous filename. Overwrites custom titles |