Mailspring/docs
Juan Tejada 9f309d399b 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
templates
Architecture.md
ComposerExtensions.md update(extensions): Rename DraftStoreExtension and MessageStoreExtension 2015-11-30 16:08:05 -08:00
Database.md
Debugging.md
FAQ.md
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
PackageOverview.md fix(license): Mark a few additional packages as GPLv3 2015-11-25 14:41:10 -08:00
React.md
README.md
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/