Skip to content

Commit 435267e

Browse files
committed
add missing examples
1 parent a2c3166 commit 435267e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

exampleVault/Buttons/In Note Navigation.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ actions:
1010
1111
```
1212

13+
```meta-bind-button
14+
label: Scroll to Bottom
15+
style: default
16+
actions:
17+
- type: open
18+
link: "[[#This is a Heading at the Bottom]]"
19+
newTab: false
20+
21+
```
22+
23+
```meta-bind-button
24+
label: Scroll to Labeled Section
25+
style: default
26+
actions:
27+
- type: open
28+
link: "[[#^section-1]]"
29+
newTab: false
30+
31+
```
32+
1333
some
1434

1535
very

0 commit comments

Comments
 (0)