# Meta Bind Examples
Wrap in single quotes
EXAMPLE: `VIEW[{magnusCount}]`
Button Example:
+1 Counter - Frontmatter modifications
```meta-bind-button
label: "Magnus' Amulet"
hidden: false
id: "count-increment"
style: default
actions:
- type: updateMetadata
bindTarget: magnusCount
evaluate: true
value: Math.min(10, x + 1)
```