No description
Find a file
2023-03-15 16:35:06 -07:00
docs Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
patches Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
src Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
.editorconfig Initial commit 2023-03-01 09:25:25 -08:00
.eslintignore Initial commit 2023-03-01 09:25:25 -08:00
.eslintrc Initial commit 2023-03-01 09:25:25 -08:00
.gitignore Initial commit 2023-03-01 09:25:25 -08:00
.npmrc Initial commit 2023-03-01 09:25:25 -08:00
esbuild.config.mjs Initial commit 2023-03-01 09:25:25 -08:00
LICENSE Add license 2023-03-15 16:35:06 -07:00
main.ts Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
manifest.json Update description 2023-03-15 16:28:01 -07:00
package-lock.json Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
package.json Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
README.md Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
styles.css Initial commit 2023-03-01 09:25:25 -08:00
tsconfig.json Initial commit 2023-03-01 09:25:25 -08:00
version-bump.mjs Initial commit 2023-03-01 09:25:25 -08:00
versions.json Initial commit 2023-03-01 09:25:25 -08:00

Obsidian Link Range

This plugin brings wiki-link header range queries to Obsidian while retaining native backlink functionality. Supports standard wiki-links, hover preview, and embedded content wiki-links.

demo

Usage

To use, simply use the same wiki-link syntax you're used to in obsidian, but instead of specifying a single header, you can specify a header range separated by a separator string.

For example, if I wanted a link to headers "Ingredients" through "Directions" in a note named "Recipe", I could craft a link like the following:

[[Recipe#Ingredients..Directions]]

Settings

Setting Description Default Value
Heading Separator Defines the separator to be used to define a link heading range. I.e. this is the ".." in example: [[Note 1#h1..h2]] ..
Alt Text Format The alternate text format that gest shown when in read mode. Use $note for the note name placeholder, and $h1/$h2 for the header placeholders. $note:$h1-$h2
End Inclusive When turned on, the second header and the content following it (through the next header in the note) is shown. true