[tw] Re: Help to integrate twab to my current TiddlyWiki

2012-03-16 Thread PMario
Hi, I don't know, if I can help but without a link to twab I can't. I don't know twab and I'm too lazy to search on my own. -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To

[tw] Re: Anyone try to make jqPlot into a TW plugin? Any recommendations on good plotting plugins?

2012-03-16 Thread PMario
Hi, charts space [1] uses raphaeljs[4] and raphael.g[5], which basically uses svg format to draw the stuff. tscount [2] uses the google gchart library [3], which imo needs permanent internet connection, to work. I did set up a fast test environment for jsxGraph [6] with TiddlySpace because I did

[tw] Re: How to hijack a function of another plugin in TW/TS?

2012-03-16 Thread PMario
On Mar 16, 5:25 am, Hao allen.fu...@gmail.com wrote: Hi I have tried the Requires. But it seems it doesn't wait until the Require js code to be loaded... I'm not quite clear about the core has a look. Does it mean that it would wait the Requires things to be loaded? Nope. There is no need for

[tw] Re: Three deep?

2012-03-16 Thread Måns
Hi Dave newTiddler  tag:mastertopic  label:'New master topic'  text: {{forEachTiddler where 'tiddler.tags.contains(context.inTiddler.title)' write '*tiddler [[+tiddler.title+]]\n'}} This seems to work in a tiddler called NewMasterTopic: newTiddler tag:mastertopic label:'New master topic'

[tw] Re: PasteUpPlugin

2012-03-16 Thread Måns
Hi Wim I tried  slider  tiddler test##info  style:border:1px solid blue;color:black;background:#cd; noedit noadjust x:700px y:180px w:250px h:250px  but without result. Or is there another possibility to toggle the frames (tiddlers with pasteup) visible/hidden ? If you use the

[tw] Re: ToggleLeftSideBar doesn't work

2012-03-16 Thread Måns
Hi Milind     I tried to use the ToggleLeftSideBar tiddler but it doesn't work on my tiddlywiki. The tiddler shows up blank after I paste all the code. What do you call the tiddler? The title? It should have the exact same title as the code uses - to work as intended ... ToggleLeftSideBar

[tw] Re: Help to integrate twab to my current TiddlyWiki

2012-03-16 Thread Bauwe Bijl
Hi I have contacted Vincent (creator of twab) about enabling CORS. When CORS is enabled you should be able to import twab via backtage- import in a local empty tw. Meanwhile I have a temporary fix in my dropbox: http://dl.dropbox.com/u/9670094/zandkasteel/twab.zip (it's a zip since dropbox is

[tw] Re: Anyone try to make jqPlot into a TW plugin? Any recommendations on good plotting plugins?

2012-03-16 Thread Sang Go
Mario, this is an incredibly helpful list and exactly the sort of thing I was looking for, a list with some short descriptions of its capabilities and possibly its underlying technology. Thank you much! On Mar 16, 9:56 am, PMario pmari...@gmail.com wrote: Hi, charts space [1] uses raphaeljs[4]

[tw] Re: ToggleLeftSideBar doesn't work

2012-03-16 Thread TonG
Hi Milind, Just to be sure: You know the difference between a transclusion and a plugin? According to Eric (from TiddlyTools): Unlike plugins, transclusions are only applied if they are 'rendered' somewhere in your document. To ensure that a transclusion will be always invoked, you can embed it

[tw] Re: Anyone try to make jqPlot into a TW plugin? Any recommendations on good plotting plugins?

2012-03-16 Thread okido
Hi, You can find the d3.js plugin for stand alone TW here: http://d3tw.tiddlyspot.com/ You can use the InlineJavascriptPlugin to program graphs or other visualisations. d3.js examples can be found here: http://mbostock.github.com/d3/ex/ Goodluck, Okido Op vrijdag 16 maart 2012 18:28:49

[tw] Better Tags Plugin than IntelliTaggerPlugin?

2012-03-16 Thread leeand00
I've used the IntelliTaggerPluginhttp://tiddlywiki.abego-software.de/#IntelliTaggerPlugin for a few years now, and it's served me well, http://i9.photobucket.com/albums/a58/Mas/tagsRegular.png but alas I have been spoiled by Stackexchange/Stackoverflow's tagging system which

[tw] Re: StartupParameter to force/simulate click on a slideshow button

2012-03-16 Thread Sang Go
Eric, That is exactly what I wanted to do, but didn't know JS nor TW well enough. Thanks (also in a tangible way)! On Mar 15, 3:31 pm, Eric Shulman elsdes...@gmail.com wrote: On Mar 15, 10:03 am, Sang Go sang...@gmail.com wrote: I found a simple workaround for this by using  another plugin

[tw] Re: Help to integrate twab to my current TiddlyWiki

2012-03-16 Thread Bauwe Bijl
Update: CORS is enabled now for http://www.tiddly-twab.com This makes the normal import method to a local TW possible again. (link to the temporary dropbox twab is deactivated) I hope this fixed the issue. Tested on firefox 11 all worked ok. Bauwe -- You received this message because you are

[tw] Nested FETs??

2012-03-16 Thread skye riquelme
Hi All I want to use FETs to drill down through a series of sub, sub, sub items.. Like, I have an inicial FET that has an output of - write ' tiddler Listas with: [[+tiddler.title+]]+\n' And now Listas...has the code - showPopup tiddler:Listas##lista label:$1 width:100px