[tw] Re: Lists functionality demo

2015-08-12 Thread Alex V
Beautiful! I love being able to keep up with tasks like this without having to use all of gsd5. On Tuesday, August 11, 2015 at 8:45:23 PM UTC+2, c pa wrote: I have created a tiddlyspot site to display where I've gotten in list management The code is fairly robust but needs some more work

[tw] Re: TW5 How to dynamically set default tab to current day?

2015-05-06 Thread Alex V
I've got a related question. How do I open today's journal entry be default? Adding now DDth MMM to default tiddlers doesn't work. I've tried using some different syntaxes with filters and transclusions, but I haven't been able to figure it out. -Alex -- You received this message

[tw] Re: [TW5] Prerelease of 5.1.9

2015-05-05 Thread Alex V
Thanks for the prerelease! I noticed the external window doesn't get a scrollbar when the content doesnt fit (on Firefox 37). So when you open the TiddlyWiki Pre-release tiddler in an external window, most of the content is not reachable. -Alex -- You received this message because you are

Re: [tw] Re: [TW5] Prerelease of 5.1.9

2015-05-05 Thread Alex V
://tiddlywiki.com/prerelease Best wishes Jeremy On Tue, May 5, 2015 at 10:34 AM, Alex V alexv...@gmail.com javascript: wrote: Thanks for the prerelease! I noticed the external window doesn't get a scrollbar when the content doesnt fit (on Firefox 37). So when you open the TiddlyWiki Pre

[tw] Re: Treeview for navigation

2014-06-24 Thread Alex V
It would be really great if you generate a complete ToC from the top hierarchical tiddler. Something like: $list filter=[list[Index]] * (Recursively add the lists from its listed tiddlers and add 1 * per depth level) /$list This way it would require no effort to keep the ToC up to date. It

Re: [tw] Re: [TW5] Newbie: Line-break question

2014-05-29 Thread Alex V
Single line breaks is not part of GFMhttps://help.github.com/articles/github-flavored-markdown, it is part of the additional features of writing on Githubhttps://help.github.com/articles/writing-on-github . I am in favor of implemented the GFM features, but implementing single line breaks

[tw] Re: Array element subtraction

2014-05-23 Thread Alex V
Array1 = [10, 15, 25]; Array2 = [5, 12, 9]; Array3 = [0, 0, 0]; for (i in a) {Array3[i] = Array1[i] - Array2[i];} On Friday, May 23, 2014 6:18:41 PM UTC+2, I.O.S wrote: Hi All, I have 2 arrays and I would like to subtract the contents of one from the other and store in another array.

[tw] Re: Announcing TiddlyWiki 5.0.11-beta

2014-05-16 Thread Alex V
Thanks Jeremy! I updated without any issues. Mods included, but my $:/core/ui/PageMacros was unmodified. -- 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] Re: [TW5] Uppercase and underscore becomes a link to a new tiddler

2014-05-16 Thread Alex V
Maybe additionally optional digits after mandatory lower case letters should also work? So Act2Chapter3 and HomeProject5 would be WikiLinks, but S01E04 not. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: [TW5] Uppercase and underscore becomes a link to a new tiddler

2014-05-15 Thread Alex V
It would be nice if the CamelCase test was a bit stricter so it wouldn't transform A_WORD or S01E04 into links. So just (Upper)(lower(s))((Upper)(Lower(s))xX). Sorry I forgot how to RegEx. Greets On Friday, May 16, 2014 12:32:42 AM UTC+2, PMario wrote: On Friday, May 16, 2014 12:13:29 AM

[tw] Re: [TW5] Finding the next entry

2014-05-10 Thread Alex V
Thanks Stephan! I looked at your example and saw I could use is[current] to solve the {{!!}} problem. I could get the method with the list in the tag to work now. I also tried using your modifications to the next and previous filter. However using

[tw] [TW5] Finding the next entry

2014-05-09 Thread Alex V
Hello everyone! I have journal entries which are sorted by the value in their 'date' field '0MM0DD'. They are listed in their journal tag tiddler using '$list filter=[!has[draft.of]tag[Journal]!sort[date]]'. This works great, but additionally in every journal entry I want a link to the

[tw] Re: TiddlyFox disruption in Firefox 29.0

2014-05-07 Thread Alex V
Confirmed. IMDB does not work with tiddlyfox on while another site i tried (tweakers.net) worked with and without tiddlyfox. On Wednesday, May 7, 2014 4:14:27 PM UTC+2, Joshua wrote: I upgraded to Firefox 29.0 a few days ago and was trying out the Smart Keyword

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V
I'm new here, but wouldn't it make more sense to add a field to those journal tiddlers date 20140502? That way you don't have a unique tag for every journal entry and can still sort in a dashboard etc. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V
$set name=yourVariable value=dateTime 0DD-MMM $newtiddler title=dateTime 0hh:0mm:0ss skeleton=base_skeleton edit=yesNew Staff Meeting/$newtiddler /$set I thought that would work, but no field gets set. Is this supposed to work? Is there another way to set fields in the mean time? --

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-02 Thread Alex V
That did it! This instantly makes my journal button much better. Thanks! On Friday, May 2, 2014 9:47:02 PM UTC+2, Birthe C wrote: Hi Alex V It works perfectly! Danielo also wrote: Anyway, the only thing you have to do is to add a field to your skeleton with the name that you want