discourse/docs/PLUGINS.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2013-02-06 03:16:51 +08:00
# List of Discourse Plugins
2013-02-06 03:16:51 +08:00
2014-03-27 11:34:08 +08:00
If you just want to get some plugins for your Discourse instance, check out [the plugin category](https://meta.discourse.org/category/extensibility/plugin) at meta. This is the most up to date place for plugin discussion and listing.
2015-09-18 23:16:57 +08:00
# Discourse Plugin Tutorials
* [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-19 05:00:30 +08:00
# Example Plugins
- [Manipulating text in the composer](https://meta.discourse.org/t/plugin-tutorial-1-how-to-manipulate-the-text-in-the-composer/10925)
- [Display plugin outlet locations](https://github.com/Mittineague/discourse-plugin-outlet-locations)
2014-03-27 11:34:08 +08:00