`BUTTON[hard, good, easy]` ```meta-bind-button style: primary label: Top of mind id: hard hidden: true action: type: command command: obsidian-spaced-repetition:srs-note-review-hard ``` ```meta-bind-button style: default label: Later id: good hidden: true action: type: command command: obsidian-spaced-repetition:srs-note-review-good ``` ```meta-bind-button style: default label: Not right now id: easy hidden: true action: type: command command: obsidian-spaced-repetition:srs-note-review-easy ```