[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Ste

Mohammed's sliders (to be found at the top of this thread 
https://groups.google.com/g/tiddlywiki/c/GHbwtMIrA3I
Also has a pop up though as a thumbnail view. 
On Monday, 21 September 2020 at 15:58:24 UTC+1 dami...@gmail.com wrote:

> I AM an ignorant, and admitted that from my first message. I'm just a 
> physician. Don't know about all this stuff, but I admire people who do.
>
> I already had tried something like the code in your last message, but the 
> "preview" plugin is much better. With your way, it just shows a bare 
> skeleton of the linked tiddler, without formatting, or links, or images.
>
> Since I don't know how to install and try the contribution of linonetwo 
> from GitHub directly, I think I'll wait till tobibeer merges with his 
> suggestion and then I'll download the preview plugin again.
>
> Thanks for all, Mr. Gifford. And strikke, too. You people are truly nice.
>
>
>
>
> El lunes, 21 de septiembre de 2020 a las 16:36:39 UTC+2, David Gifford 
> escribió:
>
>> Wasn't suggesting you are ignorant. Sorry if I gave you that impression.
>>
>> This is a step in the right direction: add this at the top of a tiddler 
>> with links, then save and hover:
>>
>> \define tv-wikilink-tooltip()
>>
>> <$transclude field="text" mode="inline"/>
>>
>> \end
>>
>> On Monday, September 21, 2020 at 9:32:50 AM UTC-5 dami...@gmail.com 
>> wrote:
>>
>>> In fact, I've been to tobibeer Github's page, and a one named linonetwo 
>>> has made a pull request called "Make link auto close": 
>>> https://github.com/tobibeer/tw5-preview/pull/3/files
>>>
>>> So I understand I'm not that ignorant and there is not an auto-close 
>>> option, but maybe there will be in the near future!
>>>
>>> Now I'm trying to see if I can use that contribution from linonetwo
>>>
>>> Thanks
>>> El lunes, 21 de septiembre de 2020 a las 16:23:27 UTC+2, David Gifford 
>>> escribió:
>>>
 I looked over the preview and appear plugins but don't find 
 configuration settings for the amount of time after hover to close the 
 popup. 

 There might be a way to tweak this macro: 
 https://tiddlywiki.com/#tv-wikilink-tooltip%20Variable%20(Examples)

 so that it a) transcludes the text field in block mode, and b) make it 
 a global macro so that it does not have to be pasted at the top of every 
 tiddler. 

 There are some bright minds here, who may know how to do that.

 On Monday, September 21, 2020 at 8:37:03 AM UTC-5 dami...@gmail.com 
 wrote:

> Clarification: for Tobias Beer, "sticky" means that the popup does not 
> close in you click inside the popup. For me, "sticky" means it doesn't 
> dissapear once you don't hover over the link anymore. I would like the 
> popups to not be sticky in my sense.
>
> El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
> escribió:
>
>> Also, it's interesting that the popups in Andy Matuschak's notes 
>> appear fast as hell. They appear much faster online that the popups on 
>> my 
>> own, locally-stored Tiddly html file. Even though I have reduced the 
>> $:/plugins/tobibeer/preview/defaults/delay 
>> <#m_-5804361280602763110_m_-3301657790240617217_m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
>>   
>> to 0 milliseconds. 
>>
>> El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
>> escribió:
>>
>>> I followed your instructions, and I think I'm near. I've installed 
>>> appear and preview. The problem is that the previews are sticky, no 
>>> matter 
>>> what you do. I have tried to change   
>>> $:/plugins/tobibeer/preview/defaults/class 
>>> <#m_-5804361280602763110_m_-3301657790240617217_m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>>>   
>>> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
>>> sticky. In Andy Matuschak's notes is not annoying because the popups 
>>> dissapear inmediately if you cease to hover.
>>>
>>> Maybe the problem is that I'm using a "static exported html" without 
>>> knowing it. I don't know what "static" means. I have an html file in my 
>>> HDD 
>>> which I open with TiddlyDesktop. It just seems there is no option for 
>>> not 
>>> making the popups sticky.
>>> Thanks
>>>
>>> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David 
>>> Gifford escribió:
>>>
 Hi Dam, looks like Birthe gave you the same I answer I just did by 
 Twitter. I concur with Birthe that the preview plugin is the way, and 
 that 
 while it sounds good in theory, it is actually quite annoying. Also, I 
 am 
 almost 100% certain it will not work in static 

[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Damián Gil
I AM an ignorant, and admitted that from my first message. I'm just a 
physician. Don't know about all this stuff, but I admire people who do.

I already had tried something like the code in your last message, but the 
"preview" plugin is much better. With your way, it just shows a bare 
skeleton of the linked tiddler, without formatting, or links, or images.

Since I don't know how to install and try the contribution of linonetwo 
from GitHub directly, I think I'll wait till tobibeer merges with his 
suggestion and then I'll download the preview plugin again.

Thanks for all, Mr. Gifford. And strikke, too. You people are truly nice.




El lunes, 21 de septiembre de 2020 a las 16:36:39 UTC+2, David Gifford 
escribió:

> Wasn't suggesting you are ignorant. Sorry if I gave you that impression.
>
> This is a step in the right direction: add this at the top of a tiddler 
> with links, then save and hover:
>
> \define tv-wikilink-tooltip()
>
> <$transclude field="text" mode="inline"/>
>
> \end
>
> On Monday, September 21, 2020 at 9:32:50 AM UTC-5 dami...@gmail.com wrote:
>
>> In fact, I've been to tobibeer Github's page, and a one named linonetwo 
>> has made a pull request called "Make link auto close": 
>> https://github.com/tobibeer/tw5-preview/pull/3/files
>>
>> So I understand I'm not that ignorant and there is not an auto-close 
>> option, but maybe there will be in the near future!
>>
>> Now I'm trying to see if I can use that contribution from linonetwo
>>
>> Thanks
>> El lunes, 21 de septiembre de 2020 a las 16:23:27 UTC+2, David Gifford 
>> escribió:
>>
>>> I looked over the preview and appear plugins but don't find 
>>> configuration settings for the amount of time after hover to close the 
>>> popup. 
>>>
>>> There might be a way to tweak this macro: 
>>> https://tiddlywiki.com/#tv-wikilink-tooltip%20Variable%20(Examples)
>>>
>>> so that it a) transcludes the text field in block mode, and b) make it a 
>>> global macro so that it does not have to be pasted at the top of every 
>>> tiddler. 
>>>
>>> There are some bright minds here, who may know how to do that.
>>>
>>> On Monday, September 21, 2020 at 8:37:03 AM UTC-5 dami...@gmail.com 
>>> wrote:
>>>
 Clarification: for Tobias Beer, "sticky" means that the popup does not 
 close in you click inside the popup. For me, "sticky" means it doesn't 
 dissapear once you don't hover over the link anymore. I would like the 
 popups to not be sticky in my sense.

 El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
 escribió:

> Also, it's interesting that the popups in Andy Matuschak's notes 
> appear fast as hell. They appear much faster online that the popups on my 
> own, locally-stored Tiddly html file. Even though I have reduced the 
> $:/plugins/tobibeer/preview/defaults/delay 
> <#m_-3301657790240617217_m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
>   
> to 0 milliseconds. 
>
> El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
> escribió:
>
>> I followed your instructions, and I think I'm near. I've installed 
>> appear and preview. The problem is that the previews are sticky, no 
>> matter 
>> what you do. I have tried to change   
>> $:/plugins/tobibeer/preview/defaults/class 
>> <#m_-3301657790240617217_m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>>   
>> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
>> sticky. In Andy Matuschak's notes is not annoying because the popups 
>> dissapear inmediately if you cease to hover.
>>
>> Maybe the problem is that I'm using a "static exported html" without 
>> knowing it. I don't know what "static" means. I have an html file in my 
>> HDD 
>> which I open with TiddlyDesktop. It just seems there is no option for 
>> not 
>> making the popups sticky.
>> Thanks
>>
>> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David 
>> Gifford escribió:
>>
>>> Hi Dam, looks like Birthe gave you the same I answer I just did by 
>>> Twitter. I concur with Birthe that the preview plugin is the way, and 
>>> that 
>>> while it sounds good in theory, it is actually quite annoying. Also, I 
>>> am 
>>> almost 100% certain it will not work in static exported htmls, but hey, 
>>> try 
>>> it to make sure. Dave
>>>
>>> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 
>>> strikke...@gmail.com wrote:
>>>
 You could look at Tobias Beers appear 
 and
  
 preview.

 Mind you it drove me crazy after a while.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread David Gifford
Wasn't suggesting you are ignorant. Sorry if I gave you that impression.

This is a step in the right direction: add this at the top of a tiddler 
with links, then save and hover:

\define tv-wikilink-tooltip()

<$transclude field="text" mode="inline"/>

\end

On Monday, September 21, 2020 at 9:32:50 AM UTC-5 dami...@gmail.com wrote:

> In fact, I've been to tobibeer Github's page, and a one named linonetwo 
> has made a pull request called "Make link auto close": 
> https://github.com/tobibeer/tw5-preview/pull/3/files
>
> So I understand I'm not that ignorant and there is not an auto-close 
> option, but maybe there will be in the near future!
>
> Now I'm trying to see if I can use that contribution from linonetwo
>
> Thanks
> El lunes, 21 de septiembre de 2020 a las 16:23:27 UTC+2, David Gifford 
> escribió:
>
>> I looked over the preview and appear plugins but don't find configuration 
>> settings for the amount of time after hover to close the popup. 
>>
>> There might be a way to tweak this macro: 
>> https://tiddlywiki.com/#tv-wikilink-tooltip%20Variable%20(Examples)
>>
>> so that it a) transcludes the text field in block mode, and b) make it a 
>> global macro so that it does not have to be pasted at the top of every 
>> tiddler. 
>>
>> There are some bright minds here, who may know how to do that.
>>
>> On Monday, September 21, 2020 at 8:37:03 AM UTC-5 dami...@gmail.com 
>> wrote:
>>
>>> Clarification: for Tobias Beer, "sticky" means that the popup does not 
>>> close in you click inside the popup. For me, "sticky" means it doesn't 
>>> dissapear once you don't hover over the link anymore. I would like the 
>>> popups to not be sticky in my sense.
>>>
>>> El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
>>> escribió:
>>>
 Also, it's interesting that the popups in Andy Matuschak's notes appear 
 fast as hell. They appear much faster online that the popups on my own, 
 locally-stored Tiddly html file. Even though I have reduced the 
 $:/plugins/tobibeer/preview/defaults/delay 
 <#m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
   
 to 0 milliseconds. 

 El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
 escribió:

> I followed your instructions, and I think I'm near. I've installed 
> appear and preview. The problem is that the previews are sticky, no 
> matter 
> what you do. I have tried to change   
> $:/plugins/tobibeer/preview/defaults/class 
> <#m_840949458223782062_m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>   
> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
> sticky. In Andy Matuschak's notes is not annoying because the popups 
> dissapear inmediately if you cease to hover.
>
> Maybe the problem is that I'm using a "static exported html" without 
> knowing it. I don't know what "static" means. I have an html file in my 
> HDD 
> which I open with TiddlyDesktop. It just seems there is no option for not 
> making the popups sticky.
> Thanks
>
> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
> escribió:
>
>> Hi Dam, looks like Birthe gave you the same I answer I just did by 
>> Twitter. I concur with Birthe that the preview plugin is the way, and 
>> that 
>> while it sounds good in theory, it is actually quite annoying. Also, I 
>> am 
>> almost 100% certain it will not work in static exported htmls, but hey, 
>> try 
>> it to make sure. Dave
>>
>> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 
>> strikke...@gmail.com wrote:
>>
>>> You could look at Tobias Beers appear 
>>> and
>>>  
>>> preview.
>>>
>>> Mind you it drove me crazy after a while.
>>>
>>> Birthe
>>>
>>

-- 
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/1cf15ada-a94a-487d-b7d2-58c78294525an%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Damián Gil
In fact, I've been to tobibeer Github's page, and a one named linonetwo has 
made a pull request called "Make link auto close": 
https://github.com/tobibeer/tw5-preview/pull/3/files

So I understand I'm not that ignorant and there is not an auto-close 
option, but maybe there will be in the near future!

Now I'm trying to see if I can use that contribution from linonetwo

Thanks
El lunes, 21 de septiembre de 2020 a las 16:23:27 UTC+2, David Gifford 
escribió:

> I looked over the preview and appear plugins but don't find configuration 
> settings for the amount of time after hover to close the popup. 
>
> There might be a way to tweak this macro: 
> https://tiddlywiki.com/#tv-wikilink-tooltip%20Variable%20(Examples)
>
> so that it a) transcludes the text field in block mode, and b) make it a 
> global macro so that it does not have to be pasted at the top of every 
> tiddler. 
>
> There are some bright minds here, who may know how to do that.
>
> On Monday, September 21, 2020 at 8:37:03 AM UTC-5 dami...@gmail.com wrote:
>
>> Clarification: for Tobias Beer, "sticky" means that the popup does not 
>> close in you click inside the popup. For me, "sticky" means it doesn't 
>> dissapear once you don't hover over the link anymore. I would like the 
>> popups to not be sticky in my sense.
>>
>> El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
>> escribió:
>>
>>> Also, it's interesting that the popups in Andy Matuschak's notes appear 
>>> fast as hell. They appear much faster online that the popups on my own, 
>>> locally-stored Tiddly html file. Even though I have reduced the 
>>> $:/plugins/tobibeer/preview/defaults/delay 
>>> <#m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
>>>   
>>> to 0 milliseconds. 
>>>
>>> El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
>>> escribió:
>>>
 I followed your instructions, and I think I'm near. I've installed 
 appear and preview. The problem is that the previews are sticky, no matter 
 what you do. I have tried to change   
 $:/plugins/tobibeer/preview/defaults/class 
 <#m_242969253000540177_m_-6384522440022683868_m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
   
 to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
 sticky. In Andy Matuschak's notes is not annoying because the popups 
 dissapear inmediately if you cease to hover.

 Maybe the problem is that I'm using a "static exported html" without 
 knowing it. I don't know what "static" means. I have an html file in my 
 HDD 
 which I open with TiddlyDesktop. It just seems there is no option for not 
 making the popups sticky.
 Thanks

 El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
 escribió:

> Hi Dam, looks like Birthe gave you the same I answer I just did by 
> Twitter. I concur with Birthe that the preview plugin is the way, and 
> that 
> while it sounds good in theory, it is actually quite annoying. Also, I am 
> almost 100% certain it will not work in static exported htmls, but hey, 
> try 
> it to make sure. Dave
>
> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
> wrote:
>
>> You could look at Tobias Beers appear 
>> and
>>  
>> preview.
>>
>> Mind you it drove me crazy after a while.
>>
>> Birthe
>>
>

-- 
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/eb46866d-615d-44c9-9ef5-ed014a296948n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread David Gifford
I looked over the preview and appear plugins but don't find configuration 
settings for the amount of time after hover to close the popup. 

There might be a way to tweak this macro: 
https://tiddlywiki.com/#tv-wikilink-tooltip%20Variable%20(Examples)

so that it a) transcludes the text field in block mode, and b) make it a 
global macro so that it does not have to be pasted at the top of every 
tiddler. 

There are some bright minds here, who may know how to do that.

On Monday, September 21, 2020 at 8:37:03 AM UTC-5 dami...@gmail.com wrote:

> Clarification: for Tobias Beer, "sticky" means that the popup does not 
> close in you click inside the popup. For me, "sticky" means it doesn't 
> dissapear once you don't hover over the link anymore. I would like the 
> popups to not be sticky in my sense.
>
> El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
> escribió:
>
>> Also, it's interesting that the popups in Andy Matuschak's notes appear 
>> fast as hell. They appear much faster online that the popups on my own, 
>> locally-stored Tiddly html file. Even though I have reduced the 
>> $:/plugins/tobibeer/preview/defaults/delay 
>> <#m_-6384522440022683868_m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
>>   
>> to 0 milliseconds. 
>>
>> El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
>> escribió:
>>
>>> I followed your instructions, and I think I'm near. I've installed 
>>> appear and preview. The problem is that the previews are sticky, no matter 
>>> what you do. I have tried to change   
>>> $:/plugins/tobibeer/preview/defaults/class 
>>> <#m_-6384522440022683868_m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>>>   
>>> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
>>> sticky. In Andy Matuschak's notes is not annoying because the popups 
>>> dissapear inmediately if you cease to hover.
>>>
>>> Maybe the problem is that I'm using a "static exported html" without 
>>> knowing it. I don't know what "static" means. I have an html file in my HDD 
>>> which I open with TiddlyDesktop. It just seems there is no option for not 
>>> making the popups sticky.
>>> Thanks
>>>
>>> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
>>> escribió:
>>>
 Hi Dam, looks like Birthe gave you the same I answer I just did by 
 Twitter. I concur with Birthe that the preview plugin is the way, and that 
 while it sounds good in theory, it is actually quite annoying. Also, I am 
 almost 100% certain it will not work in static exported htmls, but hey, 
 try 
 it to make sure. Dave

 On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
 wrote:

> You could look at Tobias Beers appear 
> and
>  
> preview.
>
> Mind you it drove me crazy after a while.
>
> Birthe
>


-- 
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/d107d45c-0db7-45b7-ba51-6a1206d5b011n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Damián Gil
Clarification: for Tobias Beer, "sticky" means that the popup does not 
close in you click inside the popup. For me, "sticky" means it doesn't 
dissapear once you don't hover over the link anymore. I would like the 
popups to not be sticky in my sense.

El lunes, 21 de septiembre de 2020 a las 15:33:34 UTC+2, Damián Gil 
escribió:

> Also, it's interesting that the popups in Andy Matuschak's notes appear 
> fast as hell. They appear much faster online that the popups on my own, 
> locally-stored Tiddly html file. Even though I have reduced the 
> $:/plugins/tobibeer/preview/defaults/delay 
> <#m_4192599386984245267_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>
>   
> to 0 milliseconds. 
>
> El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
> escribió:
>
>> I followed your instructions, and I think I'm near. I've installed appear 
>> and preview. The problem is that the previews are sticky, no matter what 
>> you do. I have tried to change   
>> $:/plugins/tobibeer/preview/defaults/class 
>> <#m_4192599386984245267_m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>>   
>> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
>> sticky. In Andy Matuschak's notes is not annoying because the popups 
>> dissapear inmediately if you cease to hover.
>>
>> Maybe the problem is that I'm using a "static exported html" without 
>> knowing it. I don't know what "static" means. I have an html file in my HDD 
>> which I open with TiddlyDesktop. It just seems there is no option for not 
>> making the popups sticky.
>> Thanks
>>
>> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
>> escribió:
>>
>>> Hi Dam, looks like Birthe gave you the same I answer I just did by 
>>> Twitter. I concur with Birthe that the preview plugin is the way, and that 
>>> while it sounds good in theory, it is actually quite annoying. Also, I am 
>>> almost 100% certain it will not work in static exported htmls, but hey, try 
>>> it to make sure. Dave
>>>
>>> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
>>> wrote:
>>>
 You could look at Tobias Beers appear 
 and
  
 preview.

 Mind you it drove me crazy after a while.

 Birthe

>>>

-- 
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/c8f86636-a1ce-410d-abad-61de89f8c189n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Damián Gil
Also, it's interesting that the popups in Andy Matuschak's notes appear 
fast as hell. They appear much faster online that the popups on my own, 
locally-stored Tiddly html file. Even though I have reduced the 
$:/plugins/tobibeer/preview/defaults/delay 
<#%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fdelay>  to 0 
milliseconds. 

El lunes, 21 de septiembre de 2020 a las 15:19:29 UTC+2, Damián Gil 
escribió:

> I followed your instructions, and I think I'm near. I've installed appear 
> and preview. The problem is that the previews are sticky, no matter what 
> you do. I have tried to change   
> $:/plugins/tobibeer/preview/defaults/class 
> <#m_-7820903980050201131_%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>
>   
> to "popup", "appear", and " tc-preview-tiddler", and the preview keeps 
> sticky. In Andy Matuschak's notes is not annoying because the popups 
> dissapear inmediately if you cease to hover.
>
> Maybe the problem is that I'm using a "static exported html" without 
> knowing it. I don't know what "static" means. I have an html file in my HDD 
> which I open with TiddlyDesktop. It just seems there is no option for not 
> making the popups sticky.
> Thanks
>
> El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
> escribió:
>
>> Hi Dam, looks like Birthe gave you the same I answer I just did by 
>> Twitter. I concur with Birthe that the preview plugin is the way, and that 
>> while it sounds good in theory, it is actually quite annoying. Also, I am 
>> almost 100% certain it will not work in static exported htmls, but hey, try 
>> it to make sure. Dave
>>
>> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
>> wrote:
>>
>>> You could look at Tobias Beers appear 
>>> and
>>>  
>>> preview.
>>>
>>> Mind you it drove me crazy after a while.
>>>
>>> Birthe
>>>
>>

-- 
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/a0ef10b5-9d2f-455d-ba63-9e8edec79cc2n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Damián Gil
I followed your instructions, and I think I'm near. I've installed appear 
and preview. The problem is that the previews are sticky, no matter what 
you do. I have tried to change   $:/plugins/tobibeer/preview/defaults/class 
<#%24%3A%2Fplugins%2Ftobibeer%2Fpreview%2Fdefaults%2Fclass>  to "popup", 
"appear", and " tc-preview-tiddler", and the preview keeps sticky. In Andy 
Matuschak's notes is not annoying because the popups dissapear inmediately 
if you cease to hover.

Maybe the problem is that I'm using a "static exported html" without 
knowing it. I don't know what "static" means. I have an html file in my HDD 
which I open with TiddlyDesktop. It just seems there is no option for not 
making the popups sticky.
Thanks

El lunes, 21 de septiembre de 2020 a las 14:47:38 UTC+2, David Gifford 
escribió:

> Hi Dam, looks like Birthe gave you the same I answer I just did by 
> Twitter. I concur with Birthe that the preview plugin is the way, and that 
> while it sounds good in theory, it is actually quite annoying. Also, I am 
> almost 100% certain it will not work in static exported htmls, but hey, try 
> it to make sure. Dave
>
> On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
> wrote:
>
>> You could look at Tobias Beers appear 
>> and
>>  
>> preview.
>>
>> Mind you it drove me crazy after a while.
>>
>> Birthe
>>
>

-- 
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/6f0e7ea3-ce00-46d8-a198-dc60d0f171c2n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread David Gifford
Hi Dam, looks like Birthe gave you the same I answer I just did by Twitter. 
I concur with Birthe that the preview plugin is the way, and that while it 
sounds good in theory, it is actually quite annoying. Also, I am almost 
100% certain it will not work in static exported htmls, but hey, try it to 
make sure. Dave

On Monday, September 21, 2020 at 7:07:34 AM UTC-5 strikke...@gmail.com 
wrote:

> You could look at Tobias Beers appear 
> and
>  
> preview.
>
> Mind you it drove me crazy after a while.
>
> Birthe
>

-- 
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/7956a18f-85b1-472e-8bd8-a1354a7183e4n%40googlegroups.com.


[tw5] Re: how to trasclude all tiddlers with popup windows automatically?

2020-09-21 Thread Birthe C
You could look at Tobias Beers appear 
and
 
preview.

Mind you it drove me crazy after a while.

Birthe

-- 
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/f97ea237-63d6-4eff-9785-28a26de84c6bo%40googlegroups.com.