File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
exampleVault/.obsidian/plugins/obsidian-meta-bind-plugin Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ For more examples see the `exampleVault` folder.
28
28
- ` select ` a select input field, only for code blocks
29
29
- ` multi_select ` a multi-select input field, only for code blocks
30
30
- ` date ` a date input field
31
+ - ` date_picker ` a date picker
31
32
32
33
#### Arguments
33
34
- ` class(class_name) ` adds a css class to the input field
@@ -36,9 +37,10 @@ For more examples see the `exampleVault` folder.
36
37
- ` maxValue(value) ` only for slider, sets the max value
37
38
- ` option(value) ` only for (multi-)selects, adds an option to the select
38
39
- ` 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
39
41
40
42
### 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.
42
44
After downloading, extract the archive into the ` .obsidian/plugins ` folder in your vault.
43
45
44
46
The folder structure should look like this:
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.2.1 " ,
4
+ "version" : " 0.3.0 " ,
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
"id" : " obsidian-meta-bind-plugin" ,
3
3
"name" : " Meta Bind Plugin" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
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.2.1 " ,
3
+ "version" : " 0.3.0 " ,
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