Skip to content

Commit 6cc0c43

Browse files
committed
comply with new obsidian naming requirements
1 parent 9d52dd9 commit 6cc0c43

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Obsidian Meta Bind Plugin
22

3+
A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline input fields, metadata displays, and buttons.
4+
35
Meta Bind allows you to create input and view fields inside your notes.
46
Those input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties.
57
Allowing you to edit and view your frontmatter properties inside your notes.

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-meta-bind-plugin",
3-
"name": "Meta Bind Plugin",
3+
"name": "Meta Bind",
44
"version": "0.11.0-canary.20240118T143059",
55
"minAppVersion": "1.4.0",
6-
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
6+
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
77
"author": "Moritz Jung",
88
"authorUrl": "https://mprojectscode.github.io/",
99
"helpUrl": "https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/",

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-meta-bind-plugin",
3-
"name": "Meta Bind Plugin",
3+
"name": "Meta Bind",
44
"version": "0.11.0",
55
"minAppVersion": "1.4.0",
6-
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
6+
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
77
"author": "Moritz Jung",
88
"authorUrl": "https://mprojectscode.github.io/",
99
"helpUrl": "https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-meta-bind-plugin",
33
"version": "0.11.0",
4-
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
4+
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "bun run esbuild.dev.config.mjs",

0 commit comments

Comments
 (0)