Add Support for Block IDs ([[#^blockID]]) in Meta Bind Plugin -> Actions -> Link #494
Closed
3 tasks done
Labels
feature request
New feature or request
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
No response
Describe the Feature you'd like
Feature Description
I would like to request support for block-level references (
[[#^blockID]]
) within theopen
linkactions
configuration of the Meta Bind Plugin for Obsidian. This enhancement will allow users to directly link to block IDs in addition to the already supported formats like[[File]]
and[[#title]]
.Currently, the plugin supports the following formats:
[[File]]
— direct file links.[[#title]]
— heading-level links within a file.However, block-level references ([[#^blockID]]) are not currently supported. When attempting to use such references, the plugin throws the following error:
text
This error indicates that the parser does not currently recognize block-level references. Adding support for such references would significantly enhance the plugin's flexibility and usability when working with finer-grained content references.
Benefits
Alternatives
No response
Additional Context
A Quick Tutorial: How Block IDs (^blockID) Work in Obsidian
Block IDs (^blockID) are unique identifiers you can assign to specific blocks (paragraphs, list items, etc.) in your Obsidian notes. They allow you to reference or link to a specific piece of content within a file. Here’s how to create and use them:
Assign a Block ID:
This is a list item with a block ID. ^topics
Reference the Block:
[[FileName#^topics]]
Use with Meta Bind:
With support added to the Meta Bind plugin, you could leverage block IDs within plugin actions. For example:
This would allow you to directly open or interact with the specific block identified by the block ID in current file.
The text was updated successfully, but these errors were encountered: