Re: [tw5] Re: Final Call for Testing for TiddlyWiki v5.2.0

2021-10-05 Thread Jean-Pierre Rivière
Affected macros... diifcult to say. I don't use them directly, I use them via filters in my own macros. Here's a sample code of things I do: === <$list variable=campaign filter="[indexes[]sortsub]"> <$log $$message="next campaign" $$filter=campaign/> <$set name=aim filter="[subfilter]"

[tw5] Adding Additional Content Types

2021-10-05 Thread Col
Does anyone know how to add a new TiddlyWiki content type? Looking to add a "video/mp4" and "application/pdf" type but don't want to mess up my $:/core. Many thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: A tour through my Zettelkasten

2021-10-05 Thread James
Hi Soren, Do you have an empty Tiddly Zettelkasten that we could download and use? On Thursday, 23 September 2021 at 00:51:25 UTC+8 Soren Bjornstad wrote: > The Zettelkasten edition I talked about wanting to get together is public > now. It's still alpha-ish, but in much better shape than the

[tw5] Re: Adding Additional Content Types

2021-10-05 Thread strikke...@gmail.com
Create a new tiddler named $:/language/Docs/Types/video/mp4 Create following fields: - description: MP4 - group: video - name: video/mp4 - group-sort: 3 The group-sort:3 will make it shown in the bottom. On Tuesday, October 5, 2021 at 9:45:45 PM UTC+2 Col wrote: > Does anyone know

[tw5] Some coding fun: "check boxes" that add/subtract from same field

2021-10-05 Thread Charlie Veniot
Of course, for me, it is always about "brain-age games" (how would I do "this") and the fun of filters ... Drag the attached into some TiddlyWiki (TiddlyWiki.com!) and give the one tiddler a gander. [image: Screenshot 2021-10-05 7.58.46 PM.png] -- You received this message because you are

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-05 Thread History Buff
I've been using the macro found here to do that for quite some time: http://toggle-in-field.tiddlyspot.com/ On Tuesday, October 5, 2021 at 6:02:09 PM UTC-5 cj.v...@gmail.com wrote: > > Of course, for me, it is always about "brain-age games" (how would I do > "this") and the fun of filters

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-05 Thread Charlie Veniot
That's a lot fancier than what I was aiming for in much more compact code. Pretty cool. Looks to me like that it is past the "Beta" stage. On Tuesday, October 5, 2021 at 8:34:42 PM UTC-3 History Buff wrote: > I've been using the macro found here to do that for quite some time: >