See Docs for more…
INPUT[toggle:completed]
INPUT[slider(
addLabels,
minValue(0),
maxValue(10)
):value]INPUT[inlineSelect(
option(bad),
option(meh),
option(ok),
option(good),
option(great)
):rating]Distance: INPUT[number:memory^distance] km
Distance in freedom units: VIEW[round(number({memory^distance} km, miles), 2)][math:c] miles
Theme Switcher: BUTTON[light-mode, dark-mode]
style: destructive
label: Light Mode
id: light-mode
hidden: true
actions:
- type: command
command: theme:use-lightlabel: Insert with relative line numbers
style: default
action:
type: insertIntoNote
line: selfEnd + 1
value: Hellostyle: primary
label: Dark Mode
id: dark-mode
hidden: true
actions:
- type: command
command: theme:use-dark