How do you learn to build Discourse plugins?

For the JavaScript side of things, you want the plugin api

The source code is well documented

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/plugin-api.js.es6

It took me a while to find it - maybe a link to the API topic could be added to the JavaScript section of the “Beginners guide to creating discourse plugins” @eviltrout

7 Likes