Development:Discourse/Plugins: Difference between revisions

Line 73: Line 73:
I will first include plugins from their website, as they are probably easiest to implement, and continue with the rest, as I think GitHub plugins are probably harder to implement.
I will first include plugins from their website, as they are probably easiest to implement, and continue with the rest, as I think GitHub plugins are probably harder to implement.


=== Plugins from [https://pavilion.tech/products#product-list their website] ===
==== Plugins from [https://pavilion.tech/products#product-list their website]====


* [https://custom-wizard.pavilion.tech/ Custom Wizard] - Better user onboarding, structured posting, data enrichment, automated actions and much more. - I , maybe even '''F'''.
* [https://custom-wizard.pavilion.tech/ Custom Wizard] - Better user onboarding, structured posting, data enrichment, automated actions and much more. - I , maybe even '''F'''.
Line 85: Line 85:
* [https://meta.discourse.org/t/verifiable-credentials-plugin/220208 Verifiable Credentials] - this plugin allows you to verify a user’s credential in order to give them access to a group(s) or badge(s) in Discourse. - if this is what you need in order to give badges to members than it's rated as '''F'''.
* [https://meta.discourse.org/t/verifiable-credentials-plugin/220208 Verifiable Credentials] - this plugin allows you to verify a user’s credential in order to give them access to a group(s) or badge(s) in Discourse. - if this is what you need in order to give badges to members than it's rated as '''F'''.
* [https://meta.discourse.org/t/mentionables/192948 Mentionables] - lets you establish a custom mention dataset to better integrate your Discourse with your other websites or services. Perfect for Affiliate links, making it an I, maybe even '''F'''.
* [https://meta.discourse.org/t/mentionables/192948 Mentionables] - lets you establish a custom mention dataset to better integrate your Discourse with your other websites or services. Perfect for Affiliate links, making it an I, maybe even '''F'''.
==== Plugins from [https://github.com/paviliondev GitHub] ====
* [https://github.com/paviliondev/discourse-plugin-guard Discourse Plugin Guard] - Guards your Discourse against plugin issues. Note that this plugin manually overrides files in the Discourse installation itself, before any other plugin is loaded. This is to ensure all plugin errors are caught and handled by this plugin without affecting the normal operation of Discourse. - O
* [https://github.com/paviliondev/discourse-plugin-manager Discourse Plugin Manager] - Discourse plugin status server - O / NI
* [https://github.com/paviliondev/discourse-wikimedia-auth Discourse Wikimedia Auth] - A Discourse plugin for authenticating with Wikimedia - NI
* [https://github.com/paviliondev/layouts-event-list-widget Event List Widget] - The Event List Widget allows you to display upcoming events created by the Discourse Calendar Plugin in a sidebar using Pavilion’s Custom Layouts Plugin. - O / NI
* [https://github.com/paviliondev/discourse-tc-topic-list-previews Topic List Previews] - Enriches the content and layout of topic lists. It's a theme component, not a plugin, and you can add to it a complementary plugin ( next one ) - O
* [https://github.com/paviliondev/discourse-topic-previews-sidecar Topic Previews Sidecar] - A Discourse plugin that complements the Topic Previews Theme Component to add features - O
* [https://github.com/paviliondev/layouts-custom-html Layouts Custom HTML - A widget for the Layouts plugin that allows for Custom HTML to be inserted - O]


== Further Plugins ==
== Further Plugins ==
689

edits