MagicChecklists lets you create custom checklists that can be accessed from anywhere on your WordPress site. Use them for onboarding, task management, content publishing workflows and more.
Core Features:
This plugin allows users to configure webhook integrations with the following third-party services:
When configured by the site administrator, checklist events (item checked, deadline approaching, etc.) can send notifications to a Slack channel via incoming webhooks. The webhook URL is provided by the user and data is only sent when webhook notifications are enabled.
* Data sent: checklist name, item text, event type, timestamp
* Slack Terms of Service
* Slack Privacy Policy
When configured by the site administrator, checklist events can send notifications to a Discord channel via webhooks. The webhook URL is provided by the user and data is only sent when webhook notifications are enabled.
* Data sent: checklist name, item text, event type, timestamp
* Discord Terms of Service
* Discord Privacy Policy
No data is sent to any external service unless the site administrator explicitly configures and enables webhook integrations.
The compiled JavaScript files in the dist/ directory are built from the source files in the src/ directory using Vite.
The full source code is available at: https://github.com/Kasoria/magicchecklists
To build from source:
npm install to install dependenciesnpm run build to compile the production assets