Open HaleTom opened 8 months ago
Espanso expands text typed from the keyboard, and works great with emojify.
eg, I can type :heart: anywhere, and it is replaced with ❤️.
:heart:
❤️
matches: # Emojify emoji expansion :emoji: - regex: /:(?P<emojiName>[^:\s]+):/ replace: "{{output}}" vars: - name: output type: shell params: cmd: emojify "{{emojiName}}"
Is there a wiki or KB that this could go into?
Espanso expands text typed from the keyboard, and works great with emojify.
eg, I can type
:heart:
anywhere, and it is replaced with❤️
.Is there a wiki or KB that this could go into?