Obsidian Plugin that helps to rename notes keeping previous title in existing links
// readme
Smart Rename
Rename a note in Obsidian and every link to it is rewritten — including the
words your reader sees. A sentence that read “as covered in [[Project brief]]” silently becomes “as
covered in [[2026 Q3 plan]]”, and prose you wrote carefully now says something you did not write.
This plugin renames the note and keeps the old title as the link’s display text, so [[Old title]]
becomes [[New title|Old title]] and your sentences still read the way you wrote them. The old title is
also kept as an alias, so anything still looking for it finds it.
More screenshots
Demo vault
The documentation is a demo vault. Every feature has a note that explains what it does and why you would want it, with a note ready to rename and backlinks ready to watch.
Start reading here — it is plain markdown, so it works on GitHub with nothing installed.
A copy of the vault ships with every release. You can access it via any of the following:
- Running the Smart Rename: Open demo vault command.
- Downloading
smart-rename-demo-vault-<version>.zip(<version>is the…