File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ This plugin can create input fields inside your notes and bind them to metadata
55This plugin is not yet finished.
66
77Planed features are:
8- - two-way sync (listening to file changes and updating the input fields)
98- ranges for sliders
109- more input types
1110
@@ -37,6 +36,9 @@ The folder structure should look like this:
3736```
3837
3938### Problems, unexpected behavior or improvement suggestions?
39+ #### The sync seems laggy
40+ This is intentional. To reduce the load on your hard drive the plugin ony syncs about 5 times a second.
41+
4042You are more than welcome to open an issue on [ GitHub] ( https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues ) .
4143
4244### Contributions
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.1.1 " ,
4+ "version" : " 0.1.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.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " This plugin can create input fields inside your notes and bind them to metadata fields." ,
55 "main" : " main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments