mnaoumov_obsidian-smart-rename/demo-vault/Code buttons check.md
Michael Naumov fdb5c2c07b feat: add demo vault
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.
2026-07-20 02:08:56 -06:00

534 B

Docs

Code buttons check

If CodeScript Toolkit is installed and enabled, the block below renders as a Run button. Click it - a notice should appear. If you only see a code block, install the prerequisite first: CodeScript Toolkit prerequisite.

---
caption: Click me
---
import { Notice } from 'obsidian';
new Notice('Code buttons work - you are ready to explore the demo vault.');