[tw] How to build a tag list for comsuption by <$action-sendmessage $message="tm-new-tiddler" ... />?

2018-02-20 Thread markhylton2
I want to generate a new tiddler from entered data (<$button><$action-sendmessage ... /> /> from <$edit-text ... />). I'm having problems generating a tag list that is to consist of one of the entered values plus a text literal (two tags total). But I can't figure out how to concatenate somethi

[tw] Re: How to build a tag list for comsuption by <$action-sendmessage $message="tm-new-tiddler" ... />?

2018-02-21 Thread markhylton2
Stephan, this worked perfectly. My Javascript chops are practically non-existant. As my TW needs grow, I'm starting to learn more, but I'm still basically a TW script-kiddie. BTW, two tags in the list. Thanks much! ~Mark On Wednesday, February 21, 2018 at 2:07:42 AM UTC-5, Stephan Hradek wrot

[tw] How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-21 Thread markhylton2
I've two things I want to do: 1) I want to use the current date/time as part of a concatenated string for a new tiddler title. 2) I want to use the value of a field from the host tiddler as part of a concatentated string for a new tiddler title. 3) I want to use 1) and 2) at the same time for th

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Good morning, Stephan, BOTTOM LINE: a journal tiddler will work, I just have to drop the project number requirement in the title. Consider that done. *I still want* (and don't know how) to get a field value from the storyTiddler. Ever do something because it was the first way you concepted it,

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Stephan, BOTTOM LINE: Things are now working as I need them to be working. Project number in the title was dropped. "Inheriting" a field value (the project number, in this case) in a new tiddler was added. I think it is more important to have the date/timestamp in the title (to help keep title

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Mike, I tried to use <$wikify> ... and couldn't figure out how to use it correctly, so I don't know if it could have worked or not. On the other hand, I've gotten my current problem(s) resolved (see later posts in this thread), so I won't look further into this, for now anyway. I much apprecia