i have made a handful of macros for my own use and figured they might be helpful to others. while this is not actually a plugin (it’s just one tiddler), it seemed close enough. so i packed it up and brought them for you here!
introducing ButtonListMacro (actually 4 macros now), a quick tool to make todo lists, workflow tracking, kanban, or anything else that consists of lists with buttons to move things between them. it’s pretty simple, but hopefully someone else finds it useful
there is support for one button (before each list item – like a checkbox) or two (one on each side of the list item). each button removes the tag that the item is listed with and replaces it with another one. icons can be easily added by putting the name of an image tiddler as the macro parameter.
both one-button and two-button layouts have tabled variants that have a nice header.
syntax(es):
<<buttonlist listTag clickTag iconTiddler>>
<<buttonlist2 listTag clickTag iconTiddler clicktag2 iconTiddler2>>
<<buttonlisttable listTag clickTag iconTiddler>>
<<buttonlisttable2 listTag clickTag iconTiddler clicktag2 iconTiddler2>>
the attached tiddler contains the macros as well as a description, syntax reference, and a demo todo list showing how multiple ButtonListMacros can come together to make a nice workflow tracker.
enjoy!
scribs
ButtonListMacro.tid (4.0 KB)