(Been having network issues, sorry if I've posted this more than
once.)
On May 11, 11:55 am, beck <[email protected]> wrote:
> I have a local instance of TiddlyWeb with the CommentsPlugin added. I
> can create comments and replies etc., but they are not saved to the
> server. I think I missed some important details. Any hints?
Assuming you are using this form in your view template:
<div class='comments' macro='tiddlyWebComments'></div>
that tiddlyWebComments macro assumes that your comments will be saved
to the 'comments' bag. Therefore:
* You need to create the comments bag and make sure it is writable
twanager bag comments < /dev/null
will do that (if you're on a unix-like system)
* The recipe which produces the tiddlywiki in which you want to be
able to view the comments needs to include the comments bag (so that
the comment tiddlers are included).
Respond with more questions if this makes more sense, and I'll go into
more detail.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---