> I also tried the Comment plugin and Discussion plugin from Tiddlytools
> but I just couldn't make head nor tail of the instructions - it's far
> too complicated for me!

For simple commenting, you don't need DiscussionPlugin... just install
   http://www.TiddlyTools.com/#CommentPlugin

then, to add comments to the end of a tiddler, just embed
   <<comment>>
in that tiddler.  This will insert the comment input form.  Enter your
content, press OK, and it is appended to the tiddler.  Just that
simple!

If you want a comment form to appear in all tiddlers, edit your
ViewTemplate, and change this:
   <div class='viewer' macro='view text wikified'></div>
into something like this:
   <div class='viewer'>
      <div macro='view text wikified'></div>
      <div macro='comment'></div>
   </div>

This will put the comment form at the end of every tiddler, with the
comments text displayed immediately *preceding* the form.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:

   TiddlyTools direct contributions: (paypal)
      http://www.TiddlyTools.com/#Donate
   UnaMesa tax-deductible contributions:
      http://about.unamesa.org/Participate (paypal)
   TiddlyWiki consulting:
      http://www.TiddlyTools.com/#ELSDesignStudios
      http://www.TiddlyTools.com/#Contact

-- 
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.

Reply via email to