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.
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.
4244After downloading, extract the archive into the ` .obsidian/plugins ` folder in your vault.
4345
4446The folder structure should look like this:
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.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" ,
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.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" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments