Skip to content

Instantly share code, notes, and snippets.

@DewofyourYouth
Created March 9, 2018 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DewofyourYouth/70098686ed2811c6b64db25faea6a8c3 to your computer and use it in GitHub Desktop.
Save DewofyourYouth/70098686ed2811c6b64db25faea6a8c3 to your computer and use it in GitHub Desktop.
VSCode Snippets for Making Emails w/ GroupMail and Active Campaign Variables
"Active Campaign Variable": {
"prefix": "acv",
"body": "%$1%",
"description": "Make an AC Variable"
},
"GroupMail Variable": {
"prefix": "gmv",
"body": "!*$1*!",
"description": "Make a GM Variable"
},
"AC Var Selected": {
"prefix": "acvs",
"body": "%$TM_SELECTED_TEXT%",
"description": "Make selected text an AC variable"
},
"GM Var Selected": {
"prefix": "gmvs",
"body": "%$TM_SELECTED_TEXT%",
"description": "Make selected text an GM variable"
},
"Style for Emails": {
"prefix": "emsl",
"body": "<p style=\"font-family: Helvetica, Arial, sans-serif; font-size: 10pts;$1\">$TM_SELECTED_TEXT</p>",
"description": "Basic styling for YSV emails"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment