0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
2022-08-11 10:58:41 +01:00
.github/workflows Remove unused build_type 2022-07-28 20:29:01 +01:00
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
app WIP Example 2022-08-02 12:39:56 +01:00
assets Apply prettier 2022-08-02 13:57:19 +01:00
config wizard_js locales are only loaded on the new /wizard route for non-staff 2022-07-30 11:23:12 +01:00
coverage Move to new coverage approach 2022-03-12 14:00:07 +01:00
db/migrate Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
lib/custom_wizard Working version contained within template model 2022-08-02 13:54:57 +01:00
spec Working version contained within template model 2022-08-02 13:54:57 +01:00
test/javascripts Fix header content CSS 2022-08-01 17:18:21 +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 Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.prettierrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.rubocop.yml Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.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 Add copyright 2018-07-17 09:33:53 +10: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 Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
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 Update metadata in preparation from v2.0 2022-08-09 15:20:49 +01:00
README.md Update README.md 2022-08-11 10:58:41 +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 user wizards for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community.

Install

Follow the plugin installation guide.

Documentation

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

Support