> I've tweaked it following the guidance (and hacked the code) and for
> some reason, I cant get the 'post' button next to the subject field.
> I like it like this (no message, just subject)...
>
> Subject: ________ [post]
Rather than 'hacking the code' (which can create real support
headaches for *me* if your "variant plugin" is subsequently shared
with others), you might want to try this much smaller "pure HTML"
form:
http://www.TiddlyTools.com/#AppendToTiddler
Usage:
<<tiddler AppendToTiddler with: "datefmt">>
* displays a simple form consisting of a single-line edit field and an
"ok" button
* enter text and press ok
* input is appended to the end of the current tiddler
* optional datefmt param adds a date/time stamp to the embedded output
Thus, for your purposes:
<<tiddler AppendToTiddler with: "YYYY.0MM.0DD">>
should do the trick!
enjoy,
-e