Hi Tobbe, If you want to give your toolbar commands custom names you should search for the corresponding lingo entry. For example, try putting something like the following into a tiddler called zzConfig tagged systemConfig:
var cc=config.commands; cc.closeTiddler.text="x"; cc.closeOthers.text="xXx"; cc.editTiddler.text="O"; cc.editTiddler.readOnlyText="O"; cc.saveTiddler.text="S"; cc.cancelTiddler.text="C"; cc.cancelTiddler.readOnlyText="C"; cc.deleteTiddler.text="X"; cc.permalink.text="URL"; cc.references.text="REF"; cc.jump.text="J"; cc.syncing.text="S"; cc.fields.text="F"; As for siglets... they really are cool which is why I just created a new plugin based on the idea. See here [1] for the discussion and here [2] for the plugin... [1] http://coloredlinks.tiddlyspot.com [2] http://groups.google.com/group/tiddlywiki/browse_frm/thread/818e5b04fc1f9a29 Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

