0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 15:30:05 +02:00
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
2023-01-26 11:27:40 +01:00
.github/workflows Merge branch 'main' into pro-release 2022-08-01 16:44:42 +01:00
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
app First working version 2023-01-18 19:53:36 +01:00
assets Fix tests and linting 2023-01-26 11:26:24 +01:00
config First working version 2023-01-18 19:53:36 +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 Fix tests and linting 2023-01-26 11:26:24 +01:00
spec Fix tests and linting 2023-01-26 11:26:24 +01:00
test/javascripts Fix tests and linting 2023-01-26 11:26:24 +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 Bump version 2023-01-26 11:27:16 +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