Shows a toolbar consisting of [[commands|command]] related to the current tiddler.

!Usage

{{{
<<toolbar [(+)command1] [(+) command2] ... [(+)commandN] [>] [commandJ] [commandK] ... [commandL]>>
}}}


The parameters are a list of commands. The commands of same name will activate when the user clicks on them.

One (at most) of the commands may be preceded by a "+" symbol, which indicates it's the default action, and will therefore be activated when the tiddler is double-clicked or the ctrl-enter combination is used.

The ">" symbol may optionally appear somewhere in the list. Any commands after this list are not shown by default; instead a "more" button appears, which the user must click to reveal those additional commands.

!Examples

!!Basic Usage

{{{
<<toolbar closeOthers editTiddler>>
}}}

<<toolbar closeOthers editTiddler>>

!!Default Action (+ symbol)

{{{
<<toolbar closeOthers +editTiddler>>
}}}

<<toolbar closeOthers +editTiddler>>

!!Revealing Further Actions (> symbol)

{{{
<<toolbar closeOthers +editTiddler > fields permalink>>
}}}

<<toolbar closeOthers +editTiddler > < * fields permalink > < * closeOthers  >>