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 1
1
{
2
2
"id" : " obsidian-meta-bind-plugin" ,
3
3
"name" : " Meta Bind Plugin" ,
4
- "version" : " 0.4.1 " ,
4
+ "version" : " 0.4.2 " ,
5
5
"minAppVersion" : " 0.14.0" ,
6
6
"description" : " This plugin can create input fields inside your notes and bind them to metadata fields." ,
7
7
"author" : " Moritz Jung" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-meta-bind-plugin" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " This plugin can create input fields inside your notes and bind them to metadata fields." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class MetadataManager {
173
173
value = traverseObjectByPath ( metadataPath , fileCache . metadata ) ;
174
174
}
175
175
176
- console . log ( fileCache ) ;
176
+ // console.log(fileCache);
177
177
178
178
for ( const listener of fileCache . listeners ) {
179
179
if ( exceptUuid && exceptUuid === listener . uuid ) {
You can’t perform that action at this time.
0 commit comments