> Being able to 'collapse' the left and right panels making > the main working area is very useful. I don't use the left hand menu > much it just takes up space most of the time. > This functionality was created by simply adding a few new tiddlers > plus using the 'InlineJavascriptPlugin' plugin from Eric Shulman.
http://www.TiddlyTools.com/#ToggleLeftSidebar http://www.TiddlyTools.com/#ToggleRightSidebar These are *transclusions* (using evaluated parameters to invoke code). They do not require ANY plugins to work. Note: evaluated parameters are, by default, disabled when using a TiddlySpace-hosted document. They can be re-enabled by adding: config.evaluateMacroParameters="full"; to a tiddler tagged with systemConfig. Also note: Over the next few months, I will be re-writing most of my TiddlyTools transclusions (about 80 of them!) to convert them to true plugins that define macros instead of invoking code 'on-the-fly' via evaluated parameters, so that they can be used in both offline, stand- alone TiddlyWiki documents as well as TiddlySpace-hosted documents. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.com. To unsubscribe from this group, send email to tiddlywikidev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.