[tw] Re: TW5 Writing down multiple tables

2014-02-03 Thread BJ
On Friday, January 31, 2014 11:34:32 AM UTC+5:30, Danielo Rodríguez wrote: Hello I'm triying to do some kind of journal. So I wrote a macro that displays every month as a table. I don't understand why every month is displayed correctly except for June. In fact, June is only displayed

[tw] Transclusion within a string

2014-02-03 Thread Mike
I'd like to have a field, e.g. email, and then use that field in a string: a href=mailto:$view field=emailclick to email/a But the resulting link just goes to mailto:$view field=email. Any ideas? I've also tried with the {{!!email}} notation, but it does the same thing as soon as it's inside

[tw] Re: Transclusion within a string

2014-02-03 Thread Stephan Hradek
Does this help? \define mailto(email link) a href=mailto:$email$;$link$/a \end $macrocall $name=mailto email={{!!email}} link=mail me/ -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

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

2014-02-03 Thread julien23
Hi all Is there a way to display and (re)calculate simple operations like 108.95 - 84.72 = 24.23 without the need of an external calculator ? Regards Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

[tw] Re: Transclusion within a string

2014-02-03 Thread Mike
That sort of works, but ... 1) I'd have to include / define that macro in every tiddler where i wanted to use it, right? Is there an easy way to put all my macros in one tiddler and then just include that into other tiddlers? 2) This seems like an incredibly long way to go around for what

[tw] Re: [TWC] Challenge: the ULTIMATE main menu

2014-02-03 Thread PMario
On Monday, February 3, 2014 6:15:42 AM UTC+1, cangaroo joe wrote: Does VanillaTiddlyDocs or TiddlyDocs work with TW5? no. The plugin mechanism is different. -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group

[tw] Re: Transclusion within a string

2014-02-03 Thread Mike
Aaaah, this is maddening. It's so close. Suppose I create a tiddler with the fields: x = mike email = {{!!x}} then, amazingly, {{!!email}} displays mike and, weirdly, a href={{!!emai}}link/a creates a link to {{!!x}}. hmm. even weirder, changing the email field to be email = mailto:{{!!x}}

[tw] Re: Transclusion within a string

2014-02-03 Thread Stephan Hradek
Am Montag, 3. Februar 2014 15:26:15 UTC+1 schrieb Mike: That sort of works, but ... 1) I'd have to include / define that macro in every tiddler where i wanted to use it, right? Right Is there an easy way to put all my macros in one tiddler and then just include that into other

[tw] TW5 Make a SVG button theme compliant

2014-02-03 Thread Danielo Rodríguez
Hello I'm trying to add a new button in svg format. I would like to make it like the core ones. I mean, depending on the theme display the button in different colors. Also changing the color on mouse over. Here is the SVG code. svg xmlns=http://www.w3.org/2000/svgwidth=22pt; height=22pt

[tw] Re: [TW5] Linking to local files?

2014-02-03 Thread Danielo Rodríguez
El domingo, 2 de febrero de 2014 18:50:01 UTC+1, cangaroo joe escribió: Hi I use this way and it works: [[text|file://localhost\c:\Users\User_name\Downloads\text.pdf]] That is not very portable. What if I want to have it on a usb drive? or what if I want to use it over multiple OS? -- You

[tw] Re: Transclusion within a string

2014-02-03 Thread Stephan Hradek
Am Montag, 3. Februar 2014 15:26:15 UTC+1 schrieb Mike: That sort of works, but ... Another idea (Can be seen on http://skeeve.tiddlyspot.com check Mike's mail and mailto) tiddler: Mike's Mail email: m...@do.main text: {{!!title||mailto}} tiddler: mailto text: \define mailto(email) a

[tw] Updating multiple tiddlers to TW5 format

2014-02-03 Thread Matthew Petty
I've imported an old TW to TW5. As expected, all 700 of the old tiddlers are in text/x-tiddlywiki format. Is there a way to set the format on multiple tiddlers to the new text/vnd.tiddlywiki format? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group.

[tw] Re: TW5 Make a SVG button theme compliant

2014-02-03 Thread Ton Gerner
Hi Danielo, Have a look at the core images for the general structure, e.g. $:/core/images/new-button. That contains the following (left out most of the numbers): svg class=tw-image-new-button tw-image-button viewBox=83 81 50 50 width =22pt height=22ptpath d=M 101.25 .. 112.5 Z//svg The

[tw] Re: Transclusion within a string

2014-02-03 Thread Julie
Le lundi 3 février 2014 15:26:15 UTC+1, Mike a écrit : The $view widget claims it supports templates, but I couldn't get it to work. Not really... the ViewWidget claims that it supports templates *with certain formats*, and in the formats list only the date format seems to work with a

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Jeremy Ruston
Hi Mike Going back to your original question, consider the example you gave: a href=mailto:$view field=emailclick to email/a At the moment, that doesn't work because the double quotes on the href attribute cause the value to be interpreted as a literal string. The docs point out that we also

Re: [tw] Re: TW5 Make a SVG button theme compliant

2014-02-03 Thread Jeremy Ruston
Hi Danielo The tiddler containing the SVG element should *not* have the type image/svg+xml; give it the usual wikitext type of text/vnd.tiddlywiki. The reason is that it is not a full SVG image document; it is a fragment of an HTML document. Best wishes Jeremy On Mon, Feb 3, 2014 at 8:38

[tw] Re: TW5 Make a SVG button theme compliant

2014-02-03 Thread Ton Gerner
Hi Danielo, Did you use image/svg+xml as type? Use image/svg (add it manually) or leave the type blank (the core images don't use a type!) Cheers, Ton On Monday, February 3, 2014 9:38:12 PM UTC+1, Danielo Rodríguez wrote: Thank you very much for your well explained answer TOM. I

[tw] Re: [TW5] Linking to local files?

2014-02-03 Thread Eric Shulman
On Monday, February 3, 2014 9:43:22 AM UTC-8, Danielo Rodríguez wrote: El domingo, 2 de febrero de 2014 18:50:01 UTC+1, cangaroo joe escribió: [[text|file://localhost\c:\Users\User_name\Downloads\text.pdf]] That is not very portable. What if I want to have it on a usb drive? or what if I

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

2014-02-03 Thread Eric Shulman
On Monday, February 3, 2014 6:15:26 AM UTC-8, julien23 wrote: Hi all Is there a way to display and (re)calculate simple operations like 108.95 - 84.72 = 24.23 without the need of an external calculator ? There's no *built-in* calculation engine for TWC... However, you *can* embed

[tw] TWC: TeamTasks and checkbox interface for forEachTiddler plugin

2014-02-03 Thread sklpns
hey all I'm using a TeamTasks v0.3 file to organize tasks (some 1300 of them by the way). Having installed ForEachTiddlerPlugin I'm using the following code forEachTiddler where 'store.getValue(tiddler,UserDefinitions)

Re: [tw] Updating multiple tiddlers to TW5 format

2014-02-03 Thread Jeremy Ruston
Hi Matthew On Mon, Feb 3, 2014 at 5:36 PM, Matthew Petty matthewpett...@gmail.comwrote: I've imported an old TW to TW5. As expected, all 700 of the old tiddlers are in text/x-tiddlywiki format. Is there a way to set the format on multiple tiddlers to the new text/vnd.tiddlywiki format? I'd

[tw] Re: TW5 Writing down multiple tables

2014-02-03 Thread Danielo Rodríguez
Hi BJ, Thank you for your answer. I tried your modifications but I think I'm going to surrender with this particular code. @Stephan : I reviewed your code again and then I realiced your macro is also printing the whole year. Reading your description I also realized that you already told

Re: [tw] Updating multiple tiddlers to TW5 format

2014-02-03 Thread Matthew Petty
Hi Jeremy, That worked fine! Thank you. Yes, I accept this is a beta. I look forward to more updates to this excellent application. Best regards, Matthew On Monday, February 3, 2014 1:11:32 PM UTC-8, Jeremy Ruston wrote: Hi Matthew On Mon, Feb 3, 2014 at 5:36 PM, Matthew Petty

[tw] Re: TW5 Make a SVG button theme compliant

2014-02-03 Thread Danielo Rodríguez
Hello Ton Thank you very much, that fixed the problem. Jeremy, your advise fixed the style issue too, but if I use that image in a button I get a javascript when clicking the button. Image attached -- You received this message because you are subscribed to the Google Groups TiddlyWiki

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Mike
Yeah, functionality like you describe, with the quadruple round bracket, would be good for having the flexibility when needed. I thought about it and I wonder if there's a way to just have the parser combine (string literal concatenation) sibling nodes of the parse tree when they're both

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Mike
I was thinking more about it and tried something but I couldn't get it to work. I tried to update the $fields widget to have an extra parameter $fieldList and change exclude to be a boolean. That way you can specify a list of fields and whether you want ONLY those or all BUT those. This makes

[tw] Re: TW5 Writing down multiple tables

2014-02-03 Thread oveek
Hi Danielo, I took a look at the code on your tiddlyspot page. Looks like a pretty elaborate tiddlywik table generator. The problem is happening only for June because June 1st (2014) happens to be on Sunday, and so it doesn't need any empty / leading cells in the calendar. If you look at the

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

2014-02-03 Thread Jon
Hi I'm using Stephan's new journal macro which is very useful, but I'd like to suppress the creator name at the top of each journal entry. Thanks Jon -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

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

2014-02-03 Thread Stephan Hradek
As the creator will always be there, your only chance is to modify the view template to not display the creator. -- 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: TWC: TeamTasks and checkbox interface for forEachTiddler plugin

2014-02-03 Thread whatever
Hey! You can indeed, but you need a couple of additional plugins for that. First, you need either CheckboxToggleTag (2) or CheckboxPlugin (3). Either will do, but their syntax differs a bit, so read the info first. You can add the appropriate syntax to your fET. With these plugins you can add

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

2014-02-03 Thread Jon
Thanks, Stephan but how do I do that? I'm new to this and need pretty clear instructions. On Tuesday, 4 February 2014 06:47:56 UTC, Stephan Hradek wrote: As the creator will always be there, your only chance is to modify the view template to not display the creator. -- You received

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

2014-02-03 Thread Jon
On Tuesday, 4 February 2014 07:31:46 UTC, Jon wrote: Thanks, Stephan but how do I do that? I'm new to this and need pretty clear instructions. On Tuesday, 4 February 2014 06:47:56 UTC, Stephan Hradek wrote: As the creator will always be there, your only chance is to modify the view

[tw] Re: TWC: TeamTasks and checkbox interface for forEachTiddler plugin

2014-02-03 Thread whatever
Hi! You can indeed, but you'll need a couple of additional plugins for that. First, you'll need either CheckboxPlugin (1) or CheckboxToggleTag (2). Their syntax differs, but they offer similar options. Read their info tiddlers for more information. Once you decide which one you'll use, add