Skip to content

Commit 4473ae6

Browse files
committed
Suggest input
1 parent 55c3e85 commit 4473ae6

25 files changed

+9072
-1138
lines changed

exampleVault/.obsidian/plugins/obsidian-meta-bind-plugin/main.js

Lines changed: 8128 additions & 859 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exampleVault/examples fg.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rating: 31
33
title: test title test test
44
completed: false
55
toggle1: false
6-
slider1: 89
6+
slider1: 6
77
slider2: 6
88
text1: Test
99
text_area1: Test test
@@ -15,6 +15,7 @@ multi_select:
1515
- option a
1616
- option c
1717
time1: 10:17
18+
suggest: test
1819
---
1920

2021
## Components
@@ -80,6 +81,9 @@ option(option d)
8081
):multi_select]
8182
```
8283

84+
### Suggester
85+
`INPUT[suggester(suggestOption(test), suggestOptionQuery(#test)):suggest]`
86+
8387
## In callouts
8488
> quote
8589
> `INPUT[slider(addLabels, minValue(1), maxValue(10)):slider1]`
@@ -128,8 +132,6 @@ option(option d)
128132

129133
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
130134

131-
asdasd
132-
133135
## Templates
134136
- unknown tempalate
135137
- `INPUT[][toggle:toggle1]`

exampleVault/other note.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
2+
tags: test
23
title: This is an example of how the meta bind
34
select: option a
45
date: Tuesday, June 14th 2022
56
time: 19:20
67
multi-select:
78
- option b
89
- option c
9-
---
10+
---
11+
12+
## This is another note
13+
This note is to test syncing to another note.

0 commit comments

Comments
 (0)