Hi David, Great efforts, do you know Saq has an implementation of the whole Toolmap in Tiddlywiki? Have a look at Saq GitHub repo.
Best wishes Mohammad On Sat, Dec 19, 2020 at 8:21 PM David Gifford <[email protected]> wrote: > > Hi guys > > I really like Mohammad's "Search TiddlyWiki toolmap", which lets you type > a search string, then click a link to open that as a search in the toolmap > page in Dynalist. > > - (https://kookma.github.io/TW-Scripts/#Search%20Tiddlywiki%20Toolmap) > > But I also really like to see a list of options as I am searching, so I > don't have to pull terms out of my head. See my tweak of Tobias' > list-search macro, where the tiddlers get listed as links to external > websites. > > - > > https://giffmex.org/gifts/documenting.tw.html#List-Search%20with%20list%20items%20as%20external%20links > > I would like to mashup these two into the following, but every attempt I > tried failed. Too complicated for me at present. What I want to do is: > > - Take notes in a Dynalist document. > - Organize by topic in Dynalist. > - Add the topics as tiddlers to a TiddlyWiki. > - Have a list-search macro that lists all the tiddlers and filters > them as I type > - *so far so good, I have all of this. Now the part I don't know how > to do:* > - adapt my custom "listitemtemplate" tiddler > - so that the tiddlers in the list-search search results > - function as links to Dynalist searches for the tiddler titles. > > It seems like what the listitemtemplate tiddler needs is something like > the logic below: > > --- > define (something) something > end > > <button><a href> + <prefix "https://dynalist.io/...#q='"> + <tiddler > title> + <" /a></button> > --- > > But: a) I don't know how to go about it, and b) maybe there is just a > better way to think about it than the logic above. > > I would appreciate any help! And I will document the answer in my > documenting.tw site for the greater good. > > Thanks and blessings. > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCO2a680OXubbs47GOHpbVWgLe6bTyB%3D6UJUq61A2Ew7Q%40mail.gmail.com.

