mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(espanso): add shortcode
This commit is contained in:
@@ -11,6 +11,9 @@ matches:
|
|||||||
- label: "Shortcode: Amazon Prime Video Flag"
|
- label: "Shortcode: Amazon Prime Video Flag"
|
||||||
replace: '{% primevideo "ID" %}'
|
replace: '{% primevideo "ID" %}'
|
||||||
|
|
||||||
|
- label: "Shortcode: YouTube Video"
|
||||||
|
replace: '{% youtube "ID" %}'
|
||||||
|
|
||||||
- label: "Shortcode: More Link"
|
- label: "Shortcode: More Link"
|
||||||
replace: '{% more "Text", "url" %}'
|
replace: '{% more "Text", "url" %}'
|
||||||
|
|
||||||
@@ -40,7 +43,7 @@ matches:
|
|||||||
|
|
||||||
- label: "Shortcode: Pullquote"
|
- label: "Shortcode: Pullquote"
|
||||||
replace: "<blockquote lang=\"en\" class=\"pullquote\">\n
|
replace: "<blockquote lang=\"en\" class=\"pullquote\">\n
|
||||||
\t<p>$|$</p>\n
|
\t<p>$|$</p>\n
|
||||||
\t<footer>\n
|
\t<footer>\n
|
||||||
\t\t<b></b>, <cite></cite>\n
|
\t\t<b></b>, <cite></cite>\n
|
||||||
\t</footer>\n</blockquote>"
|
\t</footer>\n</blockquote>"
|
||||||
|
|||||||
Reference in New Issue
Block a user