[tw] StorySaverPlugin question

2010-02-14 Thread RA
I would like to save the story to a tiddler (without ever displaying this created/updated tiddler) every time I save the wiki, and load that story automatically on startup. The reason is I want a story that is the same across computers and at the same time different for two different wikis. So coo

Re: [tw] Re: About ColorPalette

2010-02-14 Thread tiziano de togni
Eric Shulman ha scritto: thanks Robert and Eric for your clear answer. You can add extra color names/values to the ColorPalette, simply by entering additional lines of the form: colorname: colorvalue Adding colors to the palette is not so simple as it seems. The problem is to choose the r

[tw] Re: MiniPedia Released

2010-02-14 Thread Måns
Hi again - I forgot to mention a few minor bugs (however I believe they are bugs so please bear with me - if they are inot) In Google Chrome the toolbar wraps into two lines - this is not the behaviour in FF. In Google Chrome and in FireFox when in editmode, the editwindow shrinks and the toolbarbu

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mark S.
Hi Mike, "newArray" was supposed to be two terms: new Array The array.contains(...) method isn't part of the original JS spec.s -- its part of the TW library. I've noticed sometimes in this context that anonymous objects (strings, in particular) revert to the base code lacking the enhanced TW met

[tw] Re: MiniPedia Released

2010-02-14 Thread Måns
Hi Dennis Thank you very much for sharing. It is a very straightforward vertical - you have made some very good choices and I like it a lot. For the first time I'm *not* tempted to install YourSearch or GoToPlugin to enhance searching. It all feels welltempered and I'm sure newcommers to TiddlyWi

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mike
ReferenceError: newArray is not defined My Current Code is: {{center{ var tids=store.getMatchingTiddlers("Cigar && ! excludeLists && ! Trash","modified").reverse(); var rr=tids.length //wikify('
' + rr + ' raw array items' + '
', place); /%check Raw Array%/ var fmt='[[%0|%0]]'; /%Needed fo

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mike
ReferenceError: newArray is not defined My Current Code is: {{center{ var tids=store.getMatchingTiddlers("Cigar && ! excludeLists && ! Trash","modified").reverse(); var rr=tids.length //wikify('
' + rr + ' raw array items' + '
', place); /%check Raw Array%/ var fmt='[[%0|%0]]'; /%Needed fo

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mark S.
It might be that this ... if (["Yes","yes","Y","y"].contains(store.getTiddlerSlice(val1,"Purchased"))) continue; needs to be this ... if ((new Array("Yes","yes","Y","y")).contains(store.getTiddlerSlice(val1,"Purchased"))) continue; If you have your code with a sub-set of sample data somewhere l

[tw] Re: About ColorPalette

2010-02-14 Thread Eric Shulman
> Somebody can explain the reasons (or theory) behind the structure of the > ColorPalette Shadow Tiddler or if it's simply an arbitrary, specific > color scheme? The ColorPalette tiddler just contains "name: value" pairs to associate a TW *slice name* with an RGB value (or X11 color name). Then, i

[tw] Re: MiniPedia Released

2010-02-14 Thread grant...@gmail.com
Yup, nice, but why not add a few functions that will make it better? Maybe I am too much of a nuub, or missed it, but I would like to have a simple menu or search boxt that would allow me to restrict the homepage listing to a particular group of entries (via a Tag I guess). For example, I keep a w