Obsidian Link Range Plugin
I just finished creating the initial MVP release of a new Obsidian plugin called Link Range. This plugin brings ranged link header support to Obsidian.
Natively, Obsidian supports wiki-links to other notes in the vault, and you can specify a link to a single header's content if desired by using the notation [[note#heading]]
. However there's no built-in way of linking to a range of headers, like [[note#heading1..heading2]]
. Thanks to Obsidian's extensive plugin architecture, I was able to throw together a plugin to add support for this. The plugin supports standard wiki-link notation, embedded notes, hover-preview (in reader mode only currently), while retaining native Obsidian backlink functionality. See it in action below.