feat(espanso): add shortcode

This commit is contained in:
Stefan Imhoff
2023-03-09 13:05:52 +01:00
parent ac12a84c20
commit d9ae3c90a2

View File

@@ -11,6 +11,9 @@ matches:
- label: "Shortcode: Amazon Prime Video Flag"
replace: '{% primevideo "ID" %}'
- label: "Shortcode: YouTube Video"
replace: '{% youtube "ID" %}'
- label: "Shortcode: More Link"
replace: '{% more "Text", "url" %}'