I don't think this is possible with existing plugins (because you need a
buffer to store the selections), so I wrote a quick experimental macro:
http://devpad.tiddlyspot.com/#ButtonMemoryMacro
Is that kinda what you had in mind?
-- F.
Sorry; I noticed some bugs and fixed them, temporarily rendering the
plugin non-functional in the process.
It should work now; please (force-)reload the site.
-- F.
Done:
http://devpad.tiddlyspot.com/#ButtonMemoryMacro
Note that I have changed the syntax for the macro parameters; button
labels are now in a single parameter, separated by semicolons.
That's because eventually, we would need additional parameters for
various configuration options (e.g. pre- and suffixes, class names for
custom styling etc.).
> the submit would be equivalent to a carriage return to start a new
> line or send it to a field or whatever
All of that would simply go into config.macros.btnmem.submitResults()
then, using the config.macros.btnmem.selection[] array to retrieve the
user's inputs.
-- F.
It basically means that the provisions for processing the results (e.g.
by submitting the list to some server interface) are already there - we
"only" need to fill in the respective code.
-- F.