[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Atul Grover
PS: 1. A separate html-form edition would be great. 2. I wanted to use a simple $:/plugins/tgrosinger/tw5-checklist except the functionality would vanish in case all items from the list are deleted. 3

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Atul Grover
Dear All, In my case I want to allow the users to input and store data (in a predefined structured way) without giving them the tiddler edit functionality, So an HTML form which saves data either in the tiddler fields or in a data tiddler (whichever is easier) was desired. I tried using JSON E

[tw5] Re: Clear Form Fields After Submit

2021-06-21 Thread Darth Mole
Thank you very much! Works like a charm now! Much much much appreciated! On Monday, June 21, 2021 at 9:00:23 PM UTC-4 Eric Shulman wrote: > On Monday, June 21, 2021 at 5:20:24 PM UTC-7 iamdar...@gmail.com wrote: > >> ... by deleting the temp tiddler the form would be cleared... However, >> that

[tw5] Re: Clear Form Fields After Submit

2021-06-21 Thread Eric Shulman
On Monday, June 21, 2021 at 5:20:24 PM UTC-7 iamdar...@gmail.com wrote: > ... by deleting the temp tiddler the form would be cleared... However, > that functionality isn't occurring > > \define temp() $:/temp/input/$(currentTiddler)$ > > | Label:|<$edit-text tiddler=<> field="label"/>| >

[tw5] Clear Form Fields After Submit

2021-06-21 Thread Darth Mole
Hello, Is there a command that can be included with a button to clear the form fields after the button has been hit? In one of my previous threads it was mentioned, at least how I took it, that by deleting the temp tiddler

[tw5] Re: Using field value as macro input?

2021-06-21 Thread Patrick RB
That's brilliant, thanks so much. It works, but (weirdly?) not if I have the date sorting, and not if the tiddler is put into the sidebar (the search field field doesn't get filled!) <$edit-text field="search" default="" placeholder="enter text to search" tag="input"/> search is {{!!search}}

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread TW Tones
TT, At least with the data dictionary format key:value you can parse the data tiddler and extract each row using [[datatiddler]get[text]spitregexp[\n]] and retain the order. There is a similar method for JSON to parse and extract titles only which I used to list the contents of the history tid

[tw5] Re: [Comment] We should do multi-lingo better. ¿Lo entiendes?

2021-06-21 Thread PMario
Hi, TW is translated into 29 languages. ...Not all are up to date, but still -- I think that's not bad. -m -- 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 email to tiddly

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread TW Tones
atulg, Many, though not all of the other html input tags work with the edit-text widget. Date/time work but do not convert dates to the TiddlyWiki full date/time serial which is ideal, but you can use actions to reformat to this serial number. Number email etc... do restrict entry somewhat as

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread TW Tones
Saq, Just a heads up that this should no longer be an issue as of TW 5.2.0 for > most use cases. The refresh handling is more specific and checks for > changes in the transcluded field before triggering a re-rendering. So > changes to field "myfield" of tiddler A, wont cause a refresh for any

[tw5] Re: List tiddlers with title value in custom field

2021-06-21 Thread paulgilbert2000
Thanks , was not aware of this piece of info Contains worked ,thanks again On Monday, June 21, 2021 at 3:52:17 PM UTC+2 Si wrote: > Hi Mohamed, > > >>> I am curious why does <$list filter="[tag]"> works > fine , and <$list filter="[childof]"> doesnt ? > > Because tag[] is a defined oper

Re: [tw5] Re: Artwork for v5.2.0

2021-06-21 Thread springer
TT, it did sot occur to me that the mask on the tv letters could look like an arrow. Below is a variant that shifts that effect: (at the expense of somewhat irregular letter-forms)... -Springer [image: dusk-field-alt.png], On Monday, June 21, 2021 at 10:51:07 AM UTC-4 TiddlyTweeter wrote: > s

[tw5] Re: Rich Text Editor Field

2021-06-21 Thread Darth Mole
Thank you very much!! It is working, and I think it is working correctly. I don't see anything that shouldn't be created created, though if possible can someone please review the below code to make sure I'm not beating on a hornets nest? Thanks! !Demographics <$edit tiddler=<> tag="textare

[tw5] Re: Rich Text Editor Field

2021-06-21 Thread Saq Imtiaz
To customize for your needs look at $:/core/ui/EditTemplate/body/editor tiddler to see how it transcludes the toolbar buttons. On Monday, June 21, 2021 at 8:09:43 PM UTC+2 Saq Imtiaz wrote: > {{|| $:/core/ui/EditTemplate/body/editor}} > > On Monday, June 21, 2021 at 7:51:04 PM UTC+2 iamdar...@g

[tw5] Re: Rich Text Editor Field

2021-06-21 Thread Saq Imtiaz
{{|| $:/core/ui/EditTemplate/body/editor}} On Monday, June 21, 2021 at 7:51:04 PM UTC+2 iamdar...@gmail.com wrote: > Annd I'm a complete and utter idiot! > > I said rich text editor and I didn't mean rich text editor >.< > Furthermore, after reading a different thread I realized that the >

[tw5] Re: Rich Text Editor Field

2021-06-21 Thread Darth Mole
Annd I'm a complete and utter idiot! I said rich text editor and I didn't mean rich text editor >.< Furthermore, after reading a different thread I realized that the functionality I'm looking for isn't even a type of field, but rather the buttons above the field. I've been trying to dissec

[tw5] Re: Using field value as macro input?

2021-06-21 Thread clutterstack
Or I should specify "you can *transclude* a text reference using curly brackets" since this can be a bit messy to keep straight. Docs: https://tiddlywiki.com/#TextReference On Monday, June 21, 2021 at 11:28:33 AM UTC-4 clutterstack wrote: > Hi Patrick, > > Sorry if I'm misinterpreting. You can

[tw5] Re: Using field value as macro input?

2021-06-21 Thread clutterstack
Hi Patrick, Sorry if I'm misinterpreting. You can use a text reference in a filter with curly brackets. It looks as though you're using Mohammad's timeline macros. I went to https://kookma.github.io/TW-Timelines/ and made a new tiddler to test your example. Adding the following gave me a timel

[tw5] Re: List tiddlers with title value in custom field

2021-06-21 Thread Si
Hi Mohamed, >>> I am curious why does <$list filter="[tag]"> works fine , and <$list filter="[childof]"> doesnt ? Because tag[] is a defined operator in TiddlyWiki, and childof[] isn't. TiddlyWiki treats any unrecognised filter operator as a suffix to the field[] operator. So since chil

[tw5] Re: List tiddlers with title value in custom field

2021-06-21 Thread Si
I think because they are different operators. tag[] is its own operator, whereas childof[] is really a shorthand for field:childof[]. I think you want the contains[] operator: <$list filter="[contains:childof]"> On Monday, 21 June 2021 at 14:06:42 UTC+1 mohamed...@hotmail.com wrote: > Thanks

[tw5] Re: List tiddlers with title value in custom field

2021-06-21 Thread paulgilbert2000
Thanks Tones, I am curious why does <$list filter="[tag]"> works fine , and <$list filter="[childof]"> doesnt ? they are both fields , so why does one filter work and the other does not. On Monday, June 21, 2021 at 4:17:30 AM UTC+2 TW Tones wrote: > Mohamed, > > You are testing if the w

[tw5] [Comment] We should do multi-lingo better. ¿Lo entiendes?

2021-06-21 Thread TiddlyTweeter
ENGLISH (https://youtu.be/ssDtj1uL1Go) ITALIANO (https://youtu.be/ssDtj1uL1Go?t=178) SLOVENŠČINA ... Maturantski Ples (the Slovenian "graduation") is one of the most amazing things ... https://youtu.be/-Y8imFR94gk TT, x -- You received this message because you are subscribed to the Google Gro

[tw5] [Comment] I'd like we were more multi-lingual ,,, ¿Lo entiendes?

2021-06-21 Thread TiddlyTweeter
ENGLISH (https://youtu.be/ssDtj1uL1Go) I wanna be your slave I wanna be your master I wanna make your heart beat Run like rollercoasters I wanna be a good boy I wanna be a gangster ITALIANO (https://youtu.be/ssDtj1uL1Go?t=178) Loro non sanno di che parlo Voi siete sporchi, fra', di fango

[tw5] Re: Using field value as macro input?

2021-06-21 Thread Patrick RB
Matybe I wasn't clear enough I can get input into a field ("search") and assign it to a variable eg. \define thisList() <$list filter="[tag[$(TestVariable)$]]"> \end <$set name=TestVariable value={{!!search}}> TestVariable is <> This list is <> <$edit-text field="search" default="" placeho

[tw5] Re: Note Taking in 2021 (article & reflection)

2021-06-21 Thread Saq Imtiaz
That plugin is by Jan. That version needs updating to work with the latest Streams. I know that he has an update in the works. I have never used it so I can't comment on how well it works. On Monday, June 21, 2021 at 12:47:48 PM UTC+2 ludwa6 wrote: > Ok @Saq: will start another thread on this s

[tw5] Re: Note Taking in 2021 (article & reflection)

2021-06-21 Thread ludwa6
Ok @Saq: will start another thread on this specific topic, soon as I get back to my desk. Meanwhile: browsing related threads, i have come across this Streams to Text plugin ; can’t install on this mobile instance i am running, but would like to know if anyone has expe

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread TiddlyTweeter
Small query; since this thread has *experts* involved :-) HOW do I NOT SORT a data dictionary? I use dictionaries a lot for some tasks. I'd like to render the following exactly in the order of the dictionary records. But it all goes alpha on default. Bank - Fideuram : https://www.fideuram

[tw5] Re: Note Taking in 2021 (article & reflection)

2021-06-21 Thread Saq Imtiaz
@walt You’ve really gone the extra mile, Saq, to make this software customizable. > That FAQ should be held up as an example of best practice for TW devs. I > am no developer myself, but these docs are so good, I feel myself compelled > to start hacking on this, soon as i get home to my compu

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Atul Grover
*Thanks Eric, * Worked like a charm. What other tags (tag="textarea") can we use? I will try using textbox/checkbox/date etc. *AG* On Monday, June 21, 2021 at 2:36:54 PM UTC+5:30 Eric Shulman wrote: > On Monday, June 21, 2021 at 1:19:40 AM UTC-7 atulg...@gmail.com wrote: >> >>> How can I make

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Saq Imtiaz
> To store the input in a field, you will need to use the $edit-text widget, > like this: > <$edit-text field="somefield" tag="textarea" class="tc-edit-texteditor"/> > > *Unfortunately, this won't work quite right. * The problem is that as you > type each character of input, the TWCore refresh

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Eric Shulman
> > On Monday, June 21, 2021 at 1:19:40 AM UTC-7 atulg...@gmail.com wrote: > >> How can I make an html form in a tiddler, and save the values entered in >> the form, into a data tiddler? >> > My first reply was assuming that you wanted to save the input into a field in the *current* tiddler. Ho

[tw5] Re: HTML like forms saving information in data tiddler

2021-06-21 Thread Eric Shulman
On Monday, June 21, 2021 at 1:19:40 AM UTC-7 atulg...@gmail.com wrote: > How can I make an html form in a tiddler, and save the values entered in > the form, into a data tiddler? > To store the input in a field, you will need to use the $edit-text widget, like this: <$edit-text field="somefiel

[tw5] Re: Note Taking in 2021 (article & reflection)

2021-06-21 Thread ludwa6
You’ve really gone the extra mile, Saq, to make this software customizable. That FAQ should be held up as an example of best practice for TW devs. I am no developer myself, but these docs are so good, I feel myself compelled to start hacking on this, soon as i get home to my computer. :-) Befo

[tw5] HTML like forms saving information in data tiddler

2021-06-21 Thread Atul Grover
Hi everyone, How can I make an html form in a tiddler, and save the values entered in the form, into a data tiddler? AG -- 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 ema

[tw5] Re: Note Taking in 2021 (article & reflection)

2021-06-21 Thread ludwa6
Wow: the deeper one dives into Streams, the cooler it gets! Love your hack on subtiddler titles, @Tones; thanks for clueing me in to this. /walt On Monday, June 21, 2021 at 2:09:39 AM UTC+1 TW Tones wrote: > Folks, > > First, the malleability of tiddlywiki promises to provide a method for

[tw5] HTML form in tiddler

2021-06-21 Thread Atul Grover
Hi everyone, Is it possible to make an html textbox in a tiddler where the value entered is stored in a specific field in the same tiddler? AG -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emai