Summary: Fix references to nylas-mail Test Plan: manual Reviewers: jackie, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3674
1 KiB
Github Contact Card Section
Extends the contact card in the sidebar to show public repos of the people you email. Uses GitHub's public API to look up a GitHub user based on their email address, and then displays public repos and their stars.
This example is a good starting point for plugins that want to display data from external sources in the sidebar. If you want to see some more advanced plugins, have a look through all the internal plugins, here on Github.
Install this plugin
-
Download and run N1
-
From the menu, select
Developer > Install a Plugin Manually...
The dialog will default to this examples directory. Just choose the package to install it!When you install packages, they're moved to
~/.nylas-mail/packages
, and N1 runsapm install
on the command line to fetch dependencies listed in the package'spackage.json