Mailspring/internal_packages/message-view-on-github
Evan Morikawa fcfae5d490 Fix references for ~/.nylas to ~/.nylas-mail
Summary: Fix references to nylas-mail

Test Plan: manual

Reviewers: jackie, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D3674
2017-01-13 18:54:37 -08:00
..
assets fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00
keymaps fix(build): CSON => JSON no longer necessary for /keymaps, /menus 2016-04-24 20:27:29 -05:00
lib lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
stylesheets feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -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 references for ~/.nylas to ~/.nylas-mail 2017-01-13 18:54:37 -08:00

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

  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