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-06-21 10:09:36 +01:00
.github/workflows Add cron schedule to Custom Wizard workflow 2023-04-28 16:15:48 +02:00
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
app Merge branch 'main' into subscription_client_update 2023-05-04 17:27:07 +02:00
assets DEV: frontend tests cleanup 2023-06-20 09:10:53 +02:00
config Add not equals support to mapper 2023-05-03 11:01:54 +02: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 FIX: upon revisit, start at step 1 if reset on revisit is set 2023-06-21 09:53:42 +01:00
spec IMPROVE: make the test more logical to read 2023-06-21 10:09:36 +01:00
test/javascripts DEV: frontend tests cleanup 2023-06-20 09:10:53 +02: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 Bump patch 2023-06-21 09:56:46 +01:00
README.md Update README.md 2023-05-10 12:20:53 +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.

👋 Looking to report an issue? We're managing issues for this plugin using our bug report wizard.

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