From 6cc0c433d73eb1dafd0ad0dd58866ce16d7b4eaa Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 26 Jan 2024 23:04:15 +0100 Subject: [PATCH] comply with new obsidian naming requirements --- README.md | 2 ++ manifest-beta.json | 4 ++-- manifest.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) 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",