From 4f6f2bb95361c510f473346698af27b7614e20f9 Mon Sep 17 00:00:00 2001 From: Daniel Barenholz Date: Mon, 16 Oct 2023 20:54:41 +0200 Subject: [PATCH 1/3] Update deprecated `text_area` to `textArea` --- exampleVault/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleVault/examples.md b/exampleVault/examples.md index 2a9244bf..2145c283 100644 --- a/exampleVault/examples.md +++ b/exampleVault/examples.md @@ -36,7 +36,7 @@ inlineSelect: 0 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet porttitor arcu. Quisque scelerisque dolor augue, et posuere nulla bibendum nec. Curabitur sed rhoncus nisl. ```meta-bind -INPUT[text_area( +INPUT[textArea( title(text area), class(meta-bind-full-width), class(meta-bind-high) @@ -88,4 +88,4 @@ Code block error INPUT[slider(nonExistantArgument)] ``` -`INPUT[inlineSelect(option(a), option(b), option(c)]` \ No newline at end of file +`INPUT[inlineSelect(option(a), option(b), option(c)]` From ca4d36dd2a81637af7f34d9bc4bed5f29fa2015a Mon Sep 17 00:00:00 2001 From: Daniel Barenholz Date: Mon, 16 Oct 2023 20:55:15 +0200 Subject: [PATCH 2/3] Update deprecated `multi_select` to `multiSelect` --- exampleVault/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleVault/examples.md b/exampleVault/examples.md index 2145c283..a97c6d27 100644 --- a/exampleVault/examples.md +++ b/exampleVault/examples.md @@ -55,7 +55,7 @@ option(option d) A multi select to a different note ```meta-bind -INPUT[multi_select( +INPUT[multiSelect( title(A multi select input), option(option a), option(option b), From ffb30047a6e8b446b34a7a7960e283b0db84df10 Mon Sep 17 00:00:00 2001 From: Daniel Barenholz Date: Mon, 16 Oct 2023 20:57:18 +0200 Subject: [PATCH 3/3] Update deprecated `date_picker` to `datePicker` --- exampleVault/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleVault/examples.md b/exampleVault/examples.md index a97c6d27..2c30d2b0 100644 --- a/exampleVault/examples.md +++ b/exampleVault/examples.md @@ -64,7 +64,7 @@ option(option d) ):other note#multi-select] ``` -Lorem ipsum dolor sit amet, `INPUT[date():other note#date]` consectetur adipiscing elit. Pellentesque sit amet porttitor arcu. Quisque scelerisque dolor augue, et posuere nulla bibendum nec. `INPUT[date():other note#date]` Curabitur sed rhoncus nisl. Maecenas nisi justo, viverra vel tempus vel, hendrerit at metus. `INPUT[date_picker():other note#date]` asdasd asdasdasd +Lorem ipsum dolor sit amet, `INPUT[date():other note#date]` consectetur adipiscing elit. Pellentesque sit amet porttitor arcu. Quisque scelerisque dolor augue, et posuere nulla bibendum nec. `INPUT[date():other note#date]` Curabitur sed rhoncus nisl. Maecenas nisi justo, viverra vel tempus vel, hendrerit at metus. `INPUT[datePicker():other note#date]` asdasd asdasdasd ## Templates - `INPUT[][toggle:toggle1]` empty template