Update Title on Rename

by fz
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically keep your frontmatter title in sync when renaming files, updating it to match the new filename while preserving any custom titles you've set.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Update Title on Rename

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.

Installation

Community plugins

  1. Open Settings → Community plugins and select Browse
  2. Search for Update Title on Rename
  3. Select Install, then Enable

BRAT

  1. Install BRAT from the community plugins
  2. Open Settings → BRAT and select Add beta plugin
  3. Enter https://github.com/r3Fuze/obsidian-update-title-on-rename
  4. Enable the plugin in Settings → Community plugins

Manual

Download main.js and manifest.json from the latest release and place them in <vault>/.obsidian/plugins/update-title-on-rename/.

Settings

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