> Can I bump this query to the top of the list. Eric, can you assist me > to get the great autosize feature working again - I'm sure its nothing > I did!
There was quite a lot of changes made between 2.3 (Dec. 2007) and 2.4.3 (Jan. 2009). Among the changes was the creation of a new shadow tiddler called [[ToolbarCommands]]. Now, instead of adding toolbar command keywords directly into the macro invoked from a ViewTemplate or EditTemplate, the toolbars are defined using a simple "slice table" in ToolbarCommands, and then those slices are included into the templates automatically. TextAreaPlugin was written long before ToolbarCommands was ever even imagined. As such, it still uses the older method of 'auto-patching' the toolbar definition in the shadow EditTemplate. Of course, this no longer applies now that definitions have been relocated to ToolbarCommands. Assuming that TextAreaPlugin has been correctly imported and tagged (so that it is being loaded at startup), all you should have to do to make the autosize feature available is to add the command "autosizeEditor" to the space-separated list of keywords in the ToolbarCommands::EditToolbar slice definition. 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 -~----------~----~----~----~------~----~------~--~---

