mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
Merge branch 'T107-renumber': number Backlink Full Path demo vault example notes (S2)
This commit is contained in:
commit
284ec28dcb
7 changed files with 9 additions and 9 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
---
|
||||
|
|
@ -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]].
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue