diff --git a/README.md b/README.md index d3d01404..7f0d32b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Obsidian Meta Bind Plugin +A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline input fields, metadata displays, and buttons. + Meta Bind allows you to create input and view fields inside your notes. Those 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. diff --git a/manifest-beta.json b/manifest-beta.json index 32de7d8f..24c50ec7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,9 +1,9 @@ { "id": "obsidian-meta-bind-plugin", - "name": "Meta Bind Plugin", + "name": "Meta Bind", "version": "0.11.0-canary.20240118T143059", "minAppVersion": "1.4.0", - "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", + "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "author": "Moritz Jung", "authorUrl": "https://mprojectscode.github.io/", "helpUrl": "https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/", diff --git a/manifest.json b/manifest.json index de626a0d..29fecdca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-meta-bind-plugin", - "name": "Meta Bind Plugin", + "name": "Meta Bind", "version": "0.11.0", "minAppVersion": "1.4.0", - "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", + "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "author": "Moritz Jung", "authorUrl": "https://mprojectscode.github.io/", "helpUrl": "https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/", diff --git a/package.json b/package.json index ce194838..27c1d939 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-meta-bind-plugin", "version": "0.11.0", - "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", + "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "main": "main.js", "scripts": { "dev": "bun run esbuild.dev.config.mjs",