Mohammad,
Thank you! Your sample helps me understand how to do this kind of rendering, though, which is great. (I still seem to overlook using $list for seemingly everything).
I'm using Tobias' rate plugin for setting and displaying the ratings on individual tiddlers and it works well.
I'm now working on getting the macro to run correctly when used in a template in the TiddlyTables plugin. I've tried every combination I can think of in the column's view template but can't get the macro to "see" the rating value for each row. If I render a table "by hand" it works fine.
Maybe someone can spot an obvious error in my implementation here:
There's a custom template for rating that contains the following:
```
<td>
<$macrocall $name="getStars" numstars={{!!rating}} />
</td>
```
I feel like I'm going to need "<<currentRecord>>" somewhere but can't seem to figure out where.
Anyway, thanks for the leg up. I can fall back to my hand-rendered table easy enough if I can't figure out how to use it in TiddlyTables.