> If, however, you have a custom ViewTemplate tiddler, you will need to > manually edit the ViewTemplate to include this feature. > > Look for '+editTiddler' and add 'decryptThis' before it.
as of TW2.4.0, the toolbar command definitions have been *moved* to a separate shadow tiddler called [[ToolbarCommands]]. This tiddler contains *slice* definitions for the ViewToolbar and EditToolbar, which are referenced by the standard ViewTemplate and EditTemplate, which contain this syntax: <span class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></span> and <span class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></span> respectively. The slice values in ToolbarCommands contain the same macro parameters (i.e., toolbar command keywords) that used to be embedded directly in the templates. Thus, instead of directly modifying the complex syntax on the ViewTemplate/EditTemplate, you now edit the [[ToolbarCommands]] and add a keyword to a much simpler space- separated list of keywords in a table. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

