dbarenholz / obsidian-meta-bind-plugin

A plugin for Obsidian that can create input fields inside your notes and bind them to metadata fields.

Home Page:https://mProjectsCode.github.io/obsidian-meta-bind-plugin-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Meta Bind Plugin

This plugin can create input fields inside your notes and bind them to metadata fields, syncing their contents. Allowing you to create things like checkboxes inside your notes that change a metadata field e.g. done when checked. Or creating a slider inside your movie notes, that syncs up with a metadata field named rating.

Demo

Docs

The docs are available here.

Problems, unexpected behavior or improvement suggestions?

You are more than welcome to open an issue on GitHub.

The sync seems laggy / It takes half a second for the changes to sync

This is intentional. To reduce the load on your hard drive the plugin ony syncs about 5 times a second. There is a setting to change the sync interval, but I don't recommend changing it.

Contributions

Thank you for wanting to contribute to this project.

Contributions are always welcome. If you have an idea, feel free to open a feature request under the issue tab or even create a pull request.

About

A plugin for Obsidian that can create input fields inside your notes and bind them to metadata fields.

https://mProjectsCode.github.io/obsidian-meta-bind-plugin-docs/

License:GNU General Public License v3.0


Languages

Language:TypeScript 83.2%Language:Svelte 12.7%Language:JavaScript 2.2%Language:CSS 2.0%