1
0
Fork 0
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
2023-09-18 17:46:41 -04: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 FIX: avoid page limit on downloads 2023-09-15 16:15:31 +01:00
assets DEV: Add initializer logic to filter categories 2023-09-18 17:40:44 -04:00
config DEV: Implement control to hide category from composer dropdown in specified categories 2023-09-18 17:39:50 -04: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 DEV: Implement wizard replacement validation in Topic Creation 2023-09-18 17:35:38 -04:00
spec DEV: Add spec for validation 2023-09-18 17:36:21 -04:00
test/javascripts DEV: Add acceptance tests for category filtering 2023-09-18 17:41:24 -04:00
.discourse-compatibility DEV: Pin plugin for Discourse 3.1 stable 2023-09-05 12:49:58 -04:00
.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 update package.json 2023-07-10 07:23:59 +01:00
plugin.rb bump version 2023-09-18 17:46:41 -04: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 update yarn.lock 2023-07-10 07:25:42 +01: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