mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
.. | ||
assets | ||
keymaps | ||
lib | ||
stylesheets | ||
icon.png | ||
package.json | ||
README.md |
View on GitHub
The "View on GitHub" plugin adds a button to the toolbar above the message view. When you view a message from GitHub that contains a "View on GitHub" link, the button appears and makes it easy to jump to the issue / pull request / comment on GitHub.
This example is a good starting point for plugins that want to create custom actions.
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/packages
, and N1 runsapm install
on the command line to fetch dependencies listed in the package'spackage.json