Re: [tw5] [Announcement] We've Tiddlefied the "Google Group" :)

2021-09-08 Thread Mohammad Rahmani
This is incredible! Thank you a million! Please consider adding this to tw5.com (docs). Best wishes Mohammad On Wed, Sep 8, 2021 at 11:29 PM Taacees ME wrote: > Hi All, > > We (The Tiddlefiers) are VERY PROUD to announce that we FINISHED our 25K & > Goodfelaws projects > > You can find a

[tw5] Re: [Announcement] We've Tiddlefied the "Google Group" :)

2021-09-08 Thread PMario
Hi, Very interesting, Very well done! Thanks for sharing. Is there, or are there more TWs, with the rest of the content? I personally would also be interested in the raw tiddler data, to compile my own version with threads, where I contributed to. -mario -- You received this message because

[tw5] TiddlyWiki Programming Fun: Date Picker Widgets +

2021-09-08 Thread Charlie Veniot
G'day all, While documentation for my "Date Picker Widgets" mini-programming-project is still in the works, and while I plan on putting a bunch of tiny tutorials/whatever videos together ... I decided to throw together a quick and dirty "preview" video

[tw5] Re: Freelink and non-english tiddler title

2021-09-08 Thread PMario
On Wednesday, September 8, 2021 at 9:59:35 PM UTC+2 keSh wrote: You may have already seen this discussion on stack overflow. > https://stackoverflow.com/a/60188132 > I don't know enough javascript to try it out. > look behind is not supported by safari. -m -- You received this message

[tw5] Re: Freelink and non-english tiddler title

2021-09-08 Thread keSh
Hi Mario. You may have already seen this discussion on stack overflow. https://stackoverflow.com/a/60188132 I don't know enough javascript to try it out. thanks again. -keSh On Wednesday, September 8, 2021 at 12:22:21 PM UTC-7 PMario wrote: > Hi keSh, > > I did have a look at the source code.

[tw5] Re: Freelink and non-english tiddler title

2021-09-08 Thread PMario
Hi keSh, I did have a look at the source code. There is a problem with the regexp, that is used. We will need to create javascript fix There is no workaround for this problem. I did test "asdf sdfö" where "asdf" is recognized, but "sdfö" is not. The plugin uses `\b` to define "word

[tw5] [Announcement] We've Tiddlefied the "Google Group" :)

2021-09-08 Thread Taacees ME
Hi All, We (The Tiddlefiers) are VERY PROUD to announce that we FINISHED our 25K & Goodfelaws projects You can find a SAMPLE Data in: DEMO Data: https://taacees.github.io/TiddlySweets/ Video (Explain): https://youtu.be/B9-iSFwLAHA What? We've Tiddlefed (Convert them to TW5) the 3 TiddlyWiki

[tw5] Freelink and non-english tiddler title

2021-09-08 Thread keSh
Hi all, Freelink does not recognize if tiddler title has non-english characters (unicode). Confirmed to work as described only for english titles. TiddlyDesktop version 0.14 TiddlyWiki version 5.1.22 Does anyone have a workaround for this issue? thanks -- You received this message

[tw5] Re: Auto Linking tags

2021-09-08 Thread PMario
Hi, Tags in tiddlywiki can be also tiddlers. Eg: you can create a tiddler named: java that contains the following content: <> Then you create a second tiddler named: Java ... with the content {{java}} The second tiddler is there, just to be sure you can use [[java]] and [[Java]] as links

[tw5] Auto Linking tags

2021-09-08 Thread Russell Price
Hi! Im very new to TiddlyWiki but im very impressed with its capabilities! Im currently transfering all my notes to it! :D I was wondering, is there a way of automatically linking text in tiddlers to tiddlers with the same tags? So for example, all instances of the string "java" in one

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-08 Thread Jeremy Ruston
Tthis is one of those reasonable sounding features that has a surprising degree of inwardness when one looks into it. Implementing true read-only tiddlers would have a substantial impact on the architecture of TiddlyWiki: * At the moment, write operations cannot fail, and so there is no error