0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 23:40:07 +02:00
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
2023-03-15 14:14:31 +01:00
.github/workflows Move to standard plugin workflow 2023-03-15 14:06:55 +01:00
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
app move guest toggle to permitted attribute 2023-02-07 12:46:17 +01:00
assets Merge branch 'main' into composer_copy_paste 2023-03-15 10:48:18 +01:00
config Restrict guest support to standard and business subscriptions 2023-02-08 13:32:24 +01:00
coverage Move to new coverage approach 2022-03-12 14:00:07 +01:00
db/migrate Apply new table style to wizard logs view 2021-09-09 14:07:12 +08:00
lib/custom_wizard Remove subscription requirement for field interpolation. 2023-03-14 16:34:58 +01:00
spec FIX: add observed cache to undo changes mixin 2023-03-15 09:22:09 +01:00
test/javascripts Break text field test 2023-03-15 14:03:27 +01:00
.discourse-compatibility Update .discourse-compatibility (#161) 2021-12-06 11:49:09 +05:30
.eslintrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.gitignore Add ruby to gemfile.lock platforms and update gitignore 2022-10-20 09:30:24 +02:00
.prettierrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.rubocop.yml Add community subscription as an explicit type 2022-09-23 15:52:05 +02:00
.simplecov Rubocop 2022-03-12 14:02:11 +01:00
.template-lintrc.js Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.travis.yml Update .travis.yml 2020-11-03 12:04:26 +11:00
COPYRIGHT.txt Update COPYRIGHT.txt 2023-01-26 11:27:40 +01:00
crowdin.yml Apply prettier 2022-07-27 14:50:49 +01:00
Gemfile Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
Gemfile.lock Add ruby to gemfile.lock platforms and update gitignore 2022-10-20 09:30:24 +02:00
lefthook.yml FEATURE: add can_create_tag 2022-10-26 10:04:50 +02:00
LICENSE.txt Add license 2017-11-01 18:55:44 +08:00
package-lock.json IMPROVE: Add plugin metadata workflow with version check (#149) 2021-10-19 09:11:16 +05:30
package.json IMPROVE: Add plugin metadata workflow with version check (#149) 2021-10-19 09:11:16 +05:30
plugin.rb Merge branch 'main' into failing_frontend 2023-03-15 14:14:31 +01:00
README.md Update plugin documentation domain 2022-09-20 11:16:43 +02:00
SECURITY.md Update SECURITY.md 2022-12-07 10:55:02 +01:00
yarn.lock Minor config updates 2022-06-15 08:12:58 +02:00

Discourse Custom Wizard Plugin

The Custom Wizard Plugin lets you make forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community.

Install

If you're not sure how to install a plugin in Discourse, please follow the plugin installation guide or contact your Discourse hosting provider.

Documentation

Read the full documentation here, or go directly to the relevant section

Support