Mailspring/docs
Ben Gotow ee0241038f feat(transforms): Replace regexp body transforms with DOM approach
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
2016-09-23 16:36:08 -07:00
..
images fix(docs): Moving to use jekyll on gh-pages 2015-10-02 10:55:18 -07:00
templates fix(docs): Push examples to the correct /examples URL 2015-10-02 16:09:49 -07:00
Architecture.md fix assorted problems in docs 2015-10-04 15:24:08 -07:00
ComposerExtensions.md feat(transforms): Replace regexp body transforms with DOM approach 2016-09-23 16:36:08 -07:00
Database.md fix(db): Remove - from table names, which was a bad idea 2016-04-04 17:44:45 -07:00
Debugging.md fix(activity): "Long Polling" => "Delta Streaming" because we don't really poll. 2016-01-29 16:06:33 -08:00
FAQ.md rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
IntegrationTesting.md docs(tests): add docs about integration testing 2015-12-11 16:25:25 -05:00
InterfaceConcepts.md fix(copy): Call split / list modes "Single Panel / Two Panel" 2015-11-23 17:34:56 -08:00
Overview.md Fixed broken links. (#2470) 2016-06-16 15:09:24 -07:00
package.json fix(docs): Updating docs (round 1 of many) 2015-10-01 13:19:34 -07:00
PackageOverview.md fix(license): GPLv3 => GPL-3.0 2015-12-07 10:50:47 -08:00
React.md rm(Nilas-contact-elements): Remove unused package 2016-02-01 19:12:06 -08:00
README.md Update broken links for guides, docs, and API (#2455) 2016-06-15 15:29:52 -07:00
Windows.md Update Windows.py to remove Node 0.10x 2016-07-08 10:52:08 -07:00
WritingSpecs.md refactor(env): new NylasEnv global 2015-11-17 16:41:20 -08:00

N1 Documentation

For the full documentation (which includes these guides), go to: https://nylas.github.io/N1/docs/

To see annotated package examples, go to: https://nylas.github.io/N1/examples/