mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
Summary: Package names must match directory names Not going to use new Swithc component, but might as well be part of component kit Move APMWrapper into core so it can be used from anywhere Move manual package install coe to package-manager Gray out window titles when in the background Do not allow multiple onboarding windows at the same time Finalize styling f initial-prefs and initial-packages, make it work (only github package atm) Other nits Change the welcome copy: - Call it easy to extend vs easy to use - Remove the subtitle from the first screen which doesn't really fit - Make the second page emphasize that its created /for/ developers and easy to extend with Javascript. - Explain what the sync engine is rather than saying it's "faster and more extensible" (??) Test Plan: Run tests Reviewers: evan, dillon Reviewed By: evan Maniphest Tasks: T3346 Differential Revision: https://phab.nylas.com/D2079 |
||
---|---|---|
.. | ||
N1-Composer-Translate | ||
N1-Github-Contact-Card-Section | ||
N1-Message-View-on-Github | ||
README.md |
N1 Example Packages
Here you will find well-annotated samples to showcase how to build packages in N1.
Getting Started
- Each package is in its own folder. To try out a package, copy the folder
into
$HOME/.nylas/packages
, runapm install
, and restart N1. - The entry point of each package is the
activate
method oflib/main.cjsx
. Most packages do nothing but register themselves with theComponentRegistry
- Read the annotated source code of the package files.