Mailspring/docs
Juan Tejada cfdc401c54 update(extensions): Rename DraftStoreExtension and MessageStoreExtension
Summary:
- Rename DraftStoreExtension to ComposerExtension
- Rename MessageStoreExtension to MessageViewExtension
- Rename ContenteditablePlugin to ContenteditableExtension
  - Update Contenteditable to use new naming convention
  - Adds support for extension handlers as props
- Add ExtensionRegistry to register extensions:
  - ContenteditableExtensions will not be registered through the
    ExtensionRegistry. They are meant for internal use, or if anyone wants
    to use our Contenteditable component directly in their plugins.
  - Adds specs
- Refactors internal_packages and src to use new names and new ExtensionRegistry api
- Adds deprecation util function and deprecation notices for old api methods:
  - DraftStore.{registerExtension, unregisterExtension}
  - MessageStore.{registerExtension, unregisterExtension}
  - DraftStoreExtension.{onMouseUp, onTabDown}
  - MessageStoreExtension
- Adds and updates docs

Test Plan: - Unit tests

Reviewers: bengotow, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2293
2015-11-30 16:08:05 -08: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 update(extensions): Rename DraftStoreExtension and MessageStoreExtension 2015-11-30 16:08:05 -08:00
Database.md fix assorted problems in docs 2015-10-04 15:24:08 -07:00
Debugging.md fix assorted problems in docs 2015-10-04 15:24:08 -07:00
FAQ.md rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
InterfaceConcepts.md fix(copy): Call split / list modes "Single Panel / Two Panel" 2015-11-23 17:34:56 -08:00
Overview.md fix(*): Packages => Plugins in a few more places 2015-10-22 14:55:30 -07:00
package.json fix(docs): Updating docs (round 1 of many) 2015-10-01 13:19:34 -07:00
PackageOverview.md fix(license): Mark a few additional packages as GPLv3 2015-11-25 14:41:10 -08:00
React.md fix assorted problems in docs 2015-10-04 15:24:08 -07:00
README.md actually no more gh-pages 2015-10-05 05:08:53 -07:00
Windows.md fix(docs): fix docs so they compile properly. 2015-11-17 15:48:59 -08: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.com/N1/docs/

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