Skip to content

Commit 6436286

Browse files
committed
clean up example vault
1 parent 4da8b3d commit 6436286

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

exampleVault/Test.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ Bible Reading: false
33
test: 0
44
---
55

6-
`INPUT[toggle:Bible Reading]`
7-
`INPUT[toggle:["Bible Reading"]]`
8-
9-
10-
`INPUT[inlineSelect(option(0, 'don\'t do this'), option(1, 'do this \\')):test]`

exampleVault/examples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ select: option c
1010
toggle: false
1111
nested:
1212
object: asdasdasd
13+
inlineSelect: 0
1314
---
1415

1516
## In callouts
@@ -27,7 +28,9 @@ nested:
2728
## Nested data
2829
`INPUT[text:nested["object"]]`
2930
30-
---
31+
## String Escaping
32+
33+
`INPUT[inlineSelect(option(0, 'don\'t do this'), option(1, 'do this \\')):inlineSelect]`
3134
3235
## Linking to a different note
3336
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.
@@ -75,6 +78,7 @@ Lorem ipsum dolor sit amet, `INPUT[date():other note#date]` consectetur adipisci
7578
- `INPUT[inlineSelect(option(option a),option(option b),option(option c),option(option d):select]`
7679
- `INPUT[inlineSelect(option(option a),option(option b),option(option c),option(option d)):select#]`
7780
- `INPUT[inlineSelect(option(option a),option(option b),option(option c),option(option d)):select#:]`
81+
- `INPUT[toggle:Bible Reading]`
7882

7983

8084
Lorem ipsum dolor sit amet, `INPUT[text():meta bind/nonExistantFile#title]` consectetur adipiscing elit. Pellentesque sit amet porttitor arcu. Quisque scelerisque dolor augue, et posuere nulla bibendum nec. `INPUT[slider(nonExistantArgument)]` Curabitur sed rhoncus nisl. Maecenas nisi justo, viverra vel tempus vel, hendrerit at metus. `INPUT[select(option(option a),option(option b),option(option c),option(option d)):select]` asdasd asdasdasd

0 commit comments

Comments
 (0)