[tw5] Re: one-liner to fetch tiddler's fields value

2022-01-30 Thread Télumire
I think you want to use one of the default templates (or create your own) : {{||$:/core/templates/tiddler-metadata}} If you still want to use a filter expression you can use this : {{{[is[current]fields[]!match[text]]:reduce[<..currentTiddler>getaddprefix[:

[tw5] Re: Announcing TiddlyMarker v0.1.0-alpha for Firefox

2022-01-30 Thread Yestin Harrison
I'm afraid I've missed the bus as far as porting to Chrome/Edge/etc, for now. Previously, I hesitated because Chrome's API lacked modern promise/async/await interfaces to extension APIs, meaning I'd have had to either rewrite much of the extension logic as a 2010-style pyramid of doom, or

[tw5] Re: Custom export formats: TiddlyWiki available for study

2022-01-30 Thread Charlie Veniot
BASIC Anywhere Machine follow-up video showing the usefulness of the TW-native export formats and the three additional export formats when exporting BASIC programs. On Wednesday, January 12, 2022 at 3:56:55 PM UTC-4 Charlie Veniot wrote: > See details in this

[tw5] Re: one-liner to fetch tiddler's fields value

2022-01-30 Thread CarloGgi
thanking again Télumire for his reply, I wonder now how to push things a little further and write a one-liner that outputs *pairs* of values, specifically, for each field of a given tiddler, the couple (field_name,field_value). I'm quite confident that to that aim the named prefix :map is the

[tw5] Re: about re-creating a node structure for things we do frequently

2022-01-30 Thread Jeronimo Minino
Thank you very much for the llink, Arunn. On Sunday, January 30, 2022 at 4:06:29 PM UTC+9 arunn...@gmail.com wrote: > Jero, > > This might be what you are asking for. > > https://groups.google.com/g/tiddlywiki/c/1jTwdmq8cgI/m/0ca1Gb0yDgAJ > > > On Sunday, January 30, 2022 at 11:14:02 AM UTC+5:30

[tw5] Re: about re-creating a node structure for things we do frequently

2022-01-30 Thread Jeronimo Minino
My question has been solved. The code to create a node structure is linked here: https://groups.google.com/g/tiddlywiki/c/1jTwdmq8cgI/m/0ca1Gb0yDgAJ . (Thank you very much, Arunn.) On Sunday, January 30, 2022 at 2:44:02 PM UTC+9 Jeronimo Minino wrote: > Hi, Saq thank you very much for Streams.

[tw5] Re: How to display an image from a data tiddler ?

2022-01-30 Thread arm...@gmail.com
Thank you very much Mark! Your solution is exactly what I need. Le dimanche 30 janvier 2022 à 16:37:24 UTC+1, Mark S. a écrit : > ``` > > Unfortunately, you can't paste the image link wikitext together with the > transclusion text that way. > > What you can do is define a macro to do the

[tw5] Re: How to display an image from a data tiddler ?

2022-01-30 Thread 'Mark S.' via TiddlyWiki
``` Unfortunately, you can't paste the image link wikitext together with the transclusion text that way. What you can do is define a macro to do the pasting. If this were at the top of your tiddler: \define image-there(name) [img [./files/$name$]] (don't include the backticks) then when you

[tw5] Re: one-liner to fetch tiddler's fields value

2022-01-30 Thread CarloGgi
wow, awesome! Thanks a lot! On Sunday, January 30, 2022 at 3:11:49 AM UTC+2 Télumire wrote: > {{{ > [is[current]fields[]!match[text]]:reduce[<..currentTiddler>getformat:titlelist[]addprefix[ > > ]addprefix]+[enlist-input[]] }}} > > On Saturday, 29 January 2022 at 22:12:09 UTC+1 CarloGgi

[tw5] Re: gg VS talkW

2022-01-30 Thread PMario
On Sunday, January 30, 2022 at 11:52:50 AM UTC+1 Mat wrote: > But it bothers me that there may be people here in GG who think "this > is it" - that the community is not very active and that it is not sure one > gets a quick reply. Hi Mat, You should have a look at other lists in GG.

[tw5] Re: gg VS talkW

2022-01-30 Thread Mat
The feature in Talk to include copies from here is a double edged sword; On the one hand it might incentivize to go over here if there's an interesting discussion that one feels the urge to participate in. But on the other hand, one gets the information from here without having to come here, so

[tw5] How to display an image from a data tiddler ?

2022-01-30 Thread arm...@gmail.com
Hello everyone, I'm searching how to display an image whose name is a value in a tiddler data, but all my attempts do not succeed. I'm probably not using the right syntax... or what I want to do is not possible? Can you help me? I use two tiddlers: A data tiddler (BD-Test1) which contains: