Skip to content

Meta Bind Docs

Meta Bind is a plugin for Obsidian to make your notes interactive!

Meta Bind allows you to create input fields, metadata displays (view fields), and buttons. Input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties. Allowing you to edit and view your frontmatter properties inside your notes.

For example, you can create a toggle inside your note, that is bound to a frontmatter property named done, with this simple inline code block INPUT[toggle:done]. When you click the toggle, the done property will switch between true and false.

Features

  • Input Fields - Input and edit frontmatter properties from anywhere inside your notes. Properties will update in real time.
  • View Fields - Display frontmatter properties inside your notes. The displayed value will update in real time when the properties displayed change.
  • Buttons - Create buttons inside your notes that can trigger actions on click. A spiritual successor to the discontinued Buttons Plugin.
  • Meta Bind Embed - Seamlessly embed a note inside another note. The embedded note will be rendered as if it was part of the note it is embedded in.

Getting Started

First you will need to install the plugin from the Community Plugins tab in Obsidian’s settings. You can find various guides on how to use the plugin under the Guides section in the sidebar.

If you want to see all possible input fields in actions, you can run the Open Meta Bind FAQ command inside Obsidian. If you are looking for examples, you can explore the example vault which I use for testing.

Bugs, Errors or Unexpected Behavior?

Please open a bug report on the plugins GitHub repository.

Have an Idea for a new Feature?

Feature requests and contributions are always welcome. If you have an idea, feel free to open a feature request under the issues tab on GitHub or even create a pull request.

Check out my Other Work

Check out my website.

Support my work on GitHub.

Here is a list of my Obsidian related projects.