I am following this thread with great interest but only understanding
small parts of it from a technical point of view.

Can I ask a question about the *application* of this function, once it
is up and running, though?  Am I right in thinking that in a TiddlyWeb
you could use this to allow multiple users to provide feedback on the
usefulness of particular tiddlers - that could be gathered up in a
separate 'bag', and which might then help refine the content in the
document over time?  I am thinking in particular of how it might be
used in the treatment manual that is slowly growing at
http://imp.peermore.com/imp/recipes/editorial/tiddlers.wiki

Cheers,

Dickon



On Nov 8, 2:40 pm, "Tobias - http://tbGTD.tiddlyspot.com";
<[email protected]> wrote:
> Hi Alex,
>
> Well, the results aren't really sent anywhere. Instead the tiddler
> (transcluded or not) that fiddle with rating information like
> RatingSummary are being 'refreshed' (update their contents). This is
> what the 'update' function in RatingMacro is for and 'refresh' sure
> would have been a more appropriate name for it. It loops over all
> those tiddlers which you specified for being updated (aka 'refreshed')
> which I stored in the 'rel' attribute of the rating wrapper. Somewhere
> in the loop it does just the following:
>
> story.refreshTiddler(tids[i],null,true);
> refreshDisplay(tids[i]);
>
> ...which I assume doesn't work with TiddlersBar as for now, since all
> tiddlers except the currently visible are 'display:none' and therefore
> presumably skipped by the core 'refresh' handler. So I am not sure if
> this is something the core could be amenable to or whether TiddlersBar
> requires some more tinkering with.
>
> Anyone around with a more indepth understanding of the process or an
> idea on how to refresh hidden content?
>
> Tobias.
--~--~---------~--~----~------------~-------~--~----~
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