No description
Find a file
2024-04-28 21:40:08 -05: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 improved settings text 2024-04-28 21:38:24 -05: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 update manifest 2024-02-25 17:06:44 -06:00
package-lock.json add new live preview renderer and supporting settings values 2024-02-22 23:02:34 -06:00
package.json add new live preview renderer and supporting settings values 2024-02-22 23:02:34 -06: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 Update version 2023-05-25 09:34:10 -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