Skip to content

MediaWiki extension to implement simple todo list

License

Griboedow/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ToDoList MediaWiki extension provides an ability to add checkboxes to wiki pages. The checkboxes states are stored in wikitext, and they can be checked or unchecked in "read" mode.

MediaWiki page: https://www.mediawiki.org/wiki/Extension:ToDoList

The extension is not currently very stable, so I suggest to refresh your page after modification to be sure all your edits (check and uncheck items) are in place.

Installation

  1. Download extension to the extensions folder of your MediaWiki: git clone https://github.com/Griboedow/ToDoList.git
  2. Load the extension in LocalSettings.php wfLoadExtension( 'ToDoList' );

Usage

To insert a checkbox, you can either insert <todo/> tag or go to Visual Editor, Insert->Checkbox:

ToDoListADdCheckbox

After that you can even copy-paste (Ctr+C & Ctrl+V) to speedup inserting checkboxes.

To change checkbox state, save page and in "read" mode check on a checkbox.

ToDoListHistory2

It will create a page edit event, you can later see it in history:

image

About

MediaWiki extension to implement simple todo list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published