Hi Wim > Now, I want some extra options; I could install the plugins, but they > don't work: > > - I want to use de QuickEdit Plugin but after installing, I can't see the > QuickEdit toolbar.
You need to edit the EditTemplate section of the TeamTasksSkin tiddler - and not the normal/standard EditTemplate Add: <div macro='tiddler QuickEditToolbar with:show'></div> In between the tag edit and the edit macros - like this: <div class='tagged edit' macro='edit tags'></div> <div macro='tiddler QuickEditToolbar with:show'></div> <div class='viewer edit' macro='edit text'></div> > - I want to use the tagchooser (when editing a tiddler) but (even > after changing the EditTemplate) I don't see it. Same problem - You'll need to edit the TeamTasksSkin tiddler's EditTemplate section!! > - I want to hide the mainmenu (= leftsidebar) by default (but toggle > it in the topmenu), but even setting > config.options.chkShowLeftSidebar=false doesn't work. The toggle- > option in the topmenu works, but I want to have the leftsidebar hidden > by default. config.options.chkShowLeftSidebar=false; (did you remember the semicolon?) Should be written into the "settings" tiddler (already tagged with systemConfig)... If you have installed the ToggleLeftSidebar transclusion by Eric - and it works from the menu - it *should* work - like this... If it doesn't you might try renaming the settings tiddler to zzSeittings - to ensure that it will be loaded last, overriding any other setting made by plugins... Good luck! Cheers Måns Mårtensson -- 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.

