File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-meta-bind-plugin" ,
33 "name" : " Meta Bind Plugin" ,
4- "version" : " 0.4.1 " ,
4+ "version" : " 0.4.2 " ,
55 "minAppVersion" : " 0.14.0" ,
66 "description" : " This plugin can create input fields inside your notes and bind them to metadata fields." ,
77 "author" : " Moritz Jung" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-meta-bind-plugin" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " This plugin can create input fields inside your notes and bind them to metadata fields." ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class MetadataManager {
173173 value = traverseObjectByPath ( metadataPath , fileCache . metadata ) ;
174174 }
175175
176- console . log ( fileCache ) ;
176+ // console.log(fileCache);
177177
178178 for ( const listener of fileCache . listeners ) {
179179 if ( exceptUuid && exceptUuid === listener . uuid ) {
You can’t perform that action at this time.
0 commit comments