[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-04 Thread TonyM
Thanks Eric, As you can see in my example the name of this tiddler I am testing for is "$(currentTiddler)$ - $type$" Can you show me how to specifiy this in the filter, because this is where I still get it wrong. Thanks in Advance On Friday, August 4, 2017 at 2:26:40 PM UTC+10, Eric

[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-04 Thread Eric Shulman
On Thursday, August 3, 2017 at 11:28:10 PM UTC-7, TonyM wrote: > > As you can see in my example the name of this tiddler I am testing for is > "$(currentTiddler)$ > - $type$" > Can you show me how to specifiy this in the filter, because this is where > I still get it wrong. > To provide a

[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-04 Thread TonyM
Thanks Soo much Eric, In this case I discovered the answer 3 seconds after you posted., but before I saw your answer. Another mile stone for me. Regards Tony On Friday, August 4, 2017 at 5:29:25 PM UTC+10, Eric Shulman wrote: > > On Thursday, August 3, 2017 at 11:28:10 PM UTC-7, TonyM wrote:

[tw] Re: Close child tiddler, when opened sibling from same parent

2017-08-04 Thread Aigar Rogozov
How I can exclude current tiddler with this macro? And how I can close all tiddlers with current tiddler tags? <$button> close tiddlers <$list filter=[tag[t1]]> <$action-sendmessage $message="tm-close-tiddler"/> -- You received this message because you are subscribed to the Google Groups

[tw] Native android app and licences

2017-08-04 Thread Joshua Stubbs
Hi, all. I'm currently working on a native app for Android to parse tiddlywiki files because firefox is a bit slow when handling the javascript. I'd like to use this image for the logo: https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/TiddlyWiki_Icon.png/1145px-TiddlyWiki_Icon.png I'm

[tw] Re: How to calculate (sum, avg) with fields and store the result in an other field?

2017-08-04 Thread Matthew Lauber
The issue is that the assignment doesn't work like that. You can't assign to a field like that, regardless of whether it's math or text or anything else. The equals sign is just another letter when it's used in html. You'd probably need to play around with macros and the <$action-setfield>

[tw] Re: Is latest Tiddlyfox 2 necessary?

2017-08-04 Thread Robert Edwards
On Wednesday, August 2, 2017 at 10:53:40 AM UTC-4, @TiddlyTweeter wrote: > > > Its was done because* new users were NOT noticing the state of the TW > saving toggle* in the address bar ("cat on world", later "ticks & > crosses") and losing work. > > And not-so-new users as well, who didn't

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-04 Thread Mat
Updates made. (still beta) Several (probably not noticeable) tweaks have been. The only major feature change is: Three "special fields " have been introduced, to easily (1)indent the graph, (2)add a header or (3)a footer. These are probably such

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-04 Thread @TiddlyTweeter
Mat wrote: > > @TiddlyTweeter wrote: >> >> As far as I see it reads data from TiddlerS. I think there are lot of >> occasions where reading data from ONE Data Dictionary would be Just As Good. >> > > Hm, interesting - I misunderstood you at first: I think it should be > possible to use one

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-04 Thread @TiddlyTweeter
As far as I see it reads data from TiddlerS. I think there are lot of occasions where reading data from ONE Data Dictionary would be Just As Good. Take the case of doing a search of the novel Great Expectations for the word occurrence of Biddy, Pip, Miss Havisham, Estella, Wemmick, Jaggers,

[tw] Re: [TW5] tip: preserving linebreaks

2017-08-04 Thread Mat
JWHoneycutt - thank you. Is there a particular reason to use instead of ? <:-) -- 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: Native android app and licences

2017-08-04 Thread @TiddlyTweeter
It a nice image of a tiddler. Its already in the public domain. do it. Josiah On Friday, 4 August 2017 20:29:57 UTC+2, Joshua Stubbs wrote: > > Hi, all. > > I'm currently working on a native app for Android to parse tiddlywiki > files because firefox is a bit slow when handling the javascript.

Re: [tw] Re: Is latest Tiddlyfox 2 necessary?

2017-08-04 Thread @TiddlyTweeter
Ciao Mark S. & Arlen Okay. I give up. I just had a conversation with Jeremy Ruston about TiddlyFox. We are both clear there was reason to go to version 2, some kinda threat from Mozilla that will land soon. Even he can't quite remember what it was. Then, after he'd updated it for whatever

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-04 Thread Mat
@TiddlyTweeter wrote: > > As far as I see it reads data from TiddlerS. I think there are lot of > occasions where reading data from ONE Data Dictionary would be Just As Good. > Hm, interesting - I misunderstood you at first: I think it should be possible to use one dictionary (or rather, its

[tw] Re: Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-04 Thread Vayu Asura
Managed to make it work with two modifications: <$list variable="parent" filter="[all[current]tags[]!limit[1]]"> <$list filter="[titletagging[]beforesort[list]]"> prev: <$link><> <$list filter="[titletagging[]aftersort[list]]"> next: <$link><> For some reason limit[1]

[tw] invoke a macro from a button

2017-08-04 Thread vpl
Hi, I cannot find a way to invoke a macro from a button In the reference tiddly I've found what I need For example the macro exemple "now Macro (Examples)" A "try it" button invoke the now macro. But this is done through another generic macro called ".example" <$macrocall $name=".example" n="1"

[tw] Re: Sync error while processing '$:/StoryList': XMLHttpRequest error code: 404

2017-08-04 Thread @TiddlyTweeter
Ciao Steve It was kinda both fun & question. Sort of prodding for an answer. Maybe your drift to *The Node Side* with have good effects :-). I learned a LOT from your student's projects. Maybe you will get them a bit into it too? Best wishes Josiah stevesuny wrote: > > > Josiah: Not sure if

[tw] Re: invoke a macro from a button

2017-08-04 Thread vpl
Thanks very much ! This solved my problem. I've used the same mechanism as the doc-macro. I've coded a javascript macro called "mymacro" I use now the below code to invoke it when I click on the invoke. <$button set="$:/state/SampleReveal2" setTo="invoke">Invoke macro <$reveal type="match"

[tw] Re: invoke a macro from a button

2017-08-04 Thread 'Mark S.' via TiddlyWiki
The .example macro is defined in $:/editions/tw5.com/doc-macros. But it just wraps a reveal widget around the macro, so it may not be what you want. What do you want to accomplish? Macros look like functions in programming languages, but often they work very differently. Good luck, Mark On