Skip to content

Github mirror of "mediawiki/extensions/SimpleTasks" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-SimpleTasks

Repository files navigation

SimpleTasks

Installation

Execute

composer require hallowelt/simpletasks dev-REL1_35

within MediaWiki root or add hallowelt/simpletasks to the composer.json file of your project

Activation

Add

wfLoadExtension( 'SimpleTasks' );

to your LocalSettings.php or the appropriate settings.d/ file.

Defining a task

Wikitext:

Assign This is task description to MyUser, with due date 2023-10-12

[] This is task description [[User:MyUser]] <datetime>2023-10-12</datetime>

Visual Mode:

Type [] which will create a checkbox, type description, then @ to assign the user and (optionally) type (space) // to set the due date

About

Github mirror of "mediawiki/extensions/SimpleTasks" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published