Skip to content

Commit 79afb27

Browse files
committed
update readme and bump version
1 parent c1fadad commit 79afb27

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ For more examples see the `exampleVault` folder.
2828
- `select` a select input field, only for code blocks
2929
- `multi_select` a multi-select input field, only for code blocks
3030
- `date` a date input field
31+
- `date_picker` a date picker
3132

3233
#### Arguments
3334
- `class(class_name)` adds a css class to the input field
@@ -36,9 +37,10 @@ For more examples see the `exampleVault` folder.
3637
- `maxValue(value)` only for slider, sets the max value
3738
- `option(value)` only for (multi-)selects, adds an option to the select
3839
- `title(value)` only for (multi-)selects, adds a title to the select input
40+
- `alignRight` only for date picker, aligns the date picker popup to the right of the input field
3941

4042
### How to install
41-
You must manually download the zip archive from the latest release here on GitHub.
43+
You can eiter download it directly through Obsidian's plugin page or you can manually download the zip archive from the latest release here on GitHub.
4244
After downloading, extract the archive into the `.obsidian/plugins` folder in your vault.
4345

4446
The folder structure should look like this:

exampleVault/.obsidian/plugins/obsidian-meta-bind-plugin/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.2.1",
4+
"version": "0.3.0",
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",

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.2.1",
4+
"version": "0.3.0",
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.2.1",
3+
"version": "0.3.0",
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)