[tw5] Re: copy button in each code block

2023-05-11 Thread Mike Andyl
Can someone explain how to use this? понедельник, 27 февраля 2023 г. в 13:00:01 UTC+3, yasai ya: > Sorry, it wasn't fixed at all, but finally I fixed the problem. > > param=<<__tx__>> > ↓ > param={{{ [<__tx__>trim[]] }}} > > > > Full code > --- > > > \define code(tx) > > > table.mycodeblock {

[tw5] Re: TiddlyServer

2023-05-11 Thread Télumire
And for a better experience using GitHub I suggest you use the external core setup, that way saving will be very fast (as long as the wiki is not too big of course): https://talk.tiddlywiki.org/t/how-to-reduce-the-size-of-your-tiddlywiki/5364 On Thursday, 11 May 2023 at 23:09:58 UTC+2 Télumire

[tw5] Re: TiddlyServer

2023-05-11 Thread Télumire
FYI you can create a token easily with this link: https://github.com/settings/tokens/new?scopes=repo=tw On Thursday, 11 May 2023 at 15:38:00 UTC+2 Ross Table wrote: > no, you have to generate a PAT ( >

[tw5] Re: TiddlyServer

2023-05-11 Thread Joan Forn
GitHub, it's working well! Noticed a 1 min delay on re-deployment since the moment you hit save, since I have an inmediate sync alternative in place I will stick with it. Help appreciated :) El jueves, 11 de mayo de 2023 a las 17:25:42 UTC+2, Scott Sauyet escribió: > Ross Table wrote: > >

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
If you want to understand why I wrote the TW script the way I did: The Cartesian Product: understanding what it is and avoiding it like the plague On Thursday, May 11, 2023 at

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
BTW: when viewing my previous reply in Google Groups, ignore the triple tick-marks before and after the TW scripting. Those triple tick-marks are only there so that the code, when viewed via the Talk.TiddlyWiki discourse forum, does not get mangled. On Thursday, May 11, 2023 at 10:53:50 AM

[tw5] Re: TiddlyServer

2023-05-11 Thread Scott Sauyet
Ross Table wrote: > click the cog and find the github settings and paste it in there along with the github account > name and other stuff, that field is then saved locally (I think as a cookie but not sure) I'm pretty sure that the Git Savers save the Personal Access Token (PAT) in

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
It might not make much of a difference performance-wise, but in my "just in case" mindset, I'd do something like this: ``` <$list filter=" [tag[Background]tag{!!title}] +[sort[]]" counter="myCounter"> <$list filter="[!match[1]]"> <$link><$view field="title"/> <$transclude

[tw5] Re: TiddlyServer

2023-05-11 Thread Ross Table
no, you have to generate a PAT (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), its sort of like a password then on the wiki you have to click the cog and find the github settings and paste it in there along with the github

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Scott Sauyet
You can use the counter attribute of the list widget, like this: <$list filter=" [tag[Background]tag{!!title}] +[sort[]]" counter="myCounter"> <$link><$view field="title"/> <$transclude mode="block" field="text"/> <$list filter={{{ [!match[yes]] }}}> On Wednesday, May 10,

[tw5] Re: TiddlyServer

2023-05-11 Thread Joan Forn
Thanks for the fast response, I did tried to add a tiddly in your page and was not saved (wich is nice). ¿Do you have to enter your GitHub password everytime you do want to save changes? I found this solution that works too: 1) start a LXC container or VM in your proxmox server. 2) inside the

[tw5] Re: TiddlyServer

2023-05-11 Thread Ross Table
I have had great success integrating with github. I purchased a domain and have setup subdomains, each of which points to a different wiki that I am using for something different. There is no hosting fee as its hosted on github, the down side to this is it is technically public for anyone to

[tw5] TiddlyServer

2023-05-11 Thread Joan Forn
Hello everyone, I am looking for some guidance regarding editing tiddlers on my iPhone. I would like to have a similar behavior as Notion, where any edited HTML is automatically synced across all devices and users who have access to the page. Recently, I came across TiddlyServer, which

[tw5] Question about TiddlyServer

2023-05-11 Thread Joan Forn
Hello everyone, I am looking for some guidance regarding editing tiddlers on my iPhone. I would like to have a similar behavior as Notion, where any edited HTML is automatically synced across all devices and users who have access to the page. Recently, I came across TiddlyServer, which