Skip to content

Commit

Permalink
add missing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Nov 5, 2024
1 parent a2c3166 commit 435267e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions exampleVault/Buttons/In Note Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ actions:
```

```meta-bind-button
label: Scroll to Bottom
style: default
actions:
- type: open
link: "[[#This is a Heading at the Bottom]]"
newTab: false
```

```meta-bind-button
label: Scroll to Labeled Section
style: default
actions:
- type: open
link: "[[#^section-1]]"
newTab: false
```

some

very
Expand Down

0 comments on commit 435267e

Please sign in to comment.