discourse/docs/PLUGINS.md

28 lines
1.5 KiB
Markdown
Raw Normal View History

2013-02-05 14:16:51 -05:00
2015-09-18 17:02:35 -04:00
## List of Discourse Plugins
2013-02-05 14:16:51 -05:00
If you just want to get some plugins for your Discourse instance, check out [the plugin category](https://meta.discourse.org/c/plugin) at meta. This is the most up to date place for plugin discussion and listing.
If you want to be safe, use only plugins on this list of [Official Plugins](https://github.com/discourse/discourse/blob/master/lib/plugin/metadata.rb):
2015-09-18 17:02:35 -04:00
### Discourse Plugin Tutorials
2015-09-18 11:16:57 -04:00
* [Part One: Getting Started](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins/30515)
* [Part Two: Plugin Outlets](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-2-plugin-outlets/31001)
* [Part Three: Custom Site Settings](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-3-custom-settings/31115)
* [Part Four: Git Setup](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-4-git-setup/31272)
* [Part Five: Admin Interfaces](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-5-admin-interfaces/31761)
* [Part Six: Acceptance Tests](https://meta.discourse.org/t/beginner-s-guide-to-creating-discourse-plugins-part-6-acceptance-tests/32619)
2015-09-18 17:02:35 -04:00
### Simple Demonstration Plugins
2015-09-18 17:00:30 -04:00
- [Manipulating text in the composer](https://meta.discourse.org/t/plugin-tutorial-1-how-to-manipulate-the-text-in-the-composer/10925)
2015-09-18 17:01:17 -04:00
- [Display plugin outlet locations](https://meta.discourse.org/t/plugin-outlet-locations/29589)
2014-03-26 23:34:08 -04:00