[tw] Re: [TW5] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-03-07 Thread ruddb
Hi Stephan, Trying it now and it works great! I was a bit hesitant to use some plugins because of bad experience from D3 to TW5 migration so I want to try to use core functions. Do you now if this widget type will go to the official release? Thanks again. On Friday, March 7, 2014 12:33:10 PM

[tw] Re: [TW5.0.8] Import TWC sets Type=text/x-tiddlywiki

2014-03-07 Thread PMario
I created a little space to record the differences: http://compare-tw2-tw5.tiddlyspace.com/#syntax For standard marup it's not to hard to change it. If you use a lot of plugins, it will be harder :) -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] [TW5] Open a tiddler from a sidebar page control button by tag?

2014-03-07 Thread TheDiveO
And now for yet another question on my journey through the new TW5 (which I really appreciate, BTW): placing an additional button with the sidebar page controls is no problem. But ... I would like to make this button open a tiddler by tag instead of by title. How do I achieve this using the

[tw] Re: [TW5] Open a tiddler from a sidebar page control button by tag?

2014-03-07 Thread Stephan Hradek
try something like this (UNTESTED!): $list filter=[tag[Home]limit[1]] $button to={{!!title}} class=btn-invisible{{$:/TheDiveO/images/home-button}}/$button /$list -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group

[tw] Re: [TW5] Embed Chart.js into a TW5 file (pretty much like D3.js)

2014-03-07 Thread Adolfo Delorenzo
Hello Ben, Thanks for the tip. One of the downsides of this method is that it only works well if you are online. Best regards, Adolfo On Tuesday, March 4, 2014 10:47:46 PM UTC-3, Adolfo Delorenzo wrote: Hello, As much as I like D3.js and have managed to display some very interesting bar

[tw] Re: (TW5) Working with Local Files

2014-03-07 Thread Eric Shulman
On Friday, March 7, 2014 7:53:09 AM UTC-8, Caren Shiozaki wrote: In Classic Wiki, links to local files open them for display. When the user closes that display window, they are returned to where they were last at in the Wiki. I’m having trouble replicating this same functionality in

[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-07 Thread Ton Gerner
Hi Patrick, On Thursday, March 6, 2014 11:54:40 PM UTC+1, Patrick Sanders wrote: I thought it was not working, so I tried once more, it works as I have seen it on 5.0.7, with FF v27 What do you mean with it works as I have seen it on 5.0.7, with FF v27 Did it work at

Re: [tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-03-07 Thread Ton Gerner
Hi Jeremy, Although there are more important things, it is intriguing and I could not resist in digging a little bit deeper ;) To investigate it further, I tested with different devices (PCs, iPad, Nexus 7) , OSes (Windows, Linux, iOS, Android), and browsers at my disposal. For a complete

[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-07 Thread Patrick Sanders
I am on windows 7, with FFv27 on http://tw5toolbar.tiddlyspot.com/ The usage confuses me and I tried again today and notice that the radio buttons only react, when the toggle width/sidebar button is . With the radio buttons don't react. With the radio buttons visible, I would expect a reaction

[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-07 Thread Ton Gerner
Hi Patrick, On Friday, March 7, 2014 10:41:49 PM UTC+1, Patrick Sanders wrote: I am on windows 7, with FFv27 on http://tw5toolbar.tiddlyspot.com/ The usage confuses me and I tried again today and notice that the radio buttons only react, when the toggle width/sidebar button is . With the

[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-07 Thread Patrick Sanders
It took some time to figure out the behaviour. Thanks for the explanation. On http://tw5toolbar.tiddlyspot.com/ I see that the side bar is partially overwritten, when using Fluid+ With http://tw5toolbar.tiddlyspot.com/ everything is fine. -- You received this message because you are subscribed

[tw] [TW5.0.8] Importing tiddlers

2014-03-07 Thread Patrick Sanders
Is it possible to import single TWC tiddlers (instead of a whole TWC htm file) into TW5 by drag and drop? I have TWC 2.6.1, the latest version is TWC 2.8.1, is it worth upgrading first? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] TWC: My post disappeared and my queries remain unanswered...?

2014-03-07 Thread smallhagrid
I am baffled - why would my most recent posting here vanish (or have been deleted...) without any notice whatever ?? Due to situations beyond my control my 2 instances of TWC have yet to be combined into one instance. My prior posting explained how I ended up with 2 divergent versions at

[tw] One at a time sliders

2014-03-07 Thread DrCory
Can anyone tell me how to make ONLY one slider open at a time? In other words, opening one slider automatically closes the previous one. Just to complicate it, can i nest them and leave the outer (containing) slider open while opening and closing inner(nested) sliders? DrCory -- You received

[tw] Re: One at a time sliders

2014-03-07 Thread Stephan Hradek
You should have indicated in your subject wether you're refering to [TW5] or [TWc] -- 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

[tw] Re: [TW5.0.8] TypeError: tags[tag].push is not a function

2014-03-07 Thread Stephan Hradek
{{{ id TWc syntax for code while ``` is the correct one for TW5 {{{ is also TW5 syntax for filtered transclusion which might be the reason why your code calls /* Get a hashmap by tag of arrays of tiddler titles */ exports.getTagMap = function() { var self = this; return