> fact that the standardbuttons has been replaced with others- makes me
> a little uneasy -
>
it's my personal preference to have the shortest terms for standard
commands. However, this could be easily reverted. In the systemConfig
tagged zconfiguration tiddler you'll find:
config.views.wikified.defaultText="";
config.views.editor.defaultText="";
config.commands.cancelTiddler.text="leave";
config.commands.deleteTiddler.text="erase";
config.commands.syncing.text="sync";
config.commands.fields.text="field";
config.commands.permalink.text="link";
config.commands.references.text="cite";
config.macros.refreshDisplay.label="fresh";
config.macros.closeAll.label="clear";
config.macros.permaview.label="link";
config.macros.saveChanges.label="save";
config.macros.search.label="";
config.macros.list.all.prompt="";
config.macros.list.shadowed.prompt="";
config.messages.backstage.open.text="";
merge(config.views.wikified.tag,{labelNoTags:"",labelTags:""});
merge(config.macros.tagging,{labelNotTag:"",label:""});
- just delete those lines.
With a few button labels I use Saq's renameButton macro from
HoverMenuPlugin, abbreviated to rB. Which you'll find in the
respective menus them self (MainMenu, SideBarOptions etc). If you
delete also these, for example the <<rB fold>> after <<collapseAll>>,
all these macro and command labels will have been reverted to default.
However, I also understand your preference for tabs, which I use
myself most of the time and combine it with TiddlyDesktop by
temporarily using the systemConfigDisable tag and a systemTheme switch.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---