Last active
January 31, 2025 16:04
-
-
Save smeech/1a5aba0183d8d2767f1b3dff01168f17 to your computer and use it in GitHub Desktop.
[Check-boxes] Using characters #espanso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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