2015-10-04 15:42:54 +08:00
|
|
|
# Composer Templates
|
|
|
|
|
|
|
|
Create templates you can use to pre-fill the N1 composer - never type the same
|
|
|
|
email again! 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 it's contents are the default message body.
|
|
|
|
|
|
|
|
If you include HTML <code> tags in your template, you can create
|
|
|
|
regions that you can jump between and fill easily.
|
|
|
|
Give <code> tags the `var` class to mark them as template regions. Add
|
|
|
|
the `empty` class to make them dark yellow. When you send your message, <code>
|
|
|
|
tags are always stripped so the recipient never sees any highlighting.
|
|
|
|
|
|
|
|
This example is a good starting point for plugins that want to extend the composer
|
|
|
|
experience.
|
|
|
|
|
2016-01-08 06:56:34 +08:00
|
|
|
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/composer-templates/screenshot.png">
|
2015-10-04 15:42:54 +08:00
|
|
|
|
2015-11-18 07:47:51 +08:00
|
|
|
#### Install this plugin
|
2015-10-04 15:42:54 +08:00
|
|
|
|
|
|
|
1. Download and run N1
|
|
|
|
|
2015-12-02 07:59:00 +08:00
|
|
|
2. From the menu, select `Developer > Install a Plugin Manually...`
|
2015-10-04 15:42:54 +08:00
|
|
|
The dialog will default to this examples directory. Just choose the
|
|
|
|
package to install it!
|
|
|
|
|
|
|
|
> When you install packages, they're moved to `~/.nylas/packages`,
|
|
|
|
> and N1 runs `apm install` on the command line to fetch dependencies
|
|
|
|
> listed in the package's `package.json`
|