Blockreffer

by tyler.earth
Score: 35/100
favorite
share
Description
Category: Note Enhancements

The Blockreffer plugin enables users to search for and embed blocks within their Obsidian vault using block references (e.g., ^block-refs). This functionality simplifies navigation and content organization by allowing users to link directly to specific blocks within notes. The plugin supports vault-wide searches for block references and offers integration with Obsidian’s hotkeys feature for easy access. It is ideal for users who need granular linking capabilities to enhance note connectivity and workflow efficiency.

Stats
13
stars
764
downloads
0
forks
243
days
157
days
157
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
6
total issues
5
open issues
1
closed issues
31
commits
README file from

Blockreffer for Obsidian

Search and embed blocks with ^block-references aka ^block-refs aka ^block-ids.

image

image

Features

  • Embed blocks with ^block-refs
  • Search your vault for blocks with ^block-refs

Installation

Like all other plugins, you can install this in Obsidian - Settings > Plugins > Community plugins > Browse > search for Blockreffer

You can also click the install button on Obsidian plugin's search page: https://obsidian.md/plugins?search=blockreffer

Alternatively, use BRAT to install beta versions of this plugin:

  1. Install BRAT
  2. Enable BRAT after installation
  3. Open BRAT settings
  4. Click "Add Beta plugin"
  5. Paste this into the repository field: https://github.com/tyler-dot-earth/obsidian-blockreffer
  6. Click "Add plugin"
  7. ✨ The plugin should now be installed.
    • NOTE: this will automatically update and use the latest beta version of the plugin.

FAQ

What are block references?

Check out the Obsidian docs: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note

Can I assign hotkeys to this plugin's commands?

Yes. Use the Hotkeys (core Obsidian plugin) to assign hotkeys to this plugin's commands.


Contributing

Contributors

First time developing plugins?

Quick starting guide for new plugin devs:

  • Clone your repo to a local development folder. For convenience, you can place this folder in your .obsidian/plugins/your-plugin-name folder.
  • Install NodeJS, then run npm i in the command line under your repo folder.
  • Run npm run dev to compile your plugin from main.ts to main.js.
  • Make changes to main.ts (or create new .ts files). Those changes should be automatically compiled into main.js.
  • Reload Obsidian to load the new version of your plugin.
  • Enable plugin in settings window.
  • For updates to the Obsidian API run npm update in the command line under your repo folder.

Releasing new releases

  • Update your manifest.json with your new version number, such as 1.0.1, and the minimum Obsidian version required for your latest release.
  • Update your versions.json file with "new-plugin-version": "minimum-obsidian-version" so older versions of Obsidian can download an older version of your plugin that's compatible.
  • Create new GitHub release using your new version number as the "Tag version". Use the exact version number, don't include a prefix v. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases
  • Upload the files manifest.json, main.js, styles.css as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.
  • Publish the release.

You can simplify the version bump process by running npm version patch, npm version minor or npm version major after updating minAppVersion manually in manifest.json.
The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json

Adding your plugin to the community plugin list

How to use

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

Improve code quality with eslint (optional)

  • ESLint is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code.
  • To use eslint with this project, make sure to install eslint from terminal:
    • npm install -g eslint
  • To use eslint to analyze this project use this command:
    • eslint main.ts
    • eslint will then create a report with suggestions for code improvement by file and line number.
  • If your source code is in a folder, such as src, you can use eslint with this command to analyze all files in that folder:
    • eslint .\src\

Funding

If you found this project helpful, please consider kicking a couple bucks my way:

Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
3 years ago by Eric Rykwalder
Code Block Labels
3 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Core Search Assistant
3 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Power Search
3 years ago by Aviral Batra
Settings Search
3 years ago by Jeremy Valentine
Adds a search bar to Obsidian.md's settings
Digital Garden
3 years ago by Ole Eskild Steensen
Obsidian Dynamic Embed
3 years ago by Ivaylo Dimitrov Dabravin
Publish to Steemit
3 years ago by anpigon
Post directly to your Steemit from Obsidian.
Search Everywhere
3 years ago by Mom0
Obsidian Search Everywhere Plugin
Card View Switcher
3 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Version History Diff (Sync, File Recovery & Git)
3 years ago by kometenstaub
Get a diff view of your Obsidian Sync, File Recovery and Git version history
Quiet Outline
3 years ago by the_tree
Improving experience of outline in Obsidian
Book Search
3 years ago by anpigon
Obsidian plugin that automatically creates notes by searching for books
Copy Search URL
3 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds a menu entry to its search view for copying the Obsidian search URL.
Smart Links
2 years ago by David Lynch
SamePage
2 years ago by SamePage
External Link Helper
2 years ago by Jhonghee Park
Obsidian plugin for link suggestion
Quote Share
2 years ago by DuocNV
Generate beautifull image from Obsidian.
Contacts
2 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
Khoj
2 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
Unicode Search
2 years ago by BambusControl
Simple Unicode character search for Obsidian.md
Marp
2 years ago by JichouP
Plugin to use Marp with Obsidian
Obsidian-compatible Watcher for ActivityWatch
2 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
Emoji Magic
2 years ago by simplgy
Makes it easier to add emojis using an improved keyword search
File Publisher
2 years ago by Devin Sackett
Global Search and Replace
2 years ago by Mahmoud Fawzy Khalil
A plugin to do a global search and replace in all your Obsidian vault files.
Floating Search
2 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Semantic Search
2 years ago by bbawj
Semantic search for Obsidian.md
Fuzzy Chinese Pinyin
2 years ago by lazyloong
Simple RSS
2 years ago by Monnierant
Editor Width Slider
2 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
Vault 2 Book
2 years ago by Mitra98t
TinyPNG Image
2 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
CSS Editor
2 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Simple CanvaSearch
2 years ago by ddalexb
MLIR Syntax Highlight
2 years ago by Lewuathe
Handwritten Notes
2 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Flashcard Generator
2 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
TickTick
2 years ago by Viduy Cheung
Sheets Extended
2 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Nifty Links
2 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Exercises
2 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Codeblock Template
2 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
Search Templates Library
2 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
No more flickering inline math
2 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
TODO Wrangler
2 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Frontmatter generator
a year ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Improved Random Note
a year ago by ShockThunder
Epub Importer
a year ago by aoout
Import EPUB files as Markdown.
Barcode Generator
a year ago by noxonad
A barcode generator for obsidian.
File Index
a year ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Edit MDX
a year ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
short tab name
a year ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
File indicators
a year ago by Jakob
Add custom indicators to the file explorer.
Sort Frontmatter
a year ago by Kanzi
Sort frontmatter automatically
Image Classify Paste
a year ago by tianfx
Feeds
a year ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Random Number Generator
a year ago by iRewiewer
Gives you a random number
Adjacency Matrix Exporter
a year ago by danielegrazzini
Create a numerical adjacency matrix of your Vault in two ways: Absolute and Normalized
Rendered Block Link Suggestions
a year ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
Better Math in Callouts & Blockquotes
a year ago by Ryota Ushio
An Obsidian plugin to add better Live Preview support for math rendering inside callouts & blockquotes.
Git File Explorer
a year ago by Mateus Molina
Copy Image
a year ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Metadata Hider
a year ago by Benature
Hide metadata property if its value is empty
LaTeX-OCR
a year ago by Jack Barker
Multi State CheckBox Switcher
a year ago by KubaMiszcz
Single File Daily Notes
a year ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
RSS Copyist
a year ago by aoout
Get the RSS articles as notes.
Orgmode (CM6)
a year ago by Benoit Bazard
Orgmode plugin for Obsidian
Smart Second Brain
a year ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
Kindle Highlights Importer
a year ago by MovingMillennial
Broken Links
a year ago by ipshing
Quiz Generator
a year ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
PDF break page
a year ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Fight Note
a year ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Update Time Updater
a year ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
SystemSculpt AI
a year ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
ai-writer
a year ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
Smart Gantt
a year ago by Nhan Nguyen
Focus Tracker
a year ago by Jeet Sukumaran
Header Counter
a year ago by Nancy Lee
Memos Sync
a year ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Link to Verse
a year ago by Alberto Sesiliano (aygjiay)
Rapid AI
a year ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Search In Canvas
10 months ago by Boninall
Page Scroll
10 months ago by triski
Obsidian Page Up|Down|Top|Bottom
Sidebar Resizer
10 months ago by Jeet Sukumaran
Browser Interface
9 months ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
Giphy
9 months ago by LuCrypto
Pia viewer
9 months ago by dldisud
Share via Notepad Tab
9 months ago by Iulian Onofrei
Truth Table+
9 months ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Natural Language Dates
4 years ago by Argentina Ortega Sainz
Work with dates in natural language in Obsidian
Text expand
4 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Quick Switcher++
4 years ago by darlal
Enhanced Quick Switcher plugin for Obsidian.md
Search++
4 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
Dangling links
4 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
File path to URI
4 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
Vantage - Advanced search builder
4 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Obsidian Query Language
4 years ago by Joost Plattel
An Obsidian plugin allowing you to query your notes
Tag Wrangler
4 years ago by PJ Eby
Rename, merge, toggle, and search tags from the Obsidian tag pane
Vault Changelog
4 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Homepage
4 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Relative Find
4 years ago by phibr0
Another Quick Switcher
4 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Omnisearch
3 years ago by Simon Cambier
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
Epiphany
7 months ago by Epiphany
Lemons Search
6 months ago by Moritz Jung
Tree Search
5 months ago by catacgc
Text Finder
5 months ago by hafuhafu
Provides a find/replace window in edit mode similar to VSCode (supports regular expressions and case sensitivity).
Link Maintainer
4 months ago by wenlzhang
An Obsidian plugin that helps you maintain note links when splitting or reorganizing notes.
Replicate
4 months ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Click Hint
4 months ago by kbwo
BuJo Bullets
3 months ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Dynamic Outline
3 months ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
KoReader Highlight Importer
3 months ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Clipper Catalog
3 months ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
ShaahMaat-md
3 months ago by Mihail Kovachev
NetClip
2 months ago by Elhary
this plugin is for Obsidian that allows you to browse the web and clip webpages directly into your vault.
Media Companion
2 months ago by Nick de Bruin
External File Linker
2 months ago by Kay606
Extended File Support
2 months ago by Nick de Bruin
Adds opening and embedding support for various filetypes to Obsidian
Note Placeholder
a month ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
URI Converter
a month ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Inline Code Copy
a month ago by Hongchen Lin
Image Picker
a month ago by ari.the.elk
TG Emoji Search
a month ago by MarsBatya
CmdSearch
a month ago by SpaceshipCaptain