mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 11:38:31 +08:00
ee0241038f
Summary: We originally didn't do this because creating a DOM tree was loading images. Using range.createContextualFragment seems to do it without the tree ever being attached. Accompanying changes to src/pro are here: https://phab.nylas.com/D3300 https://github.com/nylas/edgehill/compare/bengotow/draft-dom-transformations?expand=1 Also rename applyTransformsToDraft => applyTransformsForSending. Needed a new name because the function signature has changed. AFAIK there are no open source plugins using the old functions. Test Plan: All specs updated Reviewers: evan, juan Reviewed By: evan, juan Differential Revision: https://phab.nylas.com/D3299 |
||
---|---|---|
.. | ||
assets | ||
lib | ||
stylesheets | ||
icon.png | ||
package.json | ||
README.md |
N1 Markdown Composer
A plugin for N1 that allows you to compose emails using markdown.
Install this plugin:
-
Download and run N1
-
Clone this repository (Make sure you have
git
installed and available in your system path) -
From the menu, select
Developer > Install a Package Manually...
From the dialog, choose the directory of this plugin 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
Usage
Just write emails using markdown.