Merge branch 'T107-renumber': number Backlink Full Path demo vault example notes (S2)

This commit is contained in:
Michael Naumov 2026-07-20 09:04:58 -06:00
commit 284ec28dcb
7 changed files with 9 additions and 9 deletions

View file

@ -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]]

View file

@ -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.

View file

@ -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
---

View file

@ -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]].

View file

@ -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'