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.
13 lines
581 B
Text
13 lines
581 B
Text
# Churny / runtime-generated Obsidian state.
|
|
.obsidian/workspace.json
|
|
.obsidian/hotkeys.json
|
|
|
|
# Built plugins are release-injected by archivePluginDemoVault at release time —
|
|
# both the plugin under test AND the obsidian-dev-utils-owned Demo Vault Helper
|
|
# bootstrap plugin (which installs, configures, and enables CodeScript Toolkit at
|
|
# runtime). Nothing helper-related is committed; commit only the baked settings
|
|
# file for the plugin under test.
|
|
.obsidian/plugins/*
|
|
!.obsidian/plugins/smart-rename/
|
|
.obsidian/plugins/smart-rename/*
|
|
!.obsidian/plugins/smart-rename/data.json
|