Ticket #609 (closed enhancement: fixed)
add toolbar macro separator param to insert "|" between items
| Reported by: | EricShulman | Owned by: | EricShulman |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5.1 |
| Component: | core | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description (last modified by FND) (diff)
Extend the <<toolbar>> macro parameters syntax to permit use of "|" as separators between item groups:
merge(config.macros.toolbar,{
separator: "|"
});
config.macros.toolbar.handler = function(place,macroName,params,wikifier,paramString,tiddler)
{
...
switch(c) {
case '|':
case '!': // (alternative for use in ToolbarCommands slices)
createTiddlyText(place,this.separator);
break;
case '>':
...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

