From 83f2bd105c1631622ee31e86445523ecfde2107a Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Mon, 20 Jul 2026 09:01:39 -0600 Subject: [PATCH] docs: number demo vault example notes --- demo-vault/00 Start.md | 10 +++++----- ...{Backlink full path.md => 01 Backlink full path.md} | 2 +- demo-vault/{Settings.md => 02 Settings.md} | 0 ...{Code buttons check.md => 03 Code buttons check.md} | 2 +- ...uisite.md => 04 CodeScript Toolkit prerequisite.md} | 0 demo-vault/Shared topic.md | 2 +- src/demo-vault.no-app.integration.test.ts | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) rename demo-vault/{Backlink full path.md => 01 Backlink full path.md} (85%) rename demo-vault/{Settings.md => 02 Settings.md} (100%) rename demo-vault/{Code buttons check.md => 03 Code buttons check.md} (81%) rename demo-vault/{CodeScript Toolkit prerequisite.md => 04 CodeScript Toolkit prerequisite.md} (100%) diff --git a/demo-vault/00 Start.md b/demo-vault/00 Start.md index 10d02e6..9978b36 100644 --- a/demo-vault/00 Start.md +++ b/demo-vault/00 Start.md @@ -4,14 +4,14 @@ Welcome to the [Backlink Full Path](https://github.com/mnaoumov/obsidian-backlin > [!TIP] Interactive buttons > -> The two setup notes have **Run** buttons, powered by [`CodeScript Toolkit`](https://github.com/mnaoumov/obsidian-codescript-toolkit/), which this vault installs for you automatically on first open (see [[CodeScript Toolkit prerequisite]]). The feature itself is just the Backlinks pane, so the feature notes have no buttons. +> The two setup notes have **Run** buttons, powered by [`CodeScript Toolkit`](https://github.com/mnaoumov/obsidian-codescript-toolkit/), which this vault installs for you automatically on first open (see [[04 CodeScript Toolkit prerequisite]]). The feature itself is just the Backlinks pane, so the feature notes have no buttons. ## Feature -- [[Backlink full path]] -- [[Settings]] +- [[01 Backlink full path]] +- [[02 Settings]] ## Setup -- [[Code buttons check]] -- [[CodeScript Toolkit prerequisite]] +- [[03 Code buttons check]] +- [[04 CodeScript Toolkit prerequisite]] diff --git a/demo-vault/Backlink full path.md b/demo-vault/01 Backlink full path.md similarity index 85% rename from demo-vault/Backlink full path.md rename to demo-vault/01 Backlink full path.md index ee1c2a9..5e29510 100644 --- a/demo-vault/Backlink full path.md +++ b/demo-vault/01 Backlink full path.md @@ -15,4 +15,4 @@ Without this plugin, the Backlinks pane lists three identical `Meeting` entries. 1. Open [[Shared topic]]. 2. Open the **Backlinks** pane (right sidebar link icon, or the command **Backlinks: Show backlinks**). 3. Notice each backlink now carries its full path. -4. Head to [[Settings]] and tweak how the path is rendered - depth, highlighting, extension, ordering, and more. +4. Head to [[02 Settings]] and tweak how the path is rendered - depth, highlighting, extension, ordering, and more. diff --git a/demo-vault/Settings.md b/demo-vault/02 Settings.md similarity index 100% rename from demo-vault/Settings.md rename to demo-vault/02 Settings.md diff --git a/demo-vault/Code buttons check.md b/demo-vault/03 Code buttons check.md similarity index 81% rename from demo-vault/Code buttons check.md rename to demo-vault/03 Code buttons check.md index 4ebeb04..29b6edb 100644 --- a/demo-vault/Code buttons check.md +++ b/demo-vault/03 Code buttons check.md @@ -2,7 +2,7 @@ # Code buttons check -If [`CodeScript Toolkit`](https://github.com/mnaoumov/obsidian-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]]. +If [`CodeScript Toolkit`](https://github.com/mnaoumov/obsidian-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: [[04 CodeScript Toolkit prerequisite]]. ```code-button --- diff --git a/demo-vault/CodeScript Toolkit prerequisite.md b/demo-vault/04 CodeScript Toolkit prerequisite.md similarity index 100% rename from demo-vault/CodeScript Toolkit prerequisite.md rename to demo-vault/04 CodeScript Toolkit prerequisite.md diff --git a/demo-vault/Shared topic.md b/demo-vault/Shared topic.md index b6c4c41..59051c4 100644 --- a/demo-vault/Shared topic.md +++ b/demo-vault/Shared topic.md @@ -2,4 +2,4 @@ # Shared topic -This is the note whose backlinks the demo inspects. Open the **Backlinks** pane and look at the three `Meeting` notes that link here - each one shows its full folder path thanks to [[Backlink full path]]. +This is the note whose backlinks the demo inspects. Open the **Backlinks** pane and look at the three `Meeting` notes that link here - each one shows its full folder path thanks to [[01 Backlink full path]]. diff --git a/src/demo-vault.no-app.integration.test.ts b/src/demo-vault.no-app.integration.test.ts index 5543297..f230b8c 100644 --- a/src/demo-vault.no-app.integration.test.ts +++ b/src/demo-vault.no-app.integration.test.ts @@ -12,7 +12,7 @@ registerDemoVaultCoverageSuite({ configInterfaces: [{ interfaceName: 'PluginSettings', sourcePath: 'src/plugin-settings.ts' }], interfaces: [], nonTrivialGuard: { - expectDemoNote: 'Settings.md', + expectDemoNote: '02 Settings.md', expectMember: 'pathDepth', interfaceName: 'PluginSettings', sourcePath: 'src/plugin-settings.ts'