Is there a list of active Discourse plugins?

I’ve seen some people use footnotes[1] in their forum posts. I wanted to know how to do it so I searched for “Discourse footnote” and found an official plugin. Now I’m left wondering if it is installed and active on the Typst forum which leads me to this question.

Is there somewhere here on the forum where all plugins are listed? Maybe there’s a Discourse feature that does this already?

How to add footnotes

In your text write this:

Start of sentence^[Footnote text] rest of the sentence.

  1. Cool, it works! ↩︎

1 Like

I don’t know about the list of active plugins, but note that this is just the syntax for Markdown footnotes… In general I just try Markdown things and see if they work.

I didn’t know Markdown supported footnotes, thanks. I’ll have to check a cheatsheet to see what else might work here.