[tw5] Re: Experimenting with side-by-side tiddlers

2022-04-03 Thread TiddlyTweeter
"Just playing around with an idea for side-by-side tiddler viewing and editing..." Interesting experiment to make it so explicit. It a way it is obvious. In another way it isn't till you see it live. *Such TWOs *are kinda illuminative. Comment, TT On Sunday, 3 April 2022 at 03:35:27 UTC+2

[tw5] How can I filter fields that start with a specific string?

2022-04-03 Thread Tyler Harris
Hi, I am trying to view multiple fields that begin with a specific string. I am using fields: entry 1 entry 2 entry 3 I tried using this method: <$view field="entry"/> I want to be able to use a method that will view all fields starting with "entry". Does anyone know of a way to do this? -- You

[tw5] Re: How can I filter fields that start with a specific string?

2022-04-03 Thread Eric Shulman
Try this: ``` <$list filter="[fields[]prefix[entry]]" variable="thisfield"> <$view field=<>/> ``` enjoy, -e On Sunday, April 3, 2022 at 4:05:56 PM UTC-7 thyl...@gmail.com wrote: > Hi, > I am trying to view multiple fields that begin with a specific string. > I am using fields: > entry 1 >

[tw5] Re: How can I filter fields that start with a specific string?

2022-04-03 Thread Tyler Harris
Thanks, this did the trick. I have used TiddlyTools for the classic version. Do you have a site for TiddlyWiki5? Thanks. On Sunday, April 3, 2022 at 7:13:10 PM UTC-5 Eric Shulman wrote: > Try this: > ``` > <$list filter="[fields[]prefix[entry]]" > variable="thisfield"> ><$view field=<>/> >

[tw5] Re: Experimenting with side-by-side tiddlers

2022-04-03 Thread Charlie Veniot
This does give me a swirl of ideas, but I can't really put my finger on any of them. This old sponge of mine, the creaky wheels are spinning something silly. The one immediate thought I had: if I were to setup an "authoring" TiddlyWiki for maintaining multiple language versions of tiddlers,

[tw5] Transcluding Tiddlers

2022-04-03 Thread Tyler Harris
Does any one know how to do this: <> in TiddlyWiki5? Actually, I would like the variable to be from a field. I really would like to know how to do this: <'>> Thanks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group