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
5
5
This plugin is not yet finished.
6
6
7
7
Planed features are:
8
- - two-way sync (listening to file changes and updating the input fields)
9
8
- ranges for sliders
10
9
- more input types
11
10
@@ -37,6 +36,9 @@ The folder structure should look like this:
37
36
```
38
37
39
38
### 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
+
40
42
You are more than welcome to open an issue on [ GitHub] ( https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues ) .
41
43
42
44
### Contributions
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.1.1 " ,
4
+ "version" : " 0.1.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.1.1 " ,
3
+ "version" : " 0.1.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" : {
You can’t perform that action at this time.
0 commit comments