Great idea! Have you considered contributing it to the official documentation? I mean just contents of the modal as a single tiddler. The documentation covers all of those things already, but it lacks a compact collection of everything in one place, as in your plugin.
Some suggestions:
- I think it would be more readable and consistent with most of the documentation and the editing/preview pane to have the code on the left and rendered result on the right, but it might be just a matter of preference.
- The
{{$:/Cheatsheet PlainText}}
makes many examples longer than necessary, but I guess it is to 1) indicate an empty line is needed between previous paragraph and e.g. list; 2) transclusion instead of plain text makes it easier to maintain the plugin. - I quite often find myself confused with the syntax of macros, variables, parameters, in what context should I/ am I allowed to use
$x$
,$(x)$
,<<x>>
,<x>
,<__x__>
,"""$x$"""
and so on. There are many threads that come down to these exact problems (a recent thread: Frustrations of Wikitext from a Software Dev - Developers - Talk TW (tiddlywiki.org). However it seems difficult to present it all in a compact cheatsheet form.