Yes It works well, Happy to help. Just a note. Always check any thing you add to the tiddler "commBtn" works when displayed within the other tiddler. I have found at least the following; +++^[Edit Tags] <<moveablePanel>>Edit Tags <<edit tags>> === +++^[Edit Title] <<moveablePanel>>Edit Title <<edit title>> ===
Acts on the tags and title in the "commBtn" not the one it is included in. I have also habitualy updated the tags of the "commBtn" during development by activiting the slider/macro in "commBtn" itself. Have Fun Tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Fri, Feb 19, 2010 at 03:40, GeoJono <[email protected]> wrote: > That did it! > > In ViewTemplate, I placed this... > <div class='viewer' macro='tiddler commBtn'></div> > > ...just before this... > <div class='viewer' macro='view text wikified'></div> > > ...and in the commBtn tiddler, I placed this one line... > +++[Note]<<comment here reverse>>=== > > ...and that's it. At first I placed the systemConfig tag on the > commBtn tiddler, but that just gave me a macro syntax error. I > removed the tag and it still works fine. > > Thanks to you both for pointing me in the right direction! > > Jono > > > On Feb 18, 4:02 am, Alex Hough <[email protected]> wrote: > > could you use the slider macro? > > I've not tried this > > > > <div class='viewer' macro='slider standardTask'></div> > > > > ALex > > > > On 18 February 2010 02:29, Anthony Muscio <[email protected]> > wrote: > > > > > > > > > I have been doing something the same. > > > > > In the view teplate I Added somewhere before > > > > > <div class='viewer' macro='view text wikified'></div> > > > > > the following > > > > > <div> > > > > > [[AllTasks]] > > > </div> > > > > > In a tiddler called AllTasks > > > I had > > > <div class='viewer' macro='tiddler standardTask'></div> > > > > > and the tiddler > > > standardTask > > > Has my nested sliders in it. > > > > > I used > > > <span macro="showWhenTagged standardTask"> > > > <div class='viewer' macro='tiddler standardTask'></div> > > > </span> > > > > > and hidewhen etc... > > > > > in the VewTemplate and AllTasks to control when it occured. > > > > > You could I believe just put > > > <div class='viewer' macro='tiddler standardTask'></div> > > > in your view template. > > > > > Regards Tony > > > > > TonyM > > > > > If you have not found an easy way to do it with TiddlyWiki, you have > missed > > > something. > > >www.tiddlywiki.com > > > > > On Thu, Feb 18, 2010 at 09:58, GeoJono <[email protected]> wrote: > > > > >> I am using NestedSlidersPlugin with CommentPlugin to allow for > > >> comments on my tiddlers. Here's the code: > > >> +++[Note]<<comment here reverse>>=== > > > > >> It works fine when I place it in the tiddler as I'm editing it, but > > >> I'd like to have it there automatically in every tiddler. > > > > >> I'd like to add the resulting button (Note) to the ToolbarCommands, if > > >> possible, or at the bottom of each tiddler automatically. With the / > > >> %comment%/ marker where I want the comment dialog placed, it shouldn't > > >> matter where the button is place, right? > > > > >> Can someone give me some pointers as to how to do this? I am assuming > > >> that I need to add it somehow to the ViewTemplate, but I don't know > > >> for sure. If I can add it to the ToolbarCommands, that would be ideal > > >> (with the /%comment%/ marker where I want the comment dialog placed), > > >> but anywhere that would work would be OK. > > > > >> Thanks for your help. > > > > >> Jono > > > > >> -- > > >> 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]<tiddlywiki%[email protected]> > <tiddlywiki%[email protected]<tiddlywiki%[email protected]> > > > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/tiddlywiki?hl=en. > > > > > -- > > > 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]<tiddlywiki%[email protected]> > <tiddlywiki%[email protected]<tiddlywiki%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/tiddlywiki?hl=en. > > > > --http://www.multiurl.com/g/64 > > -- > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- 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.

