Skip to content

Commit 29a33af

Browse files
committed
update example vault
1 parent 2ff4e5e commit 29a33af

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

exampleVault/Input Fields/Editor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ editor: |-
33
test
44
55
**test**
6+
7+
# Heading
68
---
79

810
```meta-bind

exampleVault/Input Fields/Image Suggester.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
image: Other/Images/img_frozen_branch.jpg
2+
image: Other/Images/img_butterfly.webp
33
---
44

55
```meta-bind

exampleVault/Input Fields/Suggester.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
fileSuggest: "[[Other/Example Notes/Example Note with Embeds.md|Example Note with Embeds]]"
3-
suggest: option 1
2+
fileSuggest: "[[Other/Example Notes/Example Note with Image.md|Example Note with Image]]"
3+
suggest: option 2
44
---
55

66
### Simple Suggester

exampleVault/examples.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
slider1: 1
3-
---
4-
5-
---
6-
slider1: 7
2+
slider1: 9
73
nested:
84
object: dfgdf
95
suggest: test

exampleVault/other note.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
tags: test
33
title: "test test test "
44
select: option b
5-
date: Tuesday, June 21st 2022
5+
date: Friday, June 10th 2022
66
time: 19:20
77
multi-select:
88
- option a
9-
- option b
9+
- option c
1010
---
1111

1212
## This is another note
1313
This note is to test syncing to another note.
1414

1515

16+
```dataview
17+
table without id FROM #example-note
18+
```
19+
1620
### Select
1721
Select
1822
```meta-bind

0 commit comments

Comments
 (0)