Allow checkboxes to be checked without editing
under review
A
Alexander Kinzel
that would be a unique feature among freely available solutions. Absolutely desirable
K
Kevin Leach
Any status on a functional checklist?
Also, in testing in-line html for a checkbox, it seems the Wysiwyg editor doesn't allow for html.
Can we add an "Insert html code" rather than the "<>" code which just highlights text?
Tionis Nagir
Is there any progress on this?
Tionis Nagir
To be more specific a feature that allows a logged in user to check checkboxes (e.g. [ ] in markdown) without going into edit mode and setting it manually (e.g. [x] in markdown), while still using the ACL.
Casey Colella
you can always just use html in your markdown like this:
<input type="checkbox"/>
K
Kevin Leach
Casey Colella: any value change, checked/unchecked, is not page permanent
Casey Colella
Kevin Leach: yes that is true
Joel DeTeves
I just want to add, would be very useful to tick off the boxes without having to use the editor and then have that outputted when you go to print
Nicolas Giard
under review
José Antonio
It's a really old request but still actual! Would be great check the items.
I don't need that the check be stored! I just want a visual feedback that allow my coworkers to don't get lost when doing a huge checklist...
Bart
Would be nice indeed! Does anyone know what would be involved with implementing this?