mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
10 lines
662 B
Markdown
10 lines
662 B
Markdown
# 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](https://github.com/nylas/nylas-mail/tree/master/internal_packages).
|
|
|
|
<img src="https://raw.githubusercontent.com/nylas/nylas-mail/master/internal_packages/github-contact-card/screenshot.png">
|