mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 12:10:28 +00:00
Ship a curated demo-vault/ for Backlink Full Path, bootstrapped by the release-injected obsidian-dev-utils demo-vault-helper. Three same-named Meeting notes in different folders link to a shared note so the Backlinks pane shows each one's full path; a Settings note documents every option. Add a static registerDemoVaultCoverageSuite no-app test, the project dprint.json (excludes demo-vault), and the README demo vault access section.
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"extends": "./node_modules/obsidian-dev-utils/dist/templates/dprint.json",
|
|
"excludes": [
|
|
"dist",
|
|
"**/node_modules",
|
|
"**/*-lock.json",
|
|
"**/*.md",
|
|
"demo-vault"
|
|
]
|
|
}
|