[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Stephan Hradek
Try to find the information here in the groups or on my tw5magick.tiddlyspot.com Sorry that I can#t link you directly at the moment. When I return from work and no one else could help, I will look into it. It's not too difficult after all. -- You received this message because you are

[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Jon
OK, thanks. On Tuesday, 4 February 2014 08:08:57 UTC, Stephan Hradek wrote: Try to find the information here in the groups or on my tw5magick.tiddlyspot.com Sorry that I can#t link you directly at the moment. When I return from work and no one else could help, I will look into it. It's

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
Thank you Eric I slightly tuned your code I made this tiddler: [[calcTid]] $1 And I call it with: [[test]] tiddler calcTid with: {{108.95-84.72}} it works almost fine : 24.234 I wish I could - remove the extra 4 - write litteraly 108.95-84.72=24.23 without

[tw] Is this group still newbie friendly?

2014-02-04 Thread passingby
At one time, not too long ago, this group had a welcome note which said that unlike other groups in which a user was expected to wade through all the earlier messages before asking a question this group did not expect the user to this. In practice too, a newbie was not made to feel, either

[tw] Re: Is this group still newbie friendly?

2014-02-04 Thread whatever
Message or no message, I'm pretty sure all that is still the case.:D w On Tuesday, February 4, 2014 10:58:37 AM UTC+1, passingby wrote: At one time, not too long ago, this group had a welcome note which said that unlike other groups in which a user was expected to wade through all the

[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Ton Gerner
Hi Jon, The Viewtemplate comprises 5 shadow tiddlers, the main one $:/core/ui/ViewTemplate adds together all 4 other parts: $:/core/ui/ViewTemplate/body $:/core/ui/ViewTemplate/subtitle $:/core/ui/ViewTemplate/tags $:/core/ui/ViewTemplate/title $:/core/ui/ViewTemplate/subtitle contains: div

[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Alberto Molina
As the creator will always be there, your only chance is to modify the view template to not display the creator. Thanks, Stephan but how do I do that? I'm new to this and need pretty clear instructions. Hi Jon, Ton's solution is a good one and a simple one, but as he says creator AND

[tw] Re: TW5 Writing down multiple tables

2014-02-04 Thread Danielo Rodríguez
In the example that I posted, yes, that was the problem. You Germans have good eye for details! I also found the other issue in my real example. El martes, 4 de febrero de 2014 07:30:35 UTC+1, Stephan Hradek escribió: Is it because of a missing 0 in the date? 214 instead of 2014? Otherwise

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread Eric Shulman
On Tuesday, February 4, 2014 1:18:02 AM UTC-8, julien23 wrote: I made this tiddler: [[calcTid]] $1 And I call it with: [[test]] tiddler calcTid with: {{108.95-84.72}} it works almost fine : 24.234 I wish I could - remove the extra 4 - write litteraly

[tw] TiddlyWiki Hangout #33 today at 4pm GMT

2014-02-04 Thread Jeremy Ruston
Apologies for not sending out the invitation sooner, but I am planning a hangout as usual this afternoon at 4pm GMT: https://plus.google.com/events/c4jibg7i0bs3bjeme8quqil3vqk I'll post the link for joining just before we kick off, Best wishes Jeremy -- Jeremy Ruston

[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Stephan Hradek
- edit $:/core/ui/ViewTemplate/subtitle and replace all its content with this: - div class=tw-subtitle $list filter=[is[current]tag[journal]]$view field=modified format=relativedate//$list $list filter=[is[current]!tag[journal]]$link

[tw] Re: TW5 Writing down multiple tables

2014-02-04 Thread Danielo Rodríguez
Stephan, Could you please explain me this line? date.setDate(date.getDate() - (DayNamesShort.length+date.getDay()-FirstDayOfWeek) % DayNamesShort.length); I can imagine what is the purpose, but I need help to fully understand it. Thanks in advance. -- You received this message because you

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
Thank you Eric I still have 108.95-84.72 = 24.234 I'll figure out why later Regards Julien Le mardi 4 février 2014 12:06:42 UTC+1, Eric Shulman a écrit : On Tuesday, February 4, 2014 1:18:02 AM UTC-8, julien23 wrote: I made this tiddler: [[calcTid]] $1 And I call it with:

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
are Math.floor Math.pow ... depending of a plugin I might not have ? Le mardi 4 février 2014 13:23:10 UTC+1, julien23 a écrit : Thank you Eric I still have 108.95-84.72 = 24.234 I'll figure out why later Regards Julien Le mardi 4 février 2014 12:06:42 UTC+1, Eric Shulman a

[tw] Re: TW5 Writing down multiple tables

2014-02-04 Thread Stephan Hradek
Am Dienstag, 4. Februar 2014 12:58:46 UTC+1 schrieb Danielo Rodríguez: Stephan, Could you please explain me this line? date.setDate(date.getDate() - (DayNamesShort.length+date.getDay()-FirstDayOfWeek) % DayNamesShort.length); I can imagine what is the purpose, but I need help to fully

[tw] Re: TW5 Writing down multiple tables

2014-02-04 Thread Danielo Rodríguez
El martes, 4 de febrero de 2014 13:45:09 UTC+1, Stephan Hradek escribió: date is the first of the month. DayNamesShort.length is 7 as there are 7 days in the week date.getDay gives the weekday, a number from 0 to 6 FirstDayOfWeek is the weekday of the day which you want to be the first

[tw] Re: Is this group still newbie friendly?

2014-02-04 Thread David Gifford
I am sorry if you have been made to feel unwelcome by anyone. We have people in here from various cultures with varying levels of ability to write in a clear and caring way. I did get treated uncourteously once or twice by one person in particular. But over all my experience has been that the

[tw] Re: TiddlyWiki Hangout #33 today at 4pm GMT

2014-02-04 Thread Danielo Rodríguez
At 4pm? I though it was at 5pm!! El martes, 4 de febrero de 2014 12:20:37 UTC+1, Jeremy Ruston escribió: Apologies for not sending out the invitation sooner, but I am planning a hangout as usual this afternoon at 4pm GMT: https://plus.google.com/events/c4jibg7i0bs3bjeme8quqil3vqk I'll

[tw] Re: TiddlyWiki Hangout #33 today at 4pm GMT

2014-02-04 Thread Ton Gerner
16:00 UK time 17:00 Amsteradm Jeremy is late On Tuesday, February 4, 2014 5:09:12 PM UTC+1, Danielo Rodríguez wrote: At 4pm? I though it was at 5pm!! El martes, 4 de febrero de 2014 12:20:37 UTC+1, Jeremy Ruston escribió: Apologies for not sending out the invitation sooner, but I am

[tw] Re: TiddlyWiki Hangout #33 today at 4pm GMT

2014-02-04 Thread Jeremy Ruston
Sorry chaps - the hangout is here: https://plus.google.com/hangouts/_/hoaevent/AP36tYdLYChiaajteAwRwESdFqJXKAeLKsNJv3fF48m3Ce2tFfRF9w Best wishes Jeremy On Tue, Feb 4, 2014 at 4:11 PM, Ton Gerner ton.ger...@gmail.com wrote: 16:00 UK time 17:00 Amsteradm Jeremy is late On Tuesday,

[tw] Re: Fixed tiddler width? (TW5)

2014-02-04 Thread Matthew Petty
Ton, That's excellent, thank you! Matt On Friday, December 27, 2013 1:53:57 PM UTC-8, Ton Gerner wrote: Hi, Have a look at my guide at http://tw5toolbar.tiddlyspot.com/ The 'Toggle fluid width button' performs what you want: a fixed sidebar at the right and the tiddlers taking up the rest

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread Eric Shulman
On Tuesday, February 4, 2014 4:24:36 AM UTC-8, julien23 wrote: are Math.floor Math.pow ... depending of a plugin I might not have ? Math is a standard javascript object that defines a whole bunch of mathematical functions http://www.w3schools.com/jsref/jsref_obj_math.asp Le mardi 4 février

[tw] Re: [TW5] Stephan's new journal macro - suppress creator

2014-02-04 Thread Jon
Many thanks guys for taking the time to explain this and I managed to do it. On Tuesday, 4 February 2014 16:10:56 UTC, Alberto Molina wrote: Just an idea: Don't you think this is better? - div class=tw-subtitle $list filter=[is[current]!tag[journal]]$link

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Matthew Petty
Hi Stephen, I'm quite new to TW5, so I'm just trying to recreate some of the old functionality. I can't seem to get this macro to work. I've got two browser windows open, and I'm dragging tiddlers from your site to mine. I've added LetWidget (the js and the explanation), but I still get

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Stephan Hradek
Additional hint: the let widget is not required. You can use the built-in setwidget instead. -- 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

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Stephan Hradek
Am Dienstag, 4. Februar 2014 19:41:32 UTC+1 schrieb Matthew Petty: Hi Stephen, I'm quite new to TW5, so I'm just trying to recreate some of the old functionality. I can't seem to get this macro to work. I've got two browser windows open, and I'm dragging tiddlers from your site to mine.

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Matthew Petty
HA! Reload - that's what I forgot. Silly me. Thank you! Vielen Dank! On Tuesday, February 4, 2014 11:19:52 AM UTC-8, Stephan Hradek wrote: Am Dienstag, 4. Februar 2014 19:41:32 UTC+1 schrieb Matthew Petty: Hi Stephen, I'm quite new to TW5, so I'm just trying to recreate some of the old

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Matthew Petty
OK, next questions. The button works now, and I can create journal entries. But when I do, the creator name is set to your name. How can I change that? On Tuesday, February 4, 2014 11:27:35 AM UTC-8, Matthew Petty wrote: HA! Reload - that's what I forgot. Silly me. Thank you! Vielen Dank!

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Stephan Hradek
Can I view it somewhere? Did you try to create your own skeleton? My name is not hard-coded anywhere. So maybe it's because you used my JournalSkeleton. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: Is this group still newbie friendly?

2014-02-04 Thread PMario
I think this group still is newbie friendly. The welcome message was removed, as the google groups frontpage app was changed by google. @eric or @jeremy ... I also miss this message, since it was one of the reasons, why I did my first post to the TW group. ... It made a difference for me :)

[tw] [TW5] - Missing creator in tiddlers

2014-02-04 Thread Ton Gerner
Hi all, Triggered by the discussion about Stephan's new journal macro - suppress creator [1] I was looking at my own TW5s and found strange things. As an example my guides at TiddlySpot. Relatively 'old' ones display the creator ([2], [4], [6]), newer ones don't ([3], [5]). I double checked

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Matthew Petty
It's not online, I'm afraid. https://lh6.googleusercontent.com/-fApnh2cQ1Q0/UvFNYdovYJI/Fjc/E_U0_JFN1cs/s1600/2014-02-04+12_27_48-Notes+Wiki+%E2%80%94+by+Matthew+Petty.+The+Great+Experiment.+Dashboard.png JournalSkeleton just contains $(text)$ and nothing else. It is tagged with what

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Stephan Hradek
Am Dienstag, 4. Februar 2014 21:28:56 UTC+1 schrieb Matthew Petty: JournalSkeleton just contains $(text)$ and nothing else. It is tagged with what looks like a blank tag. It has you as the creator as well. Didn't I just wrote that you used my JournalSkeleton? Create your own and the

Re: [tw] Re: Can't open my node.js TW5

2014-02-04 Thread Mark Kerrigan
I have a similar problem. mkerriganmacbookpro:Five Mark$ tiddlywiki --server $:/core/modules/wiki.js:279 bb = b.fields[sortField].toLowerCase() || ; ^ TypeError: Cannot call method 'toLowerCase' of undefined at $:/core/modules/wiki.js:279:29 at Array.sort

[tw] Re: [TWofftopic] JSFuck - write any Javascript with just 6 different characters.

2014-02-04 Thread cangaroo joe
Nice code. ;) -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw] Re: [TWofftopic] JSFuck - write any Javascript with just 6 different characters.

2014-02-04 Thread Stephan Hradek
Just watched a talk held by the creator of JSFuck: www.youtube.com/watch?v=RTxtiLp1C8Y -- 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

Re: [tw] Where did the Close All and New Journal buttons go to in TW5?

2014-02-04 Thread Matthew Petty
That worked. Thanks again for your help and patience with a new user. Matthew website: matthewpetty.com podcast: coiledspring.org READ CAREFULLY. By reading this email, you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED

Re: [tw] Re: Is this group still newbie friendly?

2014-02-04 Thread Daniel Baird
I think it was me who wrote that group welcome message originally, so I feel quite happy hearing people remember it as an important thing. Thanks guys. Contributors and experts in an open source community all started off as newbies (or I guess original authors.. *raise eyebrow, incline head to

[tw] Re: CHAP timeline

2014-02-04 Thread Chris
I like the simplicity, but it does not render properly in IE. Does anybody have suggestions for making this compatible with IE browsers. Right now it just defaults to today's date. On Monday, June 4, 2012 3:59:45 AM UTC-4, Anton wrote: Now supports clicking on a bar to open a tiddler. I