[tw5] Re: Basic question about tiddler title

2020-06-05 Thread Faber
Work like a charm, thank you! This saves time for me. Tiddlywiki is a very good tool! Il giorno giovedì 4 giugno 2020 22:17:55 UTC+2, Eric Shulman ha scritto: > > On Thursday, June 4, 2020 at 11:35:01 AM UTC-7, Faber wrote: >> >> I'm searching for a smart way to obtain multiple link ready to clic

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread TonyM
Eric, Thanks for that. I also made the mistake of using keywords that were already in the title. Tony On Friday, June 5, 2020 at 1:13:13 PM UTC+10, Eric Shulman wrote: > > On Thursday, June 4, 2020 at 7:41:02 PM UTC-7, TonyM wrote: >> >> I have tried to encourage myself to review tiddlers and r

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 7:41:02 PM UTC-7, TonyM wrote: > > I have tried to encourage myself to review tiddlers and record keywords > relating to the subject in a keywords field. > I modified your keywords variable as follows > keywords={{{ [] [{!!keywords}] +[addsuffix[+]] +[addsuffix > {$:/t

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread TonyM
Eric, Nice. I have tried to encourage myself to review tiddlers and record keywords relating to the subject in a keywords field. I modified your keywords variable as follows keywords={{{ [] [{!!keywords}] +[addsuffix[+]] +[addsuffix{$ :/temp/google}] +[split[ ]join[+]] }}} To include those key

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 5:15:34 PM UTC-7, TonyM wrote: > > Once again inspired by you work, I recall that on > https://www.w3schools.com/ a search is "enhanced by Google" and the > results appear in a drop down. > I wonder if we could develop this for tiddlywiki? > Here's yet another versio

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread TonyM
Eric, Once again inspired by you work, I recall that on https://www.w3schools.com/ a search is "enhanced by Google" and the results appear in a drop down. I wonder if we could develop this for tiddlywiki? Regards Tony On Friday, June 5, 2020 at 10:00:56 AM UTC+10, Eric Shulman wrote: > > On T

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 1:17:55 PM UTC-7, Eric Shulman wrote: > > This might help get you in the right direction: > \define google(term) > https://www.google.com?q=$(currentTiddler)$+$term$]split[ > ]join[+]] }}} target="_blank">$term$ > \end > Here's another version that doesn't need to d

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 11:35:01 AM UTC-7, Faber wrote: > > I'm searching for a smart way to obtain multiple link ready to click, > based on tiddler current title, like this example: > https://www.google.com?q=tiddler title+other+string > https://www.google.com?q=tiddler title+another+term >