Skip to content

Commit

Permalink
comply with new obsidian naming requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jan 26, 2024
1 parent 9d52dd9 commit 6cc0c43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6cc0c43

Please sign in to comment.