Events2Join

Developing Discourse Plugins


Developing Discourse Plugins - Part 1 - Create a basic plugin

Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin ...

How do you learn to build Discourse plugins? - Dev

The code is the only thing to look at. Everything used by the plugins is defined in Discourse core... or by Rails, or by Ruby itself. It's open source all the ...

I want to learn how to program for Discourse - Dev

Use GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins to create a complete discourse… How can I make my own Discourse ...

How can I make my own Discourse plugins? - dev

How can I make my own Discourse plugins? · Lots of Javascript (look no further than @mpj's Fun Fun Function excellent & fun (!) videos (thanks ...

How to create a new plugins? - installation - Discourse Meta

With this commit DEV: rails generator to create plugin skeleton (#6332) · discourse/discourse@ef36fdf · GitHub you can now use rails generators ...

A Simple Discourse Plugin - Get Started - SitePoint Forums

Some Discourse template files now have “plugin outlets” to make things easier for plugin authors. This tutorial will show how to write a plugin ...

Learn about Discourse client-side flow? - dev

Use GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins to create a complete discourse… categories of interest might be.

How to create a Discourse plugin - kleinfreund.de

In this article, I will describe in detail how to create a plugin for the Discourse forum software. The plugin will be able to save data to Discourse's ...

Discourse developement environment setup - Installation

See Beginner's Guide to Creating Discourse Plugins Part 1: Creating a basic plugin. And also I recommend that you start with GitHub ...

How do you learn to build Discourse plugins? - #8 by joebuhlig - Dev

How do you learn to build Discourse plugins? · Go through @eviltrout's guide to building plugins and do every step. · Pay attention to how things ...

Developer Guides - Discourse Meta

Documentation Developer Guides ; Developing Discourse Plugins - Part 1 - Create a basic plugin · plugin-guides , tutorial. 33 ; Install Discourse for development ...

How to create a Discourse plugin - DEV Community

A thorough guide on developing a plugin for the Discourse forum software. Tagged with discourse, plugin, tutorial.

How to setup a Discourse plugin development environment using ...

I'm using this wiki-post to bookmark some useful links on building Discourse plugins. (Discourse is the software that this forum is built ...

Development - Discourse Plugins

Discourse Plugins · Development. Topic, Replies, Views, Activity. About the Development category. 0, 1240, December 20, 2016. How to add a custom control to the ...

Creating a Discourse plugin for n8n workflows - YouTube

David and Mutasem created a Discourse plugin to generate a screenshot of the workflow using the workflow code at Hackmation 0.4.

Help With Developing a Discourse Plugin for modified scratchblocks ...

I think BH referrenced this code as desired implementation in some of the "feature requests" threads. The only problem was to find right " ...

Create a Discourse Plugin · Issue #865 · sourcecred ... - GitHub

We should add a third plugin, the Discourse plugin, which loads data from arbitrary Discourse instances. To start, it should have the following ...

Learn how to build Discourse plugins by helping me - #11 by angus

If anyone wants to learn more about building Discourse plugins or just about Ruby on Rails and Ember.js, here's a standing offer.

discourse/docs/PLUGINS.md at main - GitHub

If you just want to get some plugins for your Discourse instance, check out the plugin category at meta. This is the most up to date place for plugin ...

Developing plugin locally - Roots Discourse

I've developed plugins by git clone ing them into my plugins directory and then doing my commits from the command line in that directory.