Hi all — I’m sharing a plugin I’ve been building for my own notes: Block Link Plus (BLP).
If you live on block refs/embeds, it adds a few things I kept wishing Obsidian had:
- easier copy for block/heading links / embeds / URIs
- multi-line “range” block refs (^id-id)
- optional inline editing for embedded blocks/headings in Live Preview
It also has an optional “outliner-ish” workflow for list items, plus a blp-view code block (Dataview-backed) to
render/query those list blocks in a scoped set of files.
Docs: https://block-link-plus.jasper1024.com/
GitHub: GitHub - Jasper-1024/block-link-plus: Obsidian plugin that extends block linking with multi-line support, timeline features, and inline editing. Create precise references to any content span using the ^abc123-abc123 format.
Inline edit demo: https://github.com/user-attachments/assets/d34b9be4-9a1b-4d00-9a87-1b70463dc8d7
If you try it and something feels off (or you have a workflow it doesn’t cover yet), I’d really like to hear about it.