{"id":14070287,"url":"https://github.com/mProjectsCode/obsidian-meta-bind-plugin","last_synced_at":"2025-07-30T07:31:16.631Z","repository":{"id":37696545,"uuid":"501199572","full_name":"mProjectsCode/obsidian-meta-bind-plugin","owner":"mProjectsCode","description":"A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.","archived":false,"fork":false,"pushed_at":"2024-10-29T10:07:53.000Z","size":10772,"stargazers_count":505,"open_issues_count":42,"forks_count":39,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T12:12:26.060Z","etag":null,"topics":["obsidian","obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mProjectsCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mProjectsCode"]}},"created_at":"2022-06-08T10:18:04.000Z","updated_at":"2024-10-29T10:11:55.000Z","dependencies_parsed_at":"2024-01-18T14:15:21.333Z","dependency_job_id":"603227b9-42bf-4663-a59b-4e5525e452da","html_url":"https://github.com/mProjectsCode/obsidian-meta-bind-plugin","commit_stats":{"total_commits":527,"total_committers":6,"mean_commits":87.83333333333333,"dds":0.04174573055028463,"last_synced_commit":"22948195704b884579ce0b92869bb84948e4c13b"},"previous_names":[],"tags_count":100,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-meta-bind-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-meta-bind-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-meta-bind-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-meta-bind-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mProjectsCode","download_url":"https://codeload.github.com/mProjectsCode/obsidian-meta-bind-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228102674,"owners_count":17869902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-md","obsidian-plugin"],"created_at":"2024-08-13T07:07:37.943Z","updated_at":"2024-12-04T11:31:36.039Z","avatar_url":"https://github.com/mProjectsCode.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mProjectsCode"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Obsidian Meta Bind Plugin\n\nA plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline **input fields**, **metadata displays (view fields)**, and **buttons**.\n\nMeta Bind allows you to create input and view fields inside your notes.\nThose input and view fields can then be bound to frontmatter properties, which keeps them in sync with those frontmatter properties.\nThis allows you to edit and view your frontmatter properties inside your notes.\n\nFor 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]`.\nWhen you click the toggle, the `done` property will switch between `true` and `false`.\n\nTo learn more, check out the [docs](https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs).\n\n## Demo\n\n![](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/raw/master/images/meta-bind-plugin-demo-3-gif.gif)\n\n## Docs\n\nThe docs for the plugin are available [here](https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs).\nThe plugin provides an offline FAQ/Help page as well, which can be accessed via a command or the plugins settings page.\n\n## Problems, unexpected behavior or improvement suggestions?\n\nYou are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues)\n\n## Installation\n\n### Obsidian Marketplace (Recommended)\n\n1. Open `Settings -\u003e Community Plugins` in your vault\n2. Click on the `Browse` button in the `Community plugins` section\n3. Search for `Meta Bind`\n4. Select `Meta Bind` and click first `Install`, then `Enable`\n\n### BRAT (For Canary Releases)\n\n1. Install and enable the `BRAT` plugin\n2. Run the `BRAT: Plugins: Add a beta plugin for testing` command\n3. Enter `https://github.com/mProjectsCode/obsidian-meta-bind-plugin` into the text field\n4. Click on `Add Plugin`\n\n## License\n\n[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)\n\n## Credits\n\nI want to thank the following people:\n\n- blacksmithgu for the Dataview type definitions\n- Daniel (dbarenholz) for his contributions to the plugin and the docs\n- koala (kometenstaub) for help with CodeMirror\n- sailKite for help with CSS\n- Sigrunixia for enabling me to work on the Obsidian Publish version of the plugin\n- Zachatoo and SilentVoid13 for the Templater type definitions\n\n- All the contributors to the plugin and the docs\n- All the authors of the libraries used in the plugin\n- Everyone who has given feedback and suggestions\n\n## Contributions\n\nThank you for wanting to contribute to this project.\n\nContributions 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.\n\n### Notes for Contributors\n\nThe plugin uses [Bun](https://bun.sh/) instead of Node.js/NPM to manage dependencies.\nTo install the dependencies, run `bun install` and `bun run pack:i` in the root directory of the project.\n\n- `bun run dev` will build the plugin in dev mode and watch for changes. The plugin builds directly into the example vault inside of this repo.\n- `bun run build` will build the plugin in production mode. The plugin builds into the root of this repo.\n- `bun run test` will run the tests.\n- `bun run check` will check for formatting, linting, type errors and run the tests.\n- `bun run check:fix` will fix formatting and linting errors, check for type errors and run the tests.\n\n`bun run check` should run successfully before creating a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmProjectsCode%2Fobsidian-meta-bind-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmProjectsCode%2Fobsidian-meta-bind-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmProjectsCode%2Fobsidian-meta-bind-plugin/lists"}