[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread Glenn Dixon
Eric, Just saw your 'join' idea - looks like a lot less typing. Might not make any difference at this point, but I have several other fields to fill, and (this is where I bite off more than I can chew) that would come in handy if I want to display a more narrative text instead of just basic

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread Glenn Dixon
that did it! A separate 'addsuffix' for each space. Not sure I would have come up with that. Thanks, again! Now to set up blanks for the other 10 fields... On Monday, December 28, 2020 at 1:27:02 PM UTC-6 Mark S. wrote: > Just add them with addsuffix > > $basetitle={{{

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread 'Mark S.' via TiddlyWiki
Just add them with addsuffix $basetitle={{{ [{!!firstname}addsuffix[ ]addsuffix{!!middlename}addsuffix[ ]addsuffix{!!lastname}] }}} ... In case Google breaks these lines, the new, added *addsuffix* operators have a space inside them. On Monday, December 28, 2020 at 11:14:15 AM UTC-8

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread Eric Shulman
On Monday, December 28, 2020 at 11:14:15 AM UTC-8 dix...@gmail.com wrote: > I had not seen the addsuffix before. I just tried several variations of > it, all of which break everything when I attempt to add spaces between > names. Is there a simple/easy way of accomplishing this? Worst case I

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread Glenn Dixon
Thank you sir! I have now officially tried 175 different combinations of brackets and action-options! lol I had not seen the addsuffix before. I just tried several variations of it, all of which break everything when I attempt to add spaces between names. Is there a simple/easy way of

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread 'Mark S.' via TiddlyWiki
You don't mention which approach you are using to create the tiddler. But if it were action-createtiddler, then your $basetitle attribute might look like this: ... $basetitle={{{ [{!!firstname}addsuffix{!!middlename}addsuffix{!!lastname}] }}} ... On Monday, December 28, 2020 at 10:32:32 AM