[tw5] Re: ISO week date format template

2021-09-10 Thread Charlie Veniot
G'day, Just to get the conversation started, try this in a new tiddler in some tiddlywiki: <$vars dateNow= <>> {{{ [search-replace:[Mon],[1]search-replace:[Tue],[2]search-replace:[Wed],[3]search-replace:[Thu],[4]search-replace:[Fri],[5]search-replace:[Sat],[6]search-replace:[Thu],[7]] }}}

[tw5] Re: Very basic EditTextWidget tutorial and how I often specify target tiddler name

2021-09-10 Thread Charlie Veniot
Thank-you for the 5.2.0 info ! I added info about that in the comments section of the video. On Friday, September 10, 2021 at 5:37:18 PM UTC-3 amreus wrote: > Simplified work-flow videos like this would have shortened my TiddlyWiki > learning curve considerably. Please keep it up if you can. >

[tw5] Re: Very basic EditTextWidget tutorial and how I often specify target tiddler name

2021-09-10 Thread amreus
Simplified work-flow videos like this would have shortened my TiddlyWiki learning curve considerably. Please keep it up if you can. Note that in 5.2.0 the EditTextWidget *can* edit fields in the same tiddler as the widget without losing focus. On Friday, September 10, 2021 at 2:43:05 AM UTC-4

Re: [tw5] Re: How to start TW5 with sidebar collapsed

2021-09-10 Thread CJ Veniot
Yeah, that tiddler is in my attachment. Just needs an unrelated line taken out. On Fri, Sep 10, 2021 at 4:30 PM Stefan H. wrote: > Hello, > > put the line > <$action-setfield $tiddler="$:/state/sidebar" text="no" /> > > in a tiddler with the label "$:/tags/StartupAction" . > > Greetings > > Fab

[tw5] Re: How to start TW5 with sidebar collapsed

2021-09-10 Thread Stefan H.
Hello, put the line <$action-setfield $tiddler="$:/state/sidebar" text="no" /> in a tiddler with the label "$:/tags/StartupAction" . Greetings Faber schrieb am Freitag, 10. September 2021 um 19:18:34 UTC+2: > Hello, it's possible to start TW5 with sidebar collapsed, or autclick the > "hide si

[tw5] Re: How to start TW5 with sidebar collapsed

2021-09-10 Thread strikke...@gmail.com
It is possible - just go to Hide Sidebar On Startup . You will find the necessary tiddlers and explanation there. On Friday, September 10, 2021 at 7:18:34 PM UTC+2 Faber wrote: > Hello, it's possible to start TW5 with sideb

[tw5] Re: How to start TW5 with sidebar collapsed

2021-09-10 Thread Charlie Veniot
Hello, Sorry, just taking a quick break at work, so no time to explain details. Please download and drag the attachment into some tiddlywiki, take a look at the one tiddler and alter for your needs. Cheers! On Friday, September 10, 2021 at 2:18:34 PM UTC-3 Faber wrote: > Hello, it's possible

[tw5] How to start TW5 with sidebar collapsed

2021-09-10 Thread Faber
Hello, it's possible to start TW5 with sidebar collapsed, or autclick the "hide sidebar" when TW5 is opening? Thanks! -- 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 emai

[tw5] Re: How to make multiple "reveals" in one tiddler so that they work independently?

2021-09-10 Thread Eric Shulman
If there were were simple quotes around the filter, then it would be treated as a literal text value. The triple braces indicate that the parameter is using a “filtered transclusion” (aka, “inline filter”) and needs to be processed to get it’s actual value. Note that, when used in normal wiki

[tw5] Re: tw editions and docker questions

2021-09-10 Thread PMario
Hi, It would be nice to have some links to the docker file and docs that you used. ... Your docker start commands look super strange. > docker run -d --rm tiddock wiki --init fr-FR-server > docker run -d --rm tiddock server host=0.0.0.0 That's not how it should be done. ... the fr-FR-server

[tw5] Re: How to make multiple "reveals" in one tiddler so that they work independently?

2021-09-10 Thread Petri M.
Oh my god THANK YOU this was driving me nuts. I read that the popups are dismissed on click but I thought that you need to click the popup itself to dismiss it and I just never realised that you really do not have to. Just one question, if I understand correclty the setTo=... is just a filter t