Extension:ToDoList
Appearance
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 | GitHub:
Note: |
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
ToDoListin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ToDoList' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
[edit]To create a checklist:
- Insert checkboxes via "<todo/>" parser function or via "Insert->Checkbox" in Visual editor:

- Save the page
- 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.


