The Quick Replies plugin lets you write preset templates to use as email responses. Replies can contain variables, which
you can quickly jump between and fill out when using the template.
Variables are defined as HTML <code> tags with class "var". You can include these by editing the raw HTML of the template and adding <code class="var">[content]</code>
. Add
the "empty" class to make a region dark yellow and indicate that it should be filled in. When you send your message, <code>
tags are always stripped so the recipient never sees any highlighting.
Templates live in the ~/.nylas/templates directory on your computer. Each template
is an HTML file - the name of the file is the name of the template, and its contents are the default message body.