Jump to content

Extension:ToDoList

From mediawiki.org
MediaWiki extensions manual
ToDoList
Release status: beta
Implementation Tag
Description The ToDoList extension provides a simple checklist functionality.
Author(s) Urfiner (Nikolai Kochkin)
Latest version 0.2.0
MediaWiki 1.43
Licence MIT License
Download

The ToDoList extension provides a simple checklist functionality. Checklists are stored on wikipages, so each check/uncheck produces a page edit.

Checklists can form a list using standard MediaWiki functionality:

Please use github issues for leaving feedback, reporting issues and requesting features. I may miss your message on the Discussions tab

Installation

[edit]
  • Download and place the file(s) in a directory called ToDoList in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ToDoList' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

[edit]

To create a checklist:

  1. Insert checkboxes via "<todo/>" parser function or via "Insert->Checkbox" in Visual editor:
  2. Save the page
  3. In "read" mode you can check and uncheck your checkboxes. Each state change produces a page edit:

See also

[edit]

The extension idea comes from these two extensions:

But the goal was to get rid of any BlueSpice dependency and make it simple.