Re: [tw] Tiddlers on Rails

2009-12-13 Thread FND
I thought about combining TiddlyWiki with a simple Rails application [...] The main idea is to have the content of the tiddlers seperated from the layout That's great - thanks for sharing! We're pursuing similar goals with TiddlyWeb*, and having a diverse ecosystem here is great. I've

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread cmari
Hi Stephan, Coincidentally, I was just trying to figure out why installing the InstantTimestampPlugin prevents ListboxPlugin from working. I'm too stupid to be able to figure that out, but I can tell you for sure that the code you pasted in actually comes from InstantTimestampPlugin. So you might

[tw] Re: Introduction plugin / macro jQSorter (manual, sort, jQuery)

2009-12-13 Thread oxydum
Hi Mario, Very nice, I just see an error in the name : JQueryUICorePugin (Plugin) and tested it inside the Fluid 960 CSS Framework : working well too Thx again,. http://oxydum.tiddlyspot.com/index.html -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread StephanF
Yes indeed, it turns out InstantTimestampPlugin and Intellitagger are not compatible. I am still getting used to the idea that plugins are javascript contained in tiddlers, so it didn't immediately dawn on me that I could search for that code in TW to find which plugin(s) had it. It was in the

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread Mark S.
After reviewing the code, I'm still not sure which plugin is responsible. Both plugins hijack the code for saving a tiddler in the internal TW structure. Apparently the IntelliTagger calls the save tiddler code without a tiddler body ... I think as a macro invocation. This causes the

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread cmari
Thanks Mark, this is brilliant (in both the US and UK meanings of the word)! It also takes care of the incompatibility with ListboxPlugin. cmari On Dec 13, 6:43 pm, Mark S. throa...@yahoo.com wrote: After reviewing the code, I'm still not sure which plugin is responsible. Both plugins hijack

Re: [tw] Re: Can I change the ToolbarCommands buttons into icons?

2009-12-13 Thread Claudio Li
Hi Måns, All are lovely, thanks so much!! Would that be possible to import theme/style from http://bradleymeck.tiddlyspot.com/ but using icons from the backup site? 2009/12/12 Måns humam...@gmail.com Hi Claudio . Wonder whether can replace the standard ToolbarCommands buttons (close, close

[tw] Re: TiddlyWiki for Class Lab Journal

2009-12-13 Thread Jon
I'm trying to find someone who has set up a TiddlyWiki for a lab journal.  Have any of you had experience with it?  Can you give me some thoughts on how well it worked for you? I use a customized TW for my research lab group (in biology at an undergraduate college):

[tw] Re: javascript to display all of a tiddler's tags that are themselves tagged with a certain tag

2009-12-13 Thread Saverio
Thanks! That got me experimenting...I was able to do it in a single tiddler as follows: [x($1|done){}{}{}] [[$1]] script var out=[], n=0, t=store.getTiddler('$1'); tids = store.filterTiddlers([tag[action]]); for (var i=0; itids.length; i++) { if (t.tags.contains(tids[i].title)) out += (n++0?',