[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-06 Thread Jelly
than you. On 9月7日, 上午4时47分, Eric Shulman wrote: > > var URL=config.macros.attach.getAttachment("TiddlerName") > > Then, you can construct the appropriate HTML, like this: > > star=' > addendum: > > If you want installation of AttachFilePluginFormatters to be optional, > you can write something

[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-06 Thread Eric Shulman
> var URL=config.macros.attach.getAttachment("TiddlerName") > Then, you can construct the appropriate HTML, like this: >   star='http://.../filename.jpg";; // hard-coded fallback/default if (config.macros.attach) URL=config.macros.attach.getAttachment("TiddlerName"); If the plugin is installed

[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-06 Thread Eric Shulman
> How to use file star1.png attached by AttachFilePlugin in html?thank you. AttachFilePlugin extends the TW [img[...]] syntax to permit use of an 'attachment tiddler' title instead of an external file reference. However, your plugin isn't generating TW syntax... it is outputting directly as HTML

[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-06 Thread 陈国栋
How to use file star1.png attached by AttachFilePlugin in html?thank you. '; for (var i=1; i<6; i++) { 2009/9/5 tony > > On Sep 3, 10:14 pm, Jelly wrote: > > http://sinojelly.tiddlyspot.com/#FiveStarsPlugin > > Thank you Jelly; it's kinda fun and easy to rate tidd

[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-04 Thread M)
Very cool. I've been thinking that a public TW, but not for editing, could be like a blog and allow comments and other plugins ilke FiveStarPlugin. Is that achievable? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: FiveStarsPlugin, a five stars rating system for tiddlywiki.

2009-09-04 Thread tony
On Sep 3, 10:14 pm, Jelly wrote: > http://sinojelly.tiddlyspot.com/#FiveStarsPlugin Thank you Jelly; it's kinda fun and easy to rate tiddlers. I'm sure there will some social media themes now that tiddlers can be voted upon. I could not see the star images at tiddlyspot, but you may want to look