File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 "name" : " Meta Bind Plugin" ,
44 "version" : " 0.1.0" ,
55 "minAppVersion" : " 0.14.0" ,
6- "description" : " This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API ." ,
6+ "description" : " This plugin can create input fields inside your notes and bind them to metadata fields ." ,
77 "author" : " Moritz Jung" ,
88 "authorUrl" : " https://mprojectscode.github.io/" ,
99 "isDesktopOnly" : false
Original file line number Diff line number Diff line change 11{
2- "name" : " obsidian-sample -plugin" ,
3- "version" : " 1.0 .1" ,
4- "description" : " This is a sample plugin for Obsidian (https://obsidian.md) " ,
2+ "name" : " obsidian-meta-bind -plugin" ,
3+ "version" : " 0.1 .1" ,
4+ "description" : " This plugin can create input fields inside your notes and bind them to metadata fields. " ,
55 "main" : " main.js" ,
66 "scripts" : {
77 "dev" : " node esbuild.config.mjs" ,
88 "build" : " tsc -noEmit -skipLibCheck && node esbuild.config.mjs production" ,
99 "version" : " node version-bump.mjs && git add manifest.json versions.json"
1010 },
1111 "keywords" : [],
12- "author" : " " ,
12+ "author" : " Moritz Jung " ,
1313 "license" : " MIT" ,
1414 "devDependencies" : {
1515 "@types/node" : " ^16.11.6" ,
You can’t perform that action at this time.
0 commit comments