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

2021-11-27 Thread Atronoush
@Springer
Is there a chance to add the candidate logos to your nice wiki like 
previous competitions?

Thank you

On Sunday, November 28, 2021 at 1:41:30 AM UTC+3:30 springer wrote:

> Here's my hasty contribution (with a couple minor glitches fixed):
>
> [image: tw-blue-nametag5-2-1.png]
>
> On Tuesday, November 23, 2021 at 12:36:36 PM UTC-5 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/427a8ef8-6d2e-4623-b95e-d595ab1c2a8dn%40googlegroups.com.


[tw5] Re: Left column of links as in Classic?

2021-11-27 Thread Daren Scot Wilson
That leftbar plugin is great! I'm not sure whether I'll stick with the tab 
tag trick. Left bar pops up when hovering the cursor in the left margin, so 
it doesn't take up space when I'm not interested in it.  I have no longer 
lust for using classic.  

On Wednesday, November 24, 2021 at 1:56:50 PM UTC-7 Mat wrote:

> See if https://leftbar.tiddlyspot.com/ works for you. There was some 
> complaint about 1-2 months ago about some problem on - if I recall - the 
> nodejs version... or maybe it was resolved, can't remember. If you search 
> for it you should find it. 
>
> <:-)
>
> On Wednesday, November 24, 2021 at 8:19:32 PM UTC+1 darenscot...@gmail.com 
> wrote:
>
>> [image: tiddly-3col-sm-30.jpg]
>> Like this. The main content is in the middle, with more or less the same 
>> stuff on the right as in the new tiddly, to search, list tags, list 
>> everything, etc.  On the left is what was useful every day, a list of fixed 
>> links. I had one for each day of the week, for mornings, evenings, etc for 
>> checklists, links for programming language tiddlers, links to various 
>> reference tiddlers, for easy access. It was always there, and quick to get 
>> to something like a list of Greek letters or the end of day checklist. 
>> These links were defined in a Menu tiddler.  The very last link was one to 
>> bring up the Menu tiddler itself for editing.  Life was good, then the new 
>> tiddly5 came out and this left column feature vanished. Is there a plugin 
>> that restores it?
>>
>> BTW, for anyone who says to just use the classic tiddly, I did, but then 
>> one day it stopped being able to save itself. I couldn't save changes to my 
>> info, due to iirc changes in the browsers or security or some such. If it's 
>> possible to get classic to work properly, I'd keep using it.
>>
>> On Tuesday, November 16, 2021 at 2:32:30 AM UTC-7 PMario wrote:
>>
>>> Hi, 
>>> You should at least provide a screenshot, so we know what you are 
>>> talking about. 
>>> -mario
>>>
>>>

-- 
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/e34cd93a-8c93-476f-8763-1c8ea5ae8a13n%40googlegroups.com.


[tw5] Re: How can I link an external URL to an internal image and a shown tooltip?

2021-11-27 Thread Eric Shulman
The standard HTML syntax for adding a tooltip to a link uses the `title` 
attribute, like this:
```
[img[image.png]]
```
Alternatively, you can use the TW wikitext syntax for adding a tooltip to 
an internal image, like this:
```
[img[tooltip text|image.png]]
```
enjoy,
-e

-- 
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/88b6c5c2-262e-47fa-b118-440dd0c40802n%40googlegroups.com.


[tw5] Re: Left column of links as in Classic?

2021-11-27 Thread Daren Scot Wilson
I made a couple of good discoveries today. One is that making a tiddler 
listing some links and adding a tag of $:/tags/SideBar will make it 
available as a new tab right after "More".  Cool! Not quite the same as 
having the links directly available and always visible (when not scrolled 
out of view), but a tab is good enough for making those hand oft-used 
tiddlers easy to reach at the cost of only one click.  

The other discovery is that I can use old classic tiddly markup by setting 
the type.  I didn't know about 'type' but I stumbled upon it while 
investigating the first discovery. I find the newer markup harder to use, 
demanding lots of blank lines or it won't work, and at least half my 
tiddlers are still in classic markup. So that's another win.

The Notebook thing seems to drag in more than I need, re-arranges stuff, 
and for the one thing I need, is redundant with the first discovery. I'm 
sure it's great for plenty of tiddly users, but I'm happy with the tagging 
trick (assuming I remember that exact syntax).

On Wednesday, November 24, 2021 at 1:56:50 PM UTC-7 Mat wrote:

> See if https://leftbar.tiddlyspot.com/ works for you. There was some 
> complaint about 1-2 months ago about some problem on - if I recall - the 
> nodejs version... or maybe it was resolved, can't remember. If you search 
> for it you should find it. 
>
> <:-)
>
> On Wednesday, November 24, 2021 at 8:19:32 PM UTC+1 darenscot...@gmail.com 
> wrote:
>
>> [image: tiddly-3col-sm-30.jpg]
>> Like this. The main content is in the middle, with more or less the same 
>> stuff on the right as in the new tiddly, to search, list tags, list 
>> everything, etc.  On the left is what was useful every day, a list of fixed 
>> links. I had one for each day of the week, for mornings, evenings, etc for 
>> checklists, links for programming language tiddlers, links to various 
>> reference tiddlers, for easy access. It was always there, and quick to get 
>> to something like a list of Greek letters or the end of day checklist. 
>> These links were defined in a Menu tiddler.  The very last link was one to 
>> bring up the Menu tiddler itself for editing.  Life was good, then the new 
>> tiddly5 came out and this left column feature vanished. Is there a plugin 
>> that restores it?
>>
>> BTW, for anyone who says to just use the classic tiddly, I did, but then 
>> one day it stopped being able to save itself. I couldn't save changes to my 
>> info, due to iirc changes in the browsers or security or some such. If it's 
>> possible to get classic to work properly, I'd keep using it.
>>
>> On Tuesday, November 16, 2021 at 2:32:30 AM UTC-7 PMario wrote:
>>
>>> Hi, 
>>> You should at least provide a screenshot, so we know what you are 
>>> talking about. 
>>> -mario
>>>
>>>

-- 
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/ae1bd797-d2a9-4f26-b478-406417c47c38n%40googlegroups.com.


[tw5] How can I link an external URL to an internal image and a shown tooltip?

2021-11-27 Thread 'heusmich' via TiddlyWiki
Hi everyone,

I want to add an external URL link to an internal image and additionally 
show a tooltip when hovering with the mouse on the shown image. Is this 
somehow possible?
Until now I was able to add an external URL to an internal image, but I 
don´t know how to add the tooltip.
I used the following format:

 [img[image.png]]

I tried to add *tooltip="name_of_tooltip"* between *URL* and *target* but 
it´s not working.
If it´s not possible with this format, can anybody tell me a format or a 
way that I can use to get this working?

Best regards
heusmich

-- 
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/33dcf0be-fe78-4993-ba75-83dedb960946n%40googlegroups.com.


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

2021-11-27 Thread springer
Here's my hasty contribution (with a couple minor glitches fixed):

[image: tw-blue-nametag5-2-1.png]

On Tuesday, November 23, 2021 at 12:36:36 PM UTC-5 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/6e8c916c-9bd2-49d2-9c4e-12215878da3bn%40googlegroups.com.


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

2021-11-27 Thread springer
What the heck, will toss an option into the ring here. Must not tarry much. 
Happy to alter in accord with any requests.

[image: TiddlyWiki 5-2-1-blue.png]

On Saturday, November 27, 2021 at 3:13:25 PM UTC-5 Mohammad wrote:

> SVPrepo.com is correct!
>
> On Saturday, November 27, 2021 at 11:32:18 PM UTC+3:30 Mohammad wrote:
>
>> 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...@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/ba98b82c-c791-408c-b67a-870c0aec01ebn%40googlegroups.com.


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

2021-11-27 Thread Mohammad
SVPrepo.com is correct!

On Saturday, November 27, 2021 at 11:32:18 PM UTC+3:30 Mohammad wrote:

> 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...@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/e73afe4b-aafa-4222-9a22-be40aac66c34n%40googlegroups.com.


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

2021-11-27 Thread Mohammad
The Inkscape 1.1.1 is used
The font is Arial Rounded MT Bold
The icon is from svgpro with cc0 license!

On Saturday, November 27, 2021 at 11:32:18 PM UTC+3:30 Mohammad wrote:

> 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...@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/0f0f6f13-5a3a-4175-b48c-7af96d0603f3n%40googlegroups.com.


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

2021-11-27 Thread Mohammad
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...@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/f3db7d77-eaff-44cc-8f69-89d17b66ad7fn%40googlegroups.com.



http://www.w3.org/1999/xlink;
   xmlns="http://www.w3.org/2000/svg;
   xmlns:svg="http://www.w3.org/2000/svg;>
  

  
  


  


  
  


  TiddlyWiki
  5.2.1
  

  
  

  
  

  
  

  
  

  
  




  
  

  

  
  

  

  
  

  

  
  

  

  
  

  

  
  

  

  
  

  

  

  



drawing-optim.pdf
Description: Adobe PDF document


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

2021-11-27 Thread
Maybe you like this?

[image: Logo_v5.2.1.png]

jeremy...@gmail.com schrieb am Freitag, 26. November 2021 um 18:49:08 UTC+1:

> Thanks Stobot.
>
> We’ll keep the competition over the weekend as we complete the work on 
> v5.2.1
>
> Best wishes
>
> Jeremy
>
> On 23 Nov 2021, at 20:10, Stobot  wrote:
>
> I'll start things off with some very simple options based on "Cascade" 
> which brings to mind waterfalls. I also happen to have a font named 
> Cascadia Code.
>
> 
>
>
> 
>
> On Tuesday, November 23, 2021 at 1:45:32 PM UTC-5 Ste wrote:
>
>> Yay for trig!!! 
>> Who doesn't love triangles 
>>
>> On Tuesday, 23 November 2021 at 17:36:36 UTC 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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/b7b13b4c-bfa1-4486-b7b7-af8f3f602f13n%40googlegroups.com
>  
> 
> .
> 
>
>
>

-- 
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/fbe0687c-03d6-4625-bb7e-9b775c6d8f2cn%40googlegroups.com.


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

2021-11-27 Thread
Maybe you like this?


jeremy...@gmail.com schrieb am Freitag, 26. November 2021 um 18:49:08 UTC+1:

> Thanks Stobot.
>
> We’ll keep the competition over the weekend as we complete the work on 
> v5.2.1
>
> Best wishes
>
> Jeremy
>
> On 23 Nov 2021, at 20:10, Stobot  wrote:
>
> I'll start things off with some very simple options based on "Cascade" 
> which brings to mind waterfalls. I also happen to have a font named 
> Cascadia Code.
>
> 
>
>
> 
>
> On Tuesday, November 23, 2021 at 1:45:32 PM UTC-5 Ste wrote:
>
>> Yay for trig!!! 
>> Who doesn't love triangles 
>>
>> On Tuesday, 23 November 2021 at 17:36:36 UTC 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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/b7b13b4c-bfa1-4486-b7b7-af8f3f602f13n%40googlegroups.com
>  
> 
> .
> 
>
>
>

-- 
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/ffb3f9b0-188c-4c35-906d-c3bec276080an%40googlegroups.com.


[tw5] Re: No CSS while hosting Tiddlywiki on Node.js on Qnap NAS

2021-11-27 Thread PMario

On Friday, November 26, 2021 at 11:54:36 PM UTC+1 dr.vi...@gmail.com wrote:

Steps I made inside Container: 
> 1. npm install -g tiddlywiki
> 2. tiddlywiki kompendium --init server
> 3. tiddlywiki kompendium --listen
>

I think the following command is wrong. Why do you use --listen above and 
the *deprecated* --server below?? 

4. forever start --spinSleepTime 1 
> ./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js ./ --server 5678 
> $:/core/save/lazy-all "" "" "" "" 0.0.0.0 ""
>

imo it should be 

forever start --spinSleepTime 1 
./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js *kompendium* --server 
5678 $:/core/save/lazy-all "" "" "" "" 0.0.0.0 ""

BUT connecting a server without a password to the internet is a big 
mistake. 

just a thought
-m

-- 
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/6b5f29a4-dc59-4da5-b808-20418a9458dfn%40googlegroups.com.


Re: [Talk TW] [Google Group (Read Only)] [tw5] No CSS while hosting Tiddlywiki on Node.js on Qnap NAS

2021-11-27 Thread Jeremy Ruston
Hi Matt

It looks like the problem is that your wiki is missing a theme plugin. Try 
adding this to your tiddlywiki.info file:


"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],

For example:

https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/empty/tiddlywiki.info

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 26 Nov 2021, at 23:04, Matt Kobe via Talk TW  
> wrote:
> 
> 
> Hi. I try to host Tiddlywiki Node.js on my Qnap NAS (with COntainer Station / 
> Docker). I managed to do it successfully but there are 2 problems: CSS is not 
> working (no template) and it doesn't save online.
> 
> Take a look: http://vielebny.myqnapcloud.com:5678/ 
> 
> What is wrong?
> It is hosted in Container Station with Node.js 17.1.0, Tiddlywiki 5.2.0
> 
> Steps I made inside Container: 
> 1. npm install -g tiddlywiki
> 2. tiddlywiki kompendium --init server
> 3. tiddlywiki kompendium --listen
> 4. forever start --spinSleepTime 1 
> ./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js ./ --server 5678 
> $:/core/save/lazy-all "" "" "" "" 0.0.0.0 ""
> 
> On Synology DSM it worked like a charm. 
> -- 
> 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/bd316685-7300-44a0-8cb3-eb8e3c831f70n%40googlegroups.com.

-- 
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/00DF6292-E28D-425C-8CCD-EE1BD442D3DE%40gmail.com.


Re: [Talk TW] [Google Group (Read Only)] [tw5] No CSS while hosting Tiddlywiki on Node.js on Qnap NAS

2021-11-27 Thread Jeremy Ruston
Hi Matt

It looks like the problem is that your wiki is missing a theme plugin. Try 
adding this to your tiddlywiki.info file:


"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],

For example:

https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/empty/tiddlywiki.info

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 26 Nov 2021, at 23:04, Matt Kobe via Talk TW  
> wrote:
> 
> 
> Hi. I try to host Tiddlywiki Node.js on my Qnap NAS (with COntainer Station / 
> Docker). I managed to do it successfully but there are 2 problems: CSS is not 
> working (no template) and it doesn't save online.
> 
> Take a look: http://vielebny.myqnapcloud.com:5678/ 
> 
> What is wrong?
> It is hosted in Container Station with Node.js 17.1.0, Tiddlywiki 5.2.0
> 
> Steps I made inside Container: 
> 1. npm install -g tiddlywiki
> 2. tiddlywiki kompendium --init server
> 3. tiddlywiki kompendium --listen
> 4. forever start --spinSleepTime 1 
> ./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js ./ --server 5678 
> $:/core/save/lazy-all "" "" "" "" 0.0.0.0 ""
> 
> On Synology DSM it worked like a charm. 
> -- 
> 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/bd316685-7300-44a0-8cb3-eb8e3c831f70n%40googlegroups.com.

-- 
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/6D978B93-F581-40ED-B20E-84C8D353B67E%40gmail.com.