[twdev] More than one dateChooser in a triddler

2009-01-25 Thread FrD
Hi all, I'm quite new to TW and I'm trying to use the dateChooser macro I found in MonkeyGTD (thanks to S. Baird and Saq Imtiaz for the DatePicker library !). It works well and I've modified it to use data fields in order to use the DataTiddlerPlugin. So I can easily choose a date and put that

Re: [twdev] TiddlyWiki5 on Android?

2013-07-30 Thread FrD
icone between + and the download icon. I confirm that it seems slower than on my laptop and slower than TW2 too. FrD -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [twdev] TiddlyWiki5 on Android?

2013-08-02 Thread FrD
Yes, indeed. The download/save icon works fine. It's nice because the last time I tried it downloaded the file instead of overwriting it. But can't remember my config at that time. Thanks FrD -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group

[twdev] require("...") in a js macro ?

2018-07-20 Thread FrD
widget and it worked. Is there a pb with macros ? Any help welcome ! Regards FrD -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide

[twdev] Re: require("...") in a js macro ?

2018-07-21 Thread FrD
Hi PMario, Most of the time I prefer to define a function this way (in particular for a library) : var myUtilFunction = function(a,b,c, ..) { } Regards FrD Le samedi 21 juillet 2018 10:46:14 UTC+2, PMario a écrit : > > On Friday, July 20, 2018 at 10:32:07 PM UTC+2, FrD wrote: >&

[twdev] Re: require("...") in a js macro ?

2018-07-21 Thread FrD
Hi, Sorry, I found a typo in my Utils.js tiddler : I wrote export. ... instead of export*s*. ... My bad. Everything's fine now. Regards FrD Le vendredi 20 juillet 2018 22:32:07 UTC+2, FrD a écrit : > > Hi, > > I've written two js macros, and part of the code is the same. >

Re: [twdev] Theme switching

2018-12-20 Thread FrD
re-builds the cache of shadow tiddlers from all "active" plugins. Thanks and regards FrD Le jeudi 20 décembre 2018 12:40:18 UTC+1, Jeremy Ruston a écrit : > > Hi FrD > > > > On 20 Dec 2018, at 11:33, FrD > wrote: > > Hi, > > I'm trying to figure out h

[twdev] Theme switching

2018-12-20 Thread FrD
ore. I can see that they are "unregistered" and then I loose their trail ... If somebody could fill the blanks ... Thanks Regards FrD -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop

[twdev] Re: Where is the source code that implements the "tm-new-tiddler" message?

2019-01-12 Thread FrD
Hi, Type "new-tiddler" in the search area in the sidebar. Then click on advanced search, the on Shadows. And then open the only ".js" tiddler : $:/core/modules/widgets/navigator.js Regards FrD Le samedi 12 janvier 2019 10:40:47 UTC+1, joearms a écrit : > > > >

[twdev] Re: Where is the source code that implements the "tm-new-tiddler" message?

2019-01-13 Thread FrD
Hi Tony, If I read the code right, paramObject is expected to be a javascript object (once evaluated). So I guess you could use a JSON string representing a javascript object when you invoke the tm-new-tiddler message. Regards FrD Le dimanche 13 janvier 2019 05:23:15 UTC+1, TonyM a écrit