> I love Marc Shuman'shttp://www.TiddlyTools.com/#CommentPlugin.
My name is Eric Shulman, not Marc Shuman :-) > I was wondering if there was a way to add a button like "add a note" > within the CommandToolbar so that it appears in each Tiddler next to > the "close", "close others", "edit" links. You'd get a popup with a > message that you could type and it'd be added to the bottom of the > Tiddler. > > +++^40em^[add a note]... > <<moveablePanel>>add a note > ---- > <<comment here "" "+++!!!!![%when% (%who%): %subject%]>...\n%message% > \n===\n">>=== > | <<tiddler ExpandSlidersScript with: here "view all" "close all">> First, put the above content into a separate tiddler (e.g, [[AddANote]]) Then, add the following to your ViewTemplate: <div class='toolbar' macro='tiddler AddANote'></div> immediately before (or after) this line: <div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div> Note: instead of modifying the ViewTemplate, if you have installed http://www.TiddlyTools.com/#CoreTweaks##610 then you can insert the AddANote tiddler reference directly into the ToolbarCommands, like this: |~ViewToolbar|closeTiddler closeOthers +editTiddler AddANote > ...| 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 -~----------~----~----~----~------~----~------~--~---

