Feature: Add *selection*
placeholder for inserting HTML snippets (fragments)
#164
Labels
*selection*
placeholder for inserting HTML snippets (fragments)
#164
Improvement for the new insert Snippets feature from issue #142 - if the text
*selection*
is added, take any selected text and replace it into the snippet instead.Example:
If you have an email with the word "div", highlight the text "div" and then load the template above. This should replace the "div" with the HTML code below, and style it with a monospaced font:
Note: I usually put my css rules in separate css files which I import with the
%style()%
command as part of my general support templates.The text was updated successfully, but these errors were encountered: