Re: [tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-20 Thread David Gifford
There it is! Thanks Mohammad!

On Saturday, December 19, 2020 at 10:45:37 PM UTC-6 Mohammad wrote:

> David,
> 1.  Goto https://github.com/saqimtiaz/sq-tw
> 2. Look for streams-tiddlytoolmap.html 
> 
>
> Best wishes
> Mohammad
>
>
> On Sun, Dec 20, 2020 at 4:41 AM David Gifford  wrote:
>
>> Hi Mohammad, thanks for the tip.
>>
>> Unfortunately, I couldn't find it at Saq's repo. Looking for it in there 
>> just reinforced how much I don't like GitHub. Nothing said toolmap, and 
>> searching for toolmap didn't turn up anything...If you have a more specific 
>> link, that would be great. Blessings.
>>
>> On Saturday, December 19, 2020 at 12:55:00 PM UTC-6 Mohammad wrote:
>>
>>> 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  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

  + https://dynalist.io/...#q='">  + >>> title> + <" /a>
 ---

 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 tiddlywiki+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com
  
 
 .

>>> -- 
>> 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 tiddlywiki+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a4007f91-40c6-4335-b4d1-d297145933e3n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a5ccac8-5f30-4d66-8ddc-9b5d5bedca17n%40googlegroups.com.


Re: [tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-20 Thread Saq Imtiaz
Here is the original post about 
it: https://groups.google.com/g/tiddlywiki/c/DRpjXlSfuVU/m/LODwdHWiCAAJ

Note that this was an experiment in OPML import, that I have since used as 
a demo for large streams when checking performance.

The soon to be released Streams 0.2 renders the toolmap (with all nodes 
expanded) over 3 times faster.

Cheers,
Saq

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f32165b5-1302-4c03-ac83-2ba093cb53e8n%40googlegroups.com.


Re: [tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-19 Thread Mohammad Rahmani
David,
1.  Goto https://github.com/saqimtiaz/sq-tw
2. Look for streams-tiddlytoolmap.html


Best wishes
Mohammad


On Sun, Dec 20, 2020 at 4:41 AM David Gifford  wrote:

> Hi Mohammad, thanks for the tip.
>
> Unfortunately, I couldn't find it at Saq's repo. Looking for it in there
> just reinforced how much I don't like GitHub. Nothing said toolmap, and
> searching for toolmap didn't turn up anything...If you have a more specific
> link, that would be great. Blessings.
>
> On Saturday, December 19, 2020 at 12:55:00 PM UTC-6 Mohammad wrote:
>
>> 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  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
>>>
>>>  + https://dynalist.io/...#q='">  + >> title> + <" /a>
>>> ---
>>>
>>> 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 tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a4007f91-40c6-4335-b4d1-d297145933e3n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCBs2eWKbqETiPFD0hq5UNB%3DG2X9sYFZVf_W9Q2S%2BB8Vw%40mail.gmail.com.


Re: [tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-19 Thread David Gifford
Hi Mohammad, thanks for the tip.

Unfortunately, I couldn't find it at Saq's repo. Looking for it in there 
just reinforced how much I don't like GitHub. Nothing said toolmap, and 
searching for toolmap didn't turn up anything...If you have a more specific 
link, that would be great. Blessings.

On Saturday, December 19, 2020 at 12:55:00 PM UTC-6 Mohammad wrote:

> 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  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
>>
>>  + https://dynalist.io/...#q='">  + > title> + <" /a>
>> ---
>>
>> 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 tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a4007f91-40c6-4335-b4d1-d297145933e3n%40googlegroups.com.


Re: [tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-19 Thread Mohammad Rahmani
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  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
>
>  + https://dynalist.io/...#q='">  +  title> + <" /a>
> ---
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCO2a680OXubbs47GOHpbVWgLe6bTyB%3D6UJUq61A2Ew7Q%40mail.gmail.com.


[tw5] [Request] Mashup of list-search macro and "Search TiddlyWiki toolmap"

2020-12-19 Thread David Gifford

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

 + https://dynalist.io/...#q='">  +  + <" /a>
---

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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/09a9023f-822c-4390-82d6-30ba942613d9n%40googlegroups.com.