mirror of
https://github.com/mnaoumov/obsidian-smart-rename.git
synced 2026-07-22 07:40:32 +00:00
Ship a curated demo-vault/ for Smart Rename, bootstrapped by the release-injected obsidian-dev-utils demo-vault-helper. Notes walk through renaming a note while preserving backlink display text, handling invalid characters, and every setting. Add a static registerDemoVaultCoverageSuite no-app test that keeps the demo vault in sync with the PluginSettings surface, the project dprint.json (excludes demo-vault), and the README demo vault access section.
936 B
936 B
CodeScript Toolkit prerequisite
The Run buttons in this vault are powered by CodeScript Toolkit. This vault installs and enables it for you automatically the first time you open the vault (and trust it). Nothing here is required to explore Smart Rename - renaming is a plain command with no button.
If the buttons do not work
If a code block does not turn into a button, install CodeScript Toolkit manually:
- Open Settings -> Community plugins -> Browse.
- Search for CodeScript Toolkit, install it, and enable it.
- Reopen a note that has a Run button.
Or click the button below to install and enable it (needs an internet connection):
---
caption: Install CodeScript Toolkit
---
await require('/demoSetup.ts').installAndEnable(app, 'fix-require-modules');