mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
da15d4598c
Summary: Changes the internal signatures plugin to wrap the signature in a `<div class="nylas-n1-signature">` block, to make it easier to detect and handle signatures from within other plugins. Also: - Fixes the QuickSchedule plugin to place the scheduling block above the signature. - Fixes a small syntax error in Translate plugin Test Plan: manual Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D2383 |
||
---|---|---|
.. | ||
assets | ||
docs | ||
lib | ||
spec | ||
stylesheets | ||
.gitignore | ||
examples-screencap-translate.png | ||
icon.png | ||
package.json | ||
README.md |
Translate
A package for N1 that translates draft text into other languages using the Yandex Translation API.
Install this plugin
-
Download and run N1
-
From the menu, select
Developer > Install a Plugin Manually...
The dialog will default to this examples directory. Just choose theN1-Composer-Translate
folder to install it!When you install packages, they're moved to
~/.nylas/packages
, and N1 runsapm install
on the command line to fetch dependencies listed in the package'spackage.json
Build documentation
cjsx-transform lib/main.cjsx > docs/main.coffee
docco docs/main.coffee
rm docs/main.coffee