For one, I can't access yout mtc... I get this from dropbox...
"Oops! (403) It seems you don't belong here! You should probably try
logging in?"
But that's ok, got the bug anyways. It was due to me not checking
preexisting ratings. So it's fixed Get the new version of
RatingSummary. I also added a parameter to its beginning where you can
define the output format for a tiddler called 'tidderFormat'...
default is '[[%0]]', where %0 is the tiddlerName. Especially with
QuickOpenTagPlugin it is worthwile replacing that with '<<tag [[%1]]
>>'.
So now you can change your source...
ratings: ["none","poor", "below average", "average", "above average",
"excellent"],
into something like this...
ratings: ["none","low", "medium", "high"],
Thanks Tobais, it works great.
There is one other problem to solve.
I am using RatingSummary in a TW with TiddlersBarPlugin and want to display
the results in a tiddler with a space in- 'Pathology Summary'. I've tried
transclusion, but with TiddlersBarPlugin, the transcluded tiddler does not
refresh. I really need the refresh feature too.
I have looked at the documentation [1] and made a MTC [2]
I've tried refreshing another tiddler in the span thus:
<span macro="rating =here TiddlerSummary" >
Something like <span macro="rating =here [[Tiddler Summary]]" > would be
good.
... and had TiddlerSummary contain the same scipt as RatingSummary.
At the moment the solution is satisfactory, but i would like to have some
other title to the RatingSummary.
Thanks again
Alex
(ps I am devastated that my MTC didn't work.)
> For one, I can't access yout mtc... I get this from dropbox...
> "Oops! (403) It seems you don't belong here! You should probably try
> logging in?"
> But that's ok, got the bug anyways. It was due to me not checking
> preexisting ratings. So it's fixed Get the new version of
> RatingSummary. I also added a parameter to its beginning where you can
> define the output format for a tiddler called 'tidderFormat'...
> default is '[[%0]]', where %0 is the tiddlerName. Especially with
> QuickOpenTagPlugin it is worthwile replacing that with '<<tag [[%1]]
> >>'.
> So now you can change your source...
> ratings: ["none","poor", "below average", "average", "above average",
> "excellent"],
> into something like this...
> ratings: ["none","low", "medium", "high"],
> For one, I can't access yout mtc... I get this from dropbox...
> "Oops! (403) It seems you don't belong here! You should probably try
> logging in?"
> But that's ok, got the bug anyways. It was due to me not checking
> preexisting ratings. So it's fixed Get the new version of
> RatingSummary. I also added a parameter to its beginning where you can
> define the output format for a tiddler called 'tidderFormat'...
> default is '[[%0]]', where %0 is the tiddlerName. Especially with
> QuickOpenTagPlugin it is worthwile replacing that with '<<tag [[%1]]
> >>'.
> So now you can change your source...
> ratings: ["none","poor", "below average", "average", "above average",
> "excellent"],
> into something like this...
> ratings: ["none","low", "medium", "high"],
> > For one, I can't access yout mtc... I get this from dropbox...
> > "Oops! (403) It seems you don't belong here! You should probably try
> > logging in?"
> > But that's ok, got the bug anyways. It was due to me not checking
> > preexisting ratings. So it's fixed Get the new version of
> > RatingSummary. I also added a parameter to its beginning where you can
> > define the output format for a tiddler called 'tidderFormat'...
> > default is '[[%0]]', where %0 is the tiddlerName. Especially with
> > QuickOpenTagPlugin it is worthwile replacing that with '<<tag [[%1]]
> > >>'.
> > So now you can change your source...
> > ratings: ["none","poor", "below average", "average", "above average",
> > "excellent"],
> > into something like this...
> > ratings: ["none","low", "medium", "high"],
and like this in ie7 (Avant Browser using ie7 rendering engine):
http://bit.ly/1jJcg4
Is that a charset-problem of your localisation of chrome? I have no
idea. However I have replaced the star in the code with its unicode
counterpart, maybe that solved it for you. Please, try again... and
also note that you can replace the star with any other character that
works for you.
Last but not least, there also is an image version of it... though not
working in ie as that doesn't allow for embedded images using
'data'... http://bit.ly/1yyHtD ...however you could replace those with valid image paths.
As far as I can observe, this has nothing to do with naming of
tiddlers. It's not even a problem in Rating-Macro but rather in how
Tiddlersbar is hiding tiddlers from display, and them not receiving
the refresh events on updates. I have found that to be an issue with
it as well... and added in one of my tiddlywikis a refresh to the
tiddler every time I click on a tab... though honestly, that's not
what I want! However doing so may cause problems if the tiddler was in
edit mode... then TiddlersBar might not be able to access it as it
can't refresh a tiddler in edit mode.
Right now I am lacking the knowledge of how to get around this. Anyone
has a clue? Eric? ;-)
> and like this in ie7 (Avant Browser using ie7 rendering engine):http://bit.ly/1jJcg4
> Is that a charset-problem of your localisation of chrome? I have no
> idea. However I have replaced the star in the code with its unicode
> counterpart, maybe that solved it for you. Please, try again... and
> also note that you can replace the star with any other character that
> works for you.
> Last but not least, there also is an image version of it... though not
> working in ie as that doesn't allow for embedded images using
> 'data'...http://bit.ly/1yyHtD > ...however you could replace those with valid image paths.
> > and like this in ie7 (Avant Browser using ie7 rendering engine):http://bit.ly/1jJcg4
> > Is that a charset-problem of your localisation of chrome? I have no
> > idea. However I have replaced the star in the code with its unicode
> > counterpart, maybe that solved it for you. Please, try again... and
> > also note that you can replace the star with any other character that
> > works for you.
> > Last but not least, there also is an image version of it... though not
> > working in ie as that doesn't allow for embedded images using
> > 'data'...http://bit.ly/1yyHtD > > ...however you could replace those with valid image paths.
> > > and like this in ie7 (Avant Browser using ie7 rendering engine):http://bit.ly/1jJcg4
> > > Is that a charset-problem of your localisation of chrome? I have no
> > > idea. However I have replaced the star in the code with its unicode
> > > counterpart, maybe that solved it for you. Please, try again... and
> > > also note that you can replace the star with any other character that
> > > works for you.
> > > Last but not least, there also is an image version of it... though not
> > > working in ie as that doesn't allow for embedded images using
> > > 'data'...http://bit.ly/1yyHtD > > > ...however you could replace those with valid image paths.
You are right: the name of the tiddler in which rating summary lives has no
baring. But the tiddler to which the results are sent can't have spaces in
their title.
A single word tiddler will suit me for the moment.
I broader question relating to summary tables and one to satisfy curiocity:
how do you get them to auto refresh? I am impressed how ratingSummary does
this
> As far as I can observe, this has nothing to do with naming of
> tiddlers. It's not even a problem in Rating-Macro but rather in how
> Tiddlersbar is hiding tiddlers from display, and them not receiving
> the refresh events on updates. I have found that to be an issue with
> it as well... and added in one of my tiddlywikis a refresh to the
> tiddler every time I click on a tab... though honestly, that's not
> what I want! However doing so may cause problems if the tiddler was in
> edit mode... then TiddlersBar might not be able to access it as it
> can't refresh a tiddler in edit mode.
> Right now I am lacking the knowledge of how to get around this. Anyone
> has a clue? Eric? ;-)
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:
...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?
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
> 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:
> ...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?
If I understand correctly, Tobias' plugin works on the tiddler itself
to add a rating, so you'd need an expansion of this plugin to work
with multiple people rating tiddlers.
> 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 athttp://imp.peermore.com/imp/recipes/editorial/tiddlers.wiki
> > Well, the results aren't really sent anywhere. Instead the tiddler
> > (transcluded or not) that fiddle withratinginformation 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 theratingwrapper. Somewhere
> > in the loop it does just the following:
> > ...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?