Skip to content

Instantly share code, notes, and snippets.

@smeech
Last active January 31, 2025 16:04
Show Gist options
  • Select an option

  • Save smeech/1a5aba0183d8d2767f1b3dff01168f17 to your computer and use it in GitHub Desktop.

Select an option

Save smeech/1a5aba0183d8d2767f1b3dff01168f17 to your computer and use it in GitHub Desktop.
[Check-boxes] Using characters #espanso
# Espanso check-boxes
matches:
- trigger: :test
replace: "{{form1.flag}}"
vars:
- name: form1
type: form
params:
layout: "Option A: [[flag]]"
fields:
flag:
type: choice
values:
- "\u2610" # or ☐
- "\u2611" # or ☑
default: "\u2610"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment