[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-29 Thread Charlie Veniot
I'm quickly sharing this TiddlyWiki instance via neocities 
 for folk to play with.

Expect me to also put together sometime soon a Google site and separate 
Google Group for this project.  Communications via either this GG or 
TiddlyTalk doesn't suit me at all.  Too much already going on in these 
forums.

So some kind of "project portal" thing to facilitate tracking of stuff.

One of the things I'd like to know is the depth and breadth of BASIC 
commands supported by wwwBASIC, and the degree of "correctness" (?) in each 
command.

I'll setup form for interested folk to submit each thing they've found 
working or not.  We'll all be able to track this info and a related 
spreadsheet that gathers all submissions.

Something like that.

Cheers !

On Monday, November 29, 2021 at 4:39:53 PM UTC-4 Charlie Veniot wrote:

> Cool, the following works:
>
> 10 Print"Tiddlywiki is Awesome !!!"
> i = INT (RND * 7) + 1
> COLOR i, 0
> 20 goto 10
>
> Although kind of silly for this example, I do want to set up this 
> capability (bringing some TiddlyWiki goodness into BASIC code) likely 
> sooner than later:
> 10 Print"Tiddlywiki is Awesome !!!"
> {{ Code From Some Other Tiddler }}
> 20 goto 10
> On Monday, November 29, 2021 at 4:26:25 PM UTC-4 Charlie Veniot wrote:
>
>> And because curiosity got the best of me:
>> [image: Screenshot 2021-11-29 4.25.32 PM.png]
>>
>>
>> On Monday, November 29, 2021 at 4:06:39 PM UTC-4 Charlie Veniot wrote:
>>
>>> Seeing as I've got this project posted both here in GG and over in 
>>> TiddlyTalk, in case anybody wants to see discussion over there. 
>>> 
>>>
>>> And, since I could not pass that up:
>>> [image: Screenshot 2021-11-29 4.01.01 PM.png]
>>>
>>> On Monday, November 29, 2021 at 3:22:36 PM UTC-4 Ste wrote:
>>>
 It's looking impressive! 

 So I can write best program ever? 

 10 Print"Tiddlywiki is Awsome"
 20 goto 10 

 ??!!

 On Sunday, 28 November 2021 at 22:26:26 UTC cj.v...@gmail.com wrote:

> See the first working version in action:  TiddlyWiki for BASIC 
> Programming 
>
> On Sunday, November 28, 2021 at 3:42:48 PM UTC-4 Charlie Veniot wrote:
>
>> " *if* " work ?  Ugh:  "*is* work"
>>
>> On Sunday, November 28, 2021 at 3:41:27 PM UTC-4 Charlie Veniot wrote:
>>
>>> All it can do at the moment if work with one .BAS tiddler (editing 
>>> and running).
>>>
>>> Now to get all of the other menus and menu items setup ...
>>>
>>> [image: Screenshot 2021-11-28 3.31.09 PM.png]
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83976067-c8dc-4322-ad7b-bf6124bae34cn%40googlegroups.com.


[tw5] Changing tiddler on switch of sidebar tab

2021-11-29 Thread Scott Sauyet
I'm building a a documentation TW5 and was hoping to dynamically toggle the 
vanilla theme's ` $:/themes/tiddlywiki/vanilla/options/sidebarlayout` 
tiddler between `fluid-fixed` and `fixed-fluid` based upon which sidebar 
tab is loaded.  Is there a straightforward way to do this?  It looks as 
though Actions will let me make the change, but I don't know how to capture 
the event.  Is there a simple mechanism.

The broader picture is that I have lots of content including large diagrams 
and at least one Reveal presentation and much more, much of which is better 
shown in a wide story river, but I also want to include TiddlyMindMap and 
be able to easily edit and adjust the diagram, which seems to need a wide 
sidebar.  I thought that if I could simply change that tiddler before the 
new sidebar tab is shown, it would handle this.  But other suggestions for 
how to achieve this behavior would be gratefully accepted.

Thanks,

  -- Scott

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6b0c0096-056f-4014-9a16-71faaceba3c6n%40googlegroups.com.


[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-29 Thread Charlie Veniot
Cool, the following works:

10 Print"Tiddlywiki is Awesome !!!"
i = INT (RND * 7) + 1
COLOR i, 0
20 goto 10

Although kind of silly for this example, I do want to set up this 
capability (bringing some TiddlyWiki goodness into BASIC code) likely 
sooner than later:
10 Print"Tiddlywiki is Awesome !!!"
{{ Code From Some Other Tiddler }}
20 goto 10
On Monday, November 29, 2021 at 4:26:25 PM UTC-4 Charlie Veniot wrote:

> And because curiosity got the best of me:
> [image: Screenshot 2021-11-29 4.25.32 PM.png]
>
>
> On Monday, November 29, 2021 at 4:06:39 PM UTC-4 Charlie Veniot wrote:
>
>> Seeing as I've got this project posted both here in GG and over in 
>> TiddlyTalk, in case anybody wants to see discussion over there. 
>> 
>>
>> And, since I could not pass that up:
>> [image: Screenshot 2021-11-29 4.01.01 PM.png]
>>
>> On Monday, November 29, 2021 at 3:22:36 PM UTC-4 Ste wrote:
>>
>>> It's looking impressive! 
>>>
>>> So I can write best program ever? 
>>>
>>> 10 Print"Tiddlywiki is Awsome"
>>> 20 goto 10 
>>>
>>> ??!!
>>>
>>> On Sunday, 28 November 2021 at 22:26:26 UTC cj.v...@gmail.com wrote:
>>>
 See the first working version in action:  TiddlyWiki for BASIC 
 Programming 

 On Sunday, November 28, 2021 at 3:42:48 PM UTC-4 Charlie Veniot wrote:

> " *if* " work ?  Ugh:  "*is* work"
>
> On Sunday, November 28, 2021 at 3:41:27 PM UTC-4 Charlie Veniot wrote:
>
>> All it can do at the moment if work with one .BAS tiddler (editing 
>> and running).
>>
>> Now to get all of the other menus and menu items setup ...
>>
>> [image: Screenshot 2021-11-28 3.31.09 PM.png]
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/29283968-b80d-4acd-9c63-87f3d120881an%40googlegroups.com.


[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-29 Thread Ste
It's looking impressive! 

So I can write best program ever? 

10 Print"Tiddlywiki is Awsome"
20 goto 10 

??!!

On Sunday, 28 November 2021 at 22:26:26 UTC cj.v...@gmail.com wrote:

> See the first working version in action:  TiddlyWiki for BASIC Programming 
> 
>
> On Sunday, November 28, 2021 at 3:42:48 PM UTC-4 Charlie Veniot wrote:
>
>> " *if* " work ?  Ugh:  "*is* work"
>>
>> On Sunday, November 28, 2021 at 3:41:27 PM UTC-4 Charlie Veniot wrote:
>>
>>> All it can do at the moment if work with one .BAS tiddler (editing and 
>>> running).
>>>
>>> Now to get all of the other menus and menu items setup ...
>>>
>>> [image: Screenshot 2021-11-28 3.31.09 PM.png]
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7716bb3e-9b27-4818-8f4c-b3ef357de80bn%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread springer
Mashup, for yuks:

[image: mashup.png]

On Monday, November 29, 2021 at 11:39:34 AM UTC-5 TiddlyTweeter wrote:

> My two cents. I think Mohammad's entry good. It visually conveys filtering 
> well.
>
> TT   
>
> On Monday, 29 November 2021 at 11:53:48 UTC+1 jeremy...@gmail.com wrote:
>
>> And thank you for all the entrants so far. The banner competition always 
>> attracts great entries, but I particularly appreciate the skill of 
>> designing under strict time constraints!
>>
>> Best wishes
>>
>> Jeremy
>>
>> >Some of you may like the below banner!
>>
>>
>>
>>
>>> [image: drawing-optim.png]
>>>
>> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>>>
 As usual, I’d like to hold a competition to design the banner image 
 that is shown on the splash screen and within the opening HelloThere 
 tiddler.

 The unusual thing this time around is that we have very limited time. 
 Due to a serious bug introduced by the latest version of Chrome we are 
 trying to get v5.2.1 released as soon as possible, perhaps as soon as this 
 weekend.

 With that in mind, we’ll have to run the competition slightly 
 differently this time:

- Entries will be accepted until Friday morning at 8am UK time
- To speed things up, my plan is that I should choose the winning 
image (I’m open to discussion here!)

 The artwork should reflect some of the changes in the new version. I’ve 
 updated the release note for the prerelease but at this point the 
 documentation for some of the new features is not complete.

 https://tiddlywiki.com/prerelease/

 The other rules/guidelines for the competition are:

- The version number (with the correct punctuation) must be clear 
and readable even when the banner is shown at a reduced size
- The image must be a PNG or JPEG of exactly 560x315 pixels
- The bottom 46 pixels will be obscured by the banner text 
“What’s new in 5.2.1” when it is displayed within HelloThere
- The image need not include the word “TiddlyWiki”. The banner 
image is only used in contexts where it is clear that it is about 
 TiddlyWiki
- Feel free to enter an updated version of artwork that was a 
runner-up in a previous competition
- Reply to this message with your entry, or any questions
- Please give lots of feedback here to encourage the artists

 Here are the posts about previous artwork competitions:

 v5.2.0 - 
 https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
 v5.1.23 - https://groups.google.com/g/
 tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
 v5.1.22 - 
 https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
 v5.1.21 - 
 https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ

 The Chrome bug I was referring to is discussed here:

 https://github.com/Jermolene/TiddlyWiki5/issues/6254
 https://github.com/Jermolene/TiddlyWiki5/pull/6261

 Plans for the v5.2.1 release are being discussed here:

 https://github.com/Jermolene/TiddlyWiki5/issues/6259

 Best wishes and many thanks,

 Jeremy

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/410b3479-4aca-44c5-b893-7fb9cd14fea5n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread TiddlyTweeter
My two cents. I think Mohammad's entry good. It visually conveys filtering 
well.

TT   

On Monday, 29 November 2021 at 11:53:48 UTC+1 jeremy...@gmail.com wrote:

> And thank you for all the entrants so far. The banner competition always 
> attracts great entries, but I particularly appreciate the skill of 
> designing under strict time constraints!
>
> Best wishes
>
> Jeremy
>
> >Some of you may like the below banner!
>
>
>
>
>> [image: drawing-optim.png]
>>
> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>>
>>> As usual, I’d like to hold a competition to design the banner image that 
>>> is shown on the splash screen and within the opening HelloThere tiddler.
>>>
>>> The unusual thing this time around is that we have very limited time. 
>>> Due to a serious bug introduced by the latest version of Chrome we are 
>>> trying to get v5.2.1 released as soon as possible, perhaps as soon as this 
>>> weekend.
>>>
>>> With that in mind, we’ll have to run the competition slightly 
>>> differently this time:
>>>
>>>- Entries will be accepted until Friday morning at 8am UK time
>>>- To speed things up, my plan is that I should choose the winning 
>>>image (I’m open to discussion here!)
>>>
>>> The artwork should reflect some of the changes in the new version. I’ve 
>>> updated the release note for the prerelease but at this point the 
>>> documentation for some of the new features is not complete.
>>>
>>> https://tiddlywiki.com/prerelease/
>>>
>>> The other rules/guidelines for the competition are:
>>>
>>>- The version number (with the correct punctuation) must be clear 
>>>and readable even when the banner is shown at a reduced size
>>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>>- The bottom 46 pixels will be obscured by the banner text 
>>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>>- The image need not include the word “TiddlyWiki”. The banner image 
>>>is only used in contexts where it is clear that it is about TiddlyWiki
>>>- Feel free to enter an updated version of artwork that was a 
>>>runner-up in a previous competition
>>>- Reply to this message with your entry, or any questions
>>>- Please give lots of feedback here to encourage the artists
>>>
>>> Here are the posts about previous artwork competitions:
>>>
>>> v5.2.0 - 
>>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>>> v5.1.23 - https://groups.google.com/g/
>>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>>> v5.1.22 - 
>>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>>> v5.1.21 - 
>>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>>
>>> The Chrome bug I was referring to is discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>>
>>> Plans for the v5.2.1 release are being discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>>
>>> Best wishes and many thanks,
>>>
>>> Jeremy
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7a4accbf-745f-464c-849e-eff613d30ed1n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Mohammad
Much appreciated Springer!

I like your colorful banner with round border! Very nice!

On Monday, November 29, 2021 at 7:54:57 PM UTC+3:30 springer wrote:

> Mohammad, I've put your updated version on the gallery site.
>
> I've also added one more, which highlights v5.2.1 better, while gesturing 
> subtly toward the "cascade" theme:
>
> [image: cascade-drops.png]
>
> -Springer
> On Monday, November 29, 2021 at 11:04:54 AM UTC-5 Mohammad wrote:
>
>> Description of banner:
>> - v5.2.1 the version of new release
>> - icon: a filter which also gets some filter run prefix ;-)
>>
>> This is because 5.2.0 - 5.2.1 have many new filter operators/filter run 
>> prefix ...
>>
>> Hope you like it! 
>> As the limited time, I did not work on coloring! ;-)
>>
>> On Monday, November 29, 2021 at 7:31:41 PM UTC+3:30 Mohammad wrote:
>>
>>> Hi Jeremy,
>>>  I have added the prefix `v` and changed the color to grey!
>>>
>>> Best wishes
>>> Mohammad
>>>
>>> On Monday, November 29, 2021 at 2:25:15 PM UTC+3:30 jeremy...@gmail.com 
>>> wrote:
>>>
 I meant to add a reminder for Mohammad that "5.2.1" should have a "v" 
 prefix: "v5.2.1".

 Best wishes

 Jeremy

 On Monday, November 29, 2021 at 10:53:48 AM UTC Jeremy Ruston wrote:

> And thank you for all the entrants so far. The banner competition 
> always attracts great entries, but I particularly appreciate the skill of 
> designing under strict time constraints!
>
> Best wishes
>
> Jeremy
>
> >Some of you may like the below banner!
>
>
>
>
>> [image: drawing-optim.png]
>>
> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>>
>>> As usual, I’d like to hold a competition to design the banner image 
>>> that is shown on the splash screen and within the opening HelloThere 
>>> tiddler.
>>>
>>> The unusual thing this time around is that we have very limited 
>>> time. Due to a serious bug introduced by the latest version of Chrome 
>>> we 
>>> are trying to get v5.2.1 released as soon as possible, perhaps as soon 
>>> as 
>>> this weekend.
>>>
>>> With that in mind, we’ll have to run the competition slightly 
>>> differently this time:
>>>
>>>- Entries will be accepted until Friday morning at 8am UK time
>>>- To speed things up, my plan is that I should choose the 
>>>winning image (I’m open to discussion here!)
>>>
>>> The artwork should reflect some of the changes in the new version. 
>>> I’ve updated the release note for the prerelease but at this point the 
>>> documentation for some of the new features is not complete.
>>>
>>> https://tiddlywiki.com/prerelease/
>>>
>>> The other rules/guidelines for the competition are:
>>>
>>>- The version number (with the correct punctuation) must be 
>>>clear and readable even when the banner is shown at a reduced size
>>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>>- The bottom 46 pixels will be obscured by the banner text 
>>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>>- The image need not include the word “TiddlyWiki”. The banner 
>>>image is only used in contexts where it is clear that it is about 
>>> TiddlyWiki
>>>- Feel free to enter an updated version of artwork that was a 
>>>runner-up in a previous competition
>>>- Reply to this message with your entry, or any questions
>>>- Please give lots of feedback here to encourage the artists
>>>
>>> Here are the posts about previous artwork competitions:
>>>
>>> v5.2.0 - 
>>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>>> v5.1.23 - https://groups.google.com/g/
>>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>>> v5.1.22 - 
>>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>>> v5.1.21 - 
>>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>>
>>> The Chrome bug I was referring to is discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>>
>>> Plans for the v5.2.1 release are being discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>>
>>> Best wishes and many thanks,
>>>
>>> Jeremy
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c23a79f-6023-452f-8bf6-0df6bce7b0a1n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread springer
Mohammad, I've put your updated version on the gallery site.

I've also added one more, which highlights v5.2.1 better, while gesturing 
subtly toward the "cascade" theme:

[image: cascade-drops.png]

-Springer
On Monday, November 29, 2021 at 11:04:54 AM UTC-5 Mohammad wrote:

> Description of banner:
> - v5.2.1 the version of new release
> - icon: a filter which also gets some filter run prefix ;-)
>
> This is because 5.2.0 - 5.2.1 have many new filter operators/filter run 
> prefix ...
>
> Hope you like it! 
> As the limited time, I did not work on coloring! ;-)
>
> On Monday, November 29, 2021 at 7:31:41 PM UTC+3:30 Mohammad wrote:
>
>> Hi Jeremy,
>>  I have added the prefix `v` and changed the color to grey!
>>
>> Best wishes
>> Mohammad
>>
>> On Monday, November 29, 2021 at 2:25:15 PM UTC+3:30 jeremy...@gmail.com 
>> wrote:
>>
>>> I meant to add a reminder for Mohammad that "5.2.1" should have a "v" 
>>> prefix: "v5.2.1".
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> On Monday, November 29, 2021 at 10:53:48 AM UTC Jeremy Ruston wrote:
>>>
 And thank you for all the entrants so far. The banner competition 
 always attracts great entries, but I particularly appreciate the skill of 
 designing under strict time constraints!

 Best wishes

 Jeremy

 >Some of you may like the below banner!




> [image: drawing-optim.png]
>
 On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>
>> As usual, I’d like to hold a competition to design the banner image 
>> that is shown on the splash screen and within the opening HelloThere 
>> tiddler.
>>
>> The unusual thing this time around is that we have very limited time. 
>> Due to a serious bug introduced by the latest version of Chrome we are 
>> trying to get v5.2.1 released as soon as possible, perhaps as soon as 
>> this 
>> weekend.
>>
>> With that in mind, we’ll have to run the competition slightly 
>> differently this time:
>>
>>- Entries will be accepted until Friday morning at 8am UK time
>>- To speed things up, my plan is that I should choose the winning 
>>image (I’m open to discussion here!)
>>
>> The artwork should reflect some of the changes in the new version. 
>> I’ve updated the release note for the prerelease but at this point the 
>> documentation for some of the new features is not complete.
>>
>> https://tiddlywiki.com/prerelease/
>>
>> The other rules/guidelines for the competition are:
>>
>>- The version number (with the correct punctuation) must be clear 
>>and readable even when the banner is shown at a reduced size
>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>- The bottom 46 pixels will be obscured by the banner text 
>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>- The image need not include the word “TiddlyWiki”. The banner 
>>image is only used in contexts where it is clear that it is about 
>> TiddlyWiki
>>- Feel free to enter an updated version of artwork that was a 
>>runner-up in a previous competition
>>- Reply to this message with your entry, or any questions
>>- Please give lots of feedback here to encourage the artists
>>
>> Here are the posts about previous artwork competitions:
>>
>> v5.2.0 - 
>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>> v5.1.23 - https://groups.google.com/g/
>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>> v5.1.22 - 
>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>> v5.1.21 - 
>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>
>> The Chrome bug I was referring to is discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>
>> Plans for the v5.2.1 release are being discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>
>> Best wishes and many thanks,
>>
>> Jeremy
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb3b9462-7a8b-48d3-92d8-13623ce41c72n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Mohammad
Description of banner:
- v5.2.1 the version of new release
- icon: a filter which also gets some filter run prefix ;-)

This is because 5.2.0 - 5.2.1 have many new filter operators/filter run 
prefix ...

Hope you like it! 
As the limited time, I did not work on coloring! ;-)

On Monday, November 29, 2021 at 7:31:41 PM UTC+3:30 Mohammad wrote:

> Hi Jeremy,
>  I have added the prefix `v` and changed the color to grey!
>
> Best wishes
> Mohammad
>
> On Monday, November 29, 2021 at 2:25:15 PM UTC+3:30 jeremy...@gmail.com 
> wrote:
>
>> I meant to add a reminder for Mohammad that "5.2.1" should have a "v" 
>> prefix: "v5.2.1".
>>
>> Best wishes
>>
>> Jeremy
>>
>> On Monday, November 29, 2021 at 10:53:48 AM UTC Jeremy Ruston wrote:
>>
>>> And thank you for all the entrants so far. The banner competition always 
>>> attracts great entries, but I particularly appreciate the skill of 
>>> designing under strict time constraints!
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> >Some of you may like the below banner!
>>>
>>>
>>>
>>>
 [image: drawing-optim.png]

>>> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:

> As usual, I’d like to hold a competition to design the banner image 
> that is shown on the splash screen and within the opening HelloThere 
> tiddler.
>
> The unusual thing this time around is that we have very limited time. 
> Due to a serious bug introduced by the latest version of Chrome we are 
> trying to get v5.2.1 released as soon as possible, perhaps as soon as 
> this 
> weekend.
>
> With that in mind, we’ll have to run the competition slightly 
> differently this time:
>
>- Entries will be accepted until Friday morning at 8am UK time
>- To speed things up, my plan is that I should choose the winning 
>image (I’m open to discussion here!)
>
> The artwork should reflect some of the changes in the new version. 
> I’ve updated the release note for the prerelease but at this point the 
> documentation for some of the new features is not complete.
>
> https://tiddlywiki.com/prerelease/
>
> The other rules/guidelines for the competition are:
>
>- The version number (with the correct punctuation) must be clear 
>and readable even when the banner is shown at a reduced size
>- The image must be a PNG or JPEG of exactly 560x315 pixels
>- The bottom 46 pixels will be obscured by the banner text 
>“What’s new in 5.2.1” when it is displayed within HelloThere
>- The image need not include the word “TiddlyWiki”. The banner 
>image is only used in contexts where it is clear that it is about 
> TiddlyWiki
>- Feel free to enter an updated version of artwork that was a 
>runner-up in a previous competition
>- Reply to this message with your entry, or any questions
>- Please give lots of feedback here to encourage the artists
>
> Here are the posts about previous artwork competitions:
>
> v5.2.0 - 
> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
> v5.1.23 - https://groups.google.com/g/
> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
> v5.1.22 - 
> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
> v5.1.21 - 
> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>
> The Chrome bug I was referring to is discussed here:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/6254
> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>
> Plans for the v5.2.1 release are being discussed here:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>
> Best wishes and many thanks,
>
> Jeremy
>


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cb0d938-a2f9-4a46-a658-a942304f3ebcn%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Mohammad
Hi Jeremy,
 I have added the prefix `v` and changed the color to grey!

Best wishes
Mohammad

On Monday, November 29, 2021 at 2:25:15 PM UTC+3:30 jeremy...@gmail.com 
wrote:

> I meant to add a reminder for Mohammad that "5.2.1" should have a "v" 
> prefix: "v5.2.1".
>
> Best wishes
>
> Jeremy
>
> On Monday, November 29, 2021 at 10:53:48 AM UTC Jeremy Ruston wrote:
>
>> And thank you for all the entrants so far. The banner competition always 
>> attracts great entries, but I particularly appreciate the skill of 
>> designing under strict time constraints!
>>
>> Best wishes
>>
>> Jeremy
>>
>> >Some of you may like the below banner!
>>
>>
>>
>>
>>> [image: drawing-optim.png]
>>>
>> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>>>
 As usual, I’d like to hold a competition to design the banner image 
 that is shown on the splash screen and within the opening HelloThere 
 tiddler.

 The unusual thing this time around is that we have very limited time. 
 Due to a serious bug introduced by the latest version of Chrome we are 
 trying to get v5.2.1 released as soon as possible, perhaps as soon as this 
 weekend.

 With that in mind, we’ll have to run the competition slightly 
 differently this time:

- Entries will be accepted until Friday morning at 8am UK time
- To speed things up, my plan is that I should choose the winning 
image (I’m open to discussion here!)

 The artwork should reflect some of the changes in the new version. I’ve 
 updated the release note for the prerelease but at this point the 
 documentation for some of the new features is not complete.

 https://tiddlywiki.com/prerelease/

 The other rules/guidelines for the competition are:

- The version number (with the correct punctuation) must be clear 
and readable even when the banner is shown at a reduced size
- The image must be a PNG or JPEG of exactly 560x315 pixels
- The bottom 46 pixels will be obscured by the banner text 
“What’s new in 5.2.1” when it is displayed within HelloThere
- The image need not include the word “TiddlyWiki”. The banner 
image is only used in contexts where it is clear that it is about 
 TiddlyWiki
- Feel free to enter an updated version of artwork that was a 
runner-up in a previous competition
- Reply to this message with your entry, or any questions
- Please give lots of feedback here to encourage the artists

 Here are the posts about previous artwork competitions:

 v5.2.0 - 
 https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
 v5.1.23 - https://groups.google.com/g/
 tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
 v5.1.22 - 
 https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
 v5.1.21 - 
 https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ

 The Chrome bug I was referring to is discussed here:

 https://github.com/Jermolene/TiddlyWiki5/issues/6254
 https://github.com/Jermolene/TiddlyWiki5/pull/6261

 Plans for the v5.2.1 release are being discussed here:

 https://github.com/Jermolene/TiddlyWiki5/issues/6259

 Best wishes and many thanks,

 Jeremy

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b73a9785-b660-4105-bcb1-b5fedb0618f0n%40googlegroups.com.



http://www.inkscape.org/namespaces/inkscape";
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
   xmlns:xlink="http://www.w3.org/1999/xlink";
   xmlns="http://www.w3.org/2000/svg";
   xmlns:svg="http://www.w3.org/2000/svg";>
  
  

  
  


  


  
  


  TiddlyWiki
  v5.2.1
  

  


  


  


  


  


  
  
  
  


  

  


  

  


  

  


  

  


  

  


  

  


  

  

  

  



banner-tiddlywiki-5.2.1.pdf
Description: Adobe PDF document


[tw5] Re: Bug in TW 5.2.0 in zoomin view.

2021-11-29 Thread Siniy-Kit
Here  I have update my TW5 to 5.2.0  template. 
http://heeg.ru/shop2_3_.html?id=10Q1RMs2QeKlvKywq7MGHSRltcDYXYTD5y2HFs0aygqE#index
if I press back button (previous page) it scrolled to the bottom of the 
page. May be we can fix it by css styles?

вторник, 9 ноября 2021 г. в 19:57:29 UTC+3, jeremy...@gmail.com: 

> Hi Siniy-Kit,
>
> I can confirm the problem with v5.2.0. I also checked v5.1.23 and it seems 
> to have the same problem.
>
> Do you know when the problem was introduced? Did it indeed ever work 
> properly?
>
> Best wishes
>
> Jeremy
>
> On Tuesday, November 9, 2021 at 4:45:33 PM UTC Jeremy Ruston wrote:
>
>> Hi Siniy-Kit
>>
>> Thanks for the report, I'll investigate.
>>
>> Best wishes
>>
>> Jeremy
>>
>> On Sunday, November 7, 2021 at 9:40:19 AM UTC Siniy-Kit wrote:
>>
>>> Jeremy, help me please. I want to update my template to  new version, 
>>> but it works only with zoomin view. 
>>>
>>> четверг, 28 октября 2021 г. в 15:52:49 UTC+3, Siniy-Kit: 
>>>
 Old TW5 works good. But now it has bad auto scroll while navigating 
 between tiddlers 
 For example open this tiddler 
 https://tiddlywiki.com/#Filter%20Operators then make zoomin view
 [image: Снимок экрана 2021-10-28 154440.png]
  then go back to Filter Operators tiddler and press "range"
 [image: Снимок экрана 2021-10-28 154716.png]

 after click you will see this
 [image: Снимок экрана 2021-10-28 154853.png]

 I want to see the top of this tiddler, but it autoscroll to middle. Can 
 we fix this bug? 

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9fa9386d-7593-4de1-a928-7a55af822cd1n%40googlegroups.com.


[tw5] Re: How to get simple i=i+2 in wiki macros?

2021-11-29 Thread Eric Shulman


Use this calculation: `<$text text={{{ 
[subtract[1]divide[3]trunc[]add[1]] }}}/>`

enjoy,

-e
On Sunday, November 28, 2021 at 11:26:32 PM UTC-8 Siniy-Kit wrote:

> Thank you Cj. And how can we get this list?
> 1 HelloThere 
> 1Learning
> 1 Working with TiddlyWiki 
>
> 2 Customise TiddlyWiki 
> 2 Features
> 2 Languages
> 3 Editions
> 3 Plugins
> 3 Platforms
> 4 Reference
> 4 Community
> 4 About
>
>
>
>
> воскресенье, 28 ноября 2021 г. в 21:25:00 UTC+3, cj.v...@gmail.com: 
>
>> Hi,
>>
>> It looks like you are treating TiddlyWiki and widgets like a programming 
>> language, trying to do iteration in each loop.  That doesn't work.
>>
>> Take a look at the "counter" attribute in list widget.  That is a 
>> relatively new feature to help handle what you are doing.
>>
>> To get the desired output:
>>
>> <$list filter="[tag[TableOfContents]]" counter="a">
>> <$text text={{{ [multiply[2]]}}}/> <>  
>> 
>>
>>
>>
>> On Sunday, November 28, 2021 at 1:58:53 PM UTC-4 Siniy-Kit wrote:
>>
>>> Hi! I write a simple  macros on https://tiddlywiki.com/
>>>
>>> *<$vars a=0>*
>>> *<$list filter="[tag[TableOfContents]]">*
>>> *<$vars a={{{[add[2]]}}}> <> <>  *
>>> **
>>> **
>>>  
>>> and I see this
>>>
>>> 2 HelloThere 
>>> 2 Learning
>>> 2 Working with TiddlyWiki 
>>> 2 Customise TiddlyWiki 
>>> 2 Features
>>> 2 Languages
>>> 2 Editions
>>> 2 Plugins
>>> 2 Platforms
>>> 2 Reference
>>> 2 Community
>>> 2 About
>>>
>>> but I want to  see this
>>>
>>> 2 HelloThere 
>>> 4 Learning
>>> 6 Working with TiddlyWiki 
>>> 8 Customise TiddlyWiki 
>>> 10 Features
>>> 12 Languages
>>> 14 Editions
>>> 16 Plugins
>>> 18 Platforms
>>> 20 Reference
>>> 22 Community
>>> 24 About
>>>
>>> where is my mistake?
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cc329ab7-ed50-4dcd-a67a-ceb988b189f7n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Jeremy Ruston
I meant to add a reminder for Mohammad that "5.2.1" should have a "v" 
prefix: "v5.2.1".

Best wishes

Jeremy

On Monday, November 29, 2021 at 10:53:48 AM UTC Jeremy Ruston wrote:

> And thank you for all the entrants so far. The banner competition always 
> attracts great entries, but I particularly appreciate the skill of 
> designing under strict time constraints!
>
> Best wishes
>
> Jeremy
>
> >Some of you may like the below banner!
>
>
>
>
>> [image: drawing-optim.png]
>>
> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>>
>>> As usual, I’d like to hold a competition to design the banner image that 
>>> is shown on the splash screen and within the opening HelloThere tiddler.
>>>
>>> The unusual thing this time around is that we have very limited time. 
>>> Due to a serious bug introduced by the latest version of Chrome we are 
>>> trying to get v5.2.1 released as soon as possible, perhaps as soon as this 
>>> weekend.
>>>
>>> With that in mind, we’ll have to run the competition slightly 
>>> differently this time:
>>>
>>>- Entries will be accepted until Friday morning at 8am UK time
>>>- To speed things up, my plan is that I should choose the winning 
>>>image (I’m open to discussion here!)
>>>
>>> The artwork should reflect some of the changes in the new version. I’ve 
>>> updated the release note for the prerelease but at this point the 
>>> documentation for some of the new features is not complete.
>>>
>>> https://tiddlywiki.com/prerelease/
>>>
>>> The other rules/guidelines for the competition are:
>>>
>>>- The version number (with the correct punctuation) must be clear 
>>>and readable even when the banner is shown at a reduced size
>>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>>- The bottom 46 pixels will be obscured by the banner text 
>>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>>- The image need not include the word “TiddlyWiki”. The banner image 
>>>is only used in contexts where it is clear that it is about TiddlyWiki
>>>- Feel free to enter an updated version of artwork that was a 
>>>runner-up in a previous competition
>>>- Reply to this message with your entry, or any questions
>>>- Please give lots of feedback here to encourage the artists
>>>
>>> Here are the posts about previous artwork competitions:
>>>
>>> v5.2.0 - 
>>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>>> v5.1.23 - https://groups.google.com/g/
>>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>>> v5.1.22 - 
>>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>>> v5.1.21 - 
>>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>>
>>> The Chrome bug I was referring to is discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>>
>>> Plans for the v5.2.1 release are being discussed here:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>>
>>> Best wishes and many thanks,
>>>
>>> Jeremy
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2e0344aa-a86b-4c28-9d77-631df9f4438cn%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Jeremy Ruston
And thank you for all the entrants so far. The banner competition always 
attracts great entries, but I particularly appreciate the skill of 
designing under strict time constraints!

Best wishes

Jeremy

>Some of you may like the below banner!




> [image: drawing-optim.png]
> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy wrote:
>
>> As usual, I’d like to hold a competition to design the banner image that 
>> is shown on the splash screen and within the opening HelloThere tiddler.
>>
>> The unusual thing this time around is that we have very limited time. Due 
>> to a serious bug introduced by the latest version of Chrome we are trying 
>> to get v5.2.1 released as soon as possible, perhaps as soon as this weekend.
>>
>> With that in mind, we’ll have to run the competition slightly differently 
>> this time:
>>
>>- Entries will be accepted until Friday morning at 8am UK time
>>- To speed things up, my plan is that I should choose the winning 
>>image (I’m open to discussion here!)
>>
>> The artwork should reflect some of the changes in the new version. I’ve 
>> updated the release note for the prerelease but at this point the 
>> documentation for some of the new features is not complete.
>>
>> https://tiddlywiki.com/prerelease/
>>
>> The other rules/guidelines for the competition are:
>>
>>- The version number (with the correct punctuation) must be clear and 
>>readable even when the banner is shown at a reduced size
>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>- The bottom 46 pixels will be obscured by the banner text 
>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>- The image need not include the word “TiddlyWiki”. The banner image 
>>is only used in contexts where it is clear that it is about TiddlyWiki
>>- Feel free to enter an updated version of artwork that was a 
>>runner-up in a previous competition
>>- Reply to this message with your entry, or any questions
>>- Please give lots of feedback here to encourage the artists
>>
>> Here are the posts about previous artwork competitions:
>>
>> v5.2.0 - 
>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>> v5.1.23 - https://groups.google.com/g/
>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>> v5.1.22 - 
>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>> v5.1.21 - 
>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>
>> The Chrome bug I was referring to is discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>
>> Plans for the v5.2.1 release are being discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>
>> Best wishes and many thanks,
>>
>> Jeremy
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7f98fe8-77a4-48dc-bed7-3b650bfd9240n%40googlegroups.com.


[tw5] Re: New Release Banner Super-speedy Competition for v5.2.1

2021-11-29 Thread Jeremy Ruston
Hi Atronoush

At this point, the Google Group is still the official forum for TiddlyWiki 
and talk.tiddlywiki.org is still classified as an experiment. I intend to 
revisit this once v5.2.1 is released.

Best wishes

Jeremy

On Monday, November 29, 2021 at 4:46:22 AM UTC Atronoush wrote:

> Hi Jeremy,
>  Most users are now on Talk! Is there any reason you have sent this 
> important post here in old forum!
>  I cannot to reply through Talk and I have to open the old page and reply 
> here!
>  This page is not mobile friendly and I like to use Talk!
>
> Thank you!
> On Tuesday, November 23, 2021 at 9:06:36 PM UTC+3:30 jeremy...@gmail.com 
> wrote:
>
>> As usual, I’d like to hold a competition to design the banner image that 
>> is shown on the splash screen and within the opening HelloThere tiddler.
>>
>> The unusual thing this time around is that we have very limited time. Due 
>> to a serious bug introduced by the latest version of Chrome we are trying 
>> to get v5.2.1 released as soon as possible, perhaps as soon as this weekend.
>>
>> With that in mind, we’ll have to run the competition slightly differently 
>> this time:
>>
>>- Entries will be accepted until Friday morning at 8am UK time
>>- To speed things up, my plan is that I should choose the winning 
>>image (I’m open to discussion here!)
>>
>> The artwork should reflect some of the changes in the new version. I’ve 
>> updated the release note for the prerelease but at this point the 
>> documentation for some of the new features is not complete.
>>
>> https://tiddlywiki.com/prerelease/
>>
>> The other rules/guidelines for the competition are:
>>
>>- The version number (with the correct punctuation) must be clear and 
>>readable even when the banner is shown at a reduced size
>>- The image must be a PNG or JPEG of exactly 560x315 pixels
>>- The bottom 46 pixels will be obscured by the banner text 
>>“What’s new in 5.2.1” when it is displayed within HelloThere
>>- The image need not include the word “TiddlyWiki”. The banner image 
>>is only used in contexts where it is clear that it is about TiddlyWiki
>>- Feel free to enter an updated version of artwork that was a 
>>runner-up in a previous competition
>>- Reply to this message with your entry, or any questions
>>- Please give lots of feedback here to encourage the artists
>>
>> Here are the posts about previous artwork competitions:
>>
>> v5.2.0 - 
>> https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/JpxoQdZrAwAJ
>> v5.1.23 - https://groups.google.com/g/
>> tiddlywiki/c/cTgPWl8b_9c/m/VtrMFHBGAwAJ
>> v5.1.22 - 
>> https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/JAklPfjfAwAJ
>> v5.1.21 - 
>> https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/6s0p_3QeCgAJ
>>
>> The Chrome bug I was referring to is discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6254
>> https://github.com/Jermolene/TiddlyWiki5/pull/6261
>>
>> Plans for the v5.2.1 release are being discussed here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/issues/6259
>>
>> Best wishes and many thanks,
>>
>> Jeremy
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b65d1aea-2ecb-47d2-9460-a615dfa5e106n%40googlegroups.com.