wiki:MilnCheckboxPlugin

Version 8 (modified by figaro, 6 years ago) (diff)

Moved example to description

Miln Checkbox converts brackets into checkboxes

Description

This plugin converts brackets into graphical checkboxes within Trac where wiki formatting exists. This can be either a wiki page or ticket. It matches pairs of square brackets within Trac. The brackets need to be one of the following characters to be matched: ' ' (space), '+', 'x', or 'X'.

The following wiki formatted list contains four pairs of brackets that will be matched by Miln Checkbox:

  • [ ] space within brackets
  • [x] lowercase x within brackets
  • [X] uppercase X within brackets
  • [+] plus within brackets

When matches are found, the brackets are replaced with HTML checkboxes:

  • space within brackets
  • lowercase x within brackets
  • uppercase X within brackets
  • plus within brackets

See http://miln.eu/open/checkbox for canonical source of Miln Checkbox.

Bugs/Feature Requests

Existing bugs and feature requests for MilnCheckboxPlugin are here.

If you have any issues, create a new ticket.

defect

0 / 1

enhancement

1 / 1

Download

Download the zipped source from here.

Source

You can check out MilnCheckboxPlugin from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Recent Changes

17000 by rjollos on 2017-11-22 16:20:13
Conform to PEP8
13009 by Graham_Miln on 2013-04-26 09:31:35
  • Tagging release 1.1 of MilnCheckboxPlug.
13008 by Graham_Miln on 2013-04-26 09:30:30
  • Applying patch kindly provided by rjollos in #11036; patch adds options to the wiki/TracIni page and improves the coding conventions used.
  • Changed option grouping prefix from 'miln_' to 'miln-' to better match other Trac options.
(more)

Author/Contributors

Author: Graham_Miln
Maintainer: Graham Miln
Contributions: rjollos