Skip to content

Commit f3586ea

Browse files
committed
update readme and bump version
1 parent 2a9a7b4 commit f3586ea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This plugin can create input fields inside your notes and bind them to metadata
55
This plugin is not yet finished.
66

77
Planed 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+
4042
You are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues).
4143

4244
### Contributions

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)