Mailspring/internal_packages/github-contact-card
2017-01-30 11:50:39 -08:00
..
assets fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00
lib lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
stylesheets fix(gh-sidebar): Don’t customize <h2> styling 2016-11-04 10:58:34 -07:00
icon.png 💄(icon): A delightful seafoam green icon 2016-02-23 10:35:08 -08:00
package.json feat(off): disable/hide snooze, mail rules, misc minor plugins 2017-01-06 15:39:09 -08:00
README.md fix(rename): update nylas/N1 to nylas/nylas-mail Github references 2017-01-30 11:50:39 -08:00

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

  1. Download and run N1

  2. 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 runs apm install on the command line to fetch dependencies listed in the package's package.json