bullet list <$checkbox> problem

60 views
Skip to first unread message

Dave

unread,
Oct 17, 2018, 12:21:34 PM10/17/18
to TiddlyWiki
If I have a regular bullet list like this

* item one
* something else
* and another thing

that works fine (i.e. its formatted like a bulleted list should be)

but if I add this

*  <$checkbox> item one
*  <$checkbox> something else
*  <$checkbox> and another thing

the list format is broken and it gets formatted like this:

 item one * 
What's going on here, and how do I fix that?

thanks,
- Dave

Mark S.

unread,
Oct 17, 2018, 12:30:23 PM10/17/18
to TiddlyWiki
In HTML 5 you can't get away with mismatched tags. Try

*  <$checkbox> item one</$checkbox>
*  <$checkbox> something else</
$checkbox>
*  <$checkbox> and another thing</$checkbox>


Good luck
-- Mark

Dave

unread,
Oct 17, 2018, 1:28:54 PM10/17/18
to TiddlyWiki
oops!  Note to self: read to the end of the

CheckboxWidget

tiddler before posting a question


Thanks!!
Reply all
Reply to author
Forward
0 new messages