No description
Find a file
2025-06-05 20:39:15 -07:00
docs update to readme 2024-04-28 21:40:08 -05:00
patches Bugfixes which caused content to show twice 2023-03-15 16:11:42 -07:00
src support link paths 2025-06-02 07:37:01 -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 update for plugin name change 2024-04-28 21:29:32 -05:00
manifest.json 2.0.0 2024-05-01 10:07:03 -07:00
package-lock.json 2.0.0 2024-05-01 10:07:03 -07:00
package.json 2.0.0 2024-05-01 10:07:03 -07:00
README.md update to readme 2024-04-28 21:40:08 -05: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 2.0.0 2024-05-01 10:07:03 -07:00

Obsidian Link Range

Obsidian Link Range Logo

This plugin brings wiki-link header range queries to Obsidian while retaining native backlink functionality. Supports standard wiki-links or other user-defined patterns, 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]]

Basic Settings

The default settings give you the functionality indicated above.

default settings

Advanced Settings Choices

If you prefer a different heading separator than the Wikilink syntax, you may change it.

Some will want to change the visual style of the heading separators. The

advanced settings