From 08ff39b9a86793b83b319707e418e47a3d6bb87f Mon Sep 17 00:00:00 2001 From: Michael Grinich Date: Thu, 7 Jan 2016 10:12:25 -0800 Subject: [PATCH] Move links to plugins to this repo. --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c28479a4..99852b78a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,40 @@ Plugins lie at the heart of N1 and give it its powerful features. Building your If you would like to run the N1 source and contribute, check out our [contributing guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md). +# Existing Plugins +We're working on building a plugin index that makes it super easy to add them to N1. For now, check out the list below! (Feel free to submit a PR if you build a plugin and want it featured here.) + +### Themes +- [Dark](https://github.com/nylas/N1/tree/master/internal_packages/ui-dark) -- ([tutorial here](https://github.com/nylas/N1/issues/74)) +- [Taiga](http://noahbuscher.github.io/N1-Taiga/) -- Mailbox-inspired light theme +- In development: [Ubuntu](https://github.com/ahmedlhanafy/Ubuntu-Ui-Theme-for-Nylas-N1) +- In development: [Material](https://github.com/equinusocio/N1-Material) ([preview](https://twitter.com/MattiaAstorino/status/683348095770456064)) + +### Composer +- [Translate](https://github.com/nylas/N1/tree/master/examples/N1-Composer-Translate) -- Works with 10 languages +- [QuickSchedule](https://github.com/nylas/N1/tree/master/examples/N1-Quick-Schedule) -- Quickly schedule a meeting with someone +- [Templates](https://github.com/nylas/N1/tree/master/examples/N1-Composer-Templates) -- Also sometimes known as "canned responses" +- [Jiffy](http://noahbuscher.github.io/N1-Jiffy/) -- Insert animated Gifs +- In Development: [PGP Encryption](https://github.com/mbilker/email-pgp) + +### Sidebar +- [GitHub info in Sidebar](https://github.com/nylas/N1/tree/master/examples/N1-Github-Contact-Card-Section) + +### Navbar +- [Open GitHub Issues](https://github.com/nylas/N1/tree/master/examples/N1-Message-View-on-Github) + +### Threadlist +- [Personal-level indicators](https://github.com/nylas/N1/tree/master/examples/N1-Personal-Level-Indicators) +- [Unsubscribe button](https://github.com/colinking/n1-unsubscribe) + +### Message View +- [Phishing Detection](https://github.com/nylas/N1/tree/master/examples/N1-Phishing-Detection) +- [Squirt Speed Reader](https://github.com/HarleyKwyn/squirt-reader-N1-plugin/) + # Running Locally By default the N1 source points to our hosted version of the Nylas Sync Engine; however, the Sync Engine is open source and you can [run it yourself](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md#running-against-open-source-sync-engine). -# Feature Requests / Package Ideas +# Feature Requests / Plugin Ideas Have an idea for a package, or a feature you'd love to see in N1? Check out our [public Trello board](https://trello.com/b/hxsqB6vx/n1-open-source-roadmap)