No description
Find a file
2026-07-21 21:57:10 -06:00
.github refactor: migrate to @obsidian-typings/obsidian-public-latest 2026-05-16 23:55:44 -06:00
.husky chore: update template 2026-04-08 08:01:19 -06:00
demo-vault chore(demo-vault): drop committed Invocables placeholder 2026-07-20 14:40:24 -06:00
scripts chore: update libs 2026-07-21 20:13:56 -06:00
src chore: update libs 2026-07-21 20:13:56 -06:00
.editorconfig Initial commit 2024-12-26 15:07:56 -06:00
.gitattributes Initial commit 2024-12-26 15:07:56 -06:00
.gitignore chore: upgrade dependencies and green up all checks 2026-06-07 17:04:30 -06:00
.markdownlint-cli2.mjs chore: update template 2026-04-08 08:01:19 -06:00
.nano-staged.mjs chore: update template 2026-04-08 08:01:19 -06:00
.npmrc Initial commit 2024-12-26 15:07:56 -06:00
AGENTS.md docs: update 2026-07-15 22:51:52 -06:00
CHANGELOG.md chore: release 3.0.50 2026-07-21 21:57:10 -06:00
commitlint.config.ts chore: update template 2026-04-08 08:01:19 -06:00
CONTRIBUTING.md refactor: simplify PluginSettingsComponent constructor to accept plugin directly 2026-05-13 13:34:09 -06:00
cspell.json chore: update libs 2026-07-21 20:13:56 -06:00
dprint.json feat: add demo vault 2026-07-20 09:47:40 -06:00
eslint.config.mts chore: update template 2026-04-08 08:01:19 -06:00
LICENSE Initial commit 2024-12-26 15:07:56 -06:00
manifest.json chore: release 3.0.50 2026-07-21 21:57:10 -06:00
package-lock.json chore: release 3.0.50 2026-07-21 21:57:10 -06:00
package.json chore: release 3.0.50 2026-07-21 21:57:10 -06:00
README.md feat: add demo vault 2026-07-20 09:47:40 -06:00
tsconfig.json chore: sort tsconfig types 2026-06-27 21:13:08 -06:00
versions.json chore: release 3.0.50 2026-07-21 21:57:10 -06:00
vitest.config.ts refactor: migrate to @obsidian-typings/obsidian-public-latest 2026-05-16 23:55:44 -06:00

External Rename Handler

Buy Me a Coffee GitHub release GitHub downloads Coverage: 100%

This is a plugin for Obsidian that handles renames in the vault made outside of Obsidian app.

By default, Obsidian does not handle renames made outside of the app. It treats them as pair of create/delete events.

This plugin handles renames made outside of Obsidian app by treating them as a single rename event.

Warning

The plugin works only if Obsidian is running during the external renames.

The plugin only handles renames for those files/folders that Obsidian tracks.

The plugin only handles renames made inside the vault.

The plugin doesn't handle the renames made outside of the vault even if the renamed files are referenced within the vault.

The plugin doesn't handle the renames in files/folders that start with . (dot).

Demo vault

A demo vault with usage examples ships with every release. You can access it via any of the following:

  1. Running the External Rename Handler: Open demo vault command.
  2. Downloading external-rename-handler.demo-vault.zip from the Releases.
  3. Browsing its source in demo-vault/ in this repository.

Installation

The plugin is available in the official Community Plugins repository.

Beta versions

To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

By default, debug messages for this plugin are hidden.

To show them, run the following command:

window.DEBUG.enable('external-rename-handler');

For more details, refer to the documentation.

Support

Buy Me A Coffee

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov