tgrosinger / tw5-checklist

Simple checklist widget for TiddlyWiki5:
https://tgrosinger.github.io/tw5-checklist/
51 stars 12 forks source link

clicking on the checkboxes in the plugin readme tab crashes #47

Open wiresnips opened 5 years ago

wiresnips commented 5 years ago

with TypeError: bodyList[itemIndex] is undefined

(not the top one, though - that's safe)

I'm guessing this has something to do with $tw.wiki.getTiddler(this.tiddlerTitle).fields.text; not returning a string in the shape that you're expecting, on account of this is the plugin, rather than a "regular" tiddler?

This isn't really a problem or anything, I guess - just threw me for a loop when I mistook the readme for the settings.