Ah. so basically, only the last doesn't get a comma? I'll keep that in mind.

anyway, how do I go about installing plugins like this one?

http://mptw.tiddlyspot.com/#InstantTimestampPlugin

the tiddlywiki page says to drag and drop the $ link. but doing that 
doesn't do anything in this case.(mostly because there doesn't seem to be a 
$link)

I may have misread tiddlywiki.com/#PluginMechanism though so I'll try doing 
it again manually.

On Monday, September 29, 2014 3:03:49 PM UTC+8, PMario wrote:
>
> eg:
>
>     "plugins": [
>         "tiddlywiki/cecily",
>         "tiddlywiki/googleanalytics",
>         "tiddlywiki/nodewebkitsaver",
>         "tiddlywiki/github-fork-ribbon",
>         "tiddlywiki/browser-sniff"
>     ],
>
> if you remove "browser-sniff" you also need to remove the "," 
>
> so
>
>     "plugins": [
>         "tiddlywiki/cecily",
>         "tiddlywiki/googleanalytics",
>         "tiddlywiki/nodewebkitsaver",
>         "tiddlywiki/github-fork-ribbon"       <---- the last element has 
> no comma. 
>     ],
>
> see: 
> https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array
> similar if you add  a plugin, you'll need some mor commas :)
>
> -mario
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to