Hashover consists of some php scripts and related files stored on the same 
server as the tiddlywiki html file, because of this it isn't something that 
could be used on tiddlyspot. It also isn't a replacement for federation, 
which if I understand it correctly will allow things that work more closely 
with tiddlywiki itself. Perhaps a commenting system like this in 
conjunction with federation would be useful because then people without 
wikis could still interact.

This is the fist of the possibilities that I have tried out, I just got 
lucky and it was pretty easy to implement in a tiddlywiki. There may be 
better alternatives. One of the problems with this one is that due to the 
license it uses I can't bundle anything for the tiddlywiki side of things 
with the hashover code.

I am hoping to use hashover to take and store the comments to get around 
tiddlywiki being unable to give people selective write privileges like it 
would have to do to allow comments directly. While tiddlywiki can probably 
be set up to read the contents of xml files I think it will be easier than 
that. Hashover generates the javascript used to display the comments as it 
is needed, and the part that actually holds the comment information is a 
json object (or something very similar anyway). So what I want to do is 
instead of having hashover both take the comments and display them, I would 
like to have hashover take and store comments and then have it send 
tiddlywiki the comments in json format. That way I can make a tool to 
automate putting the comments into tiddlers and display them however I 
want. This will also allow some more advanced comment moderation, which is 
sadly lacking in hashover.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb2f9a19-cda4-45a1-a282-bffdd044d180%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to