Re: [twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread Simon Huber

>
> Just to clarify, I'm all in favour of having find-in-page in 
> TiddlyDesktop, and welcome any help. I think Simon's approach is a 
> promising one: to make a find-in-page that works in a standalone TW. The 
> other approach is to extend TiddlyDesktop itself with the functionality.
>

That's cool, thanks Jeremy!

Extending TiddlyDesktop itself is cumbersome I found. On the nw.js repo 
there are some questions about it, but it doesn't seem to be clear if it 
works using webview or how to do it ... so I thought maybe it's better 
doing it this way ...

best wishes back
 

>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.com
>
> On 27 Feb 2019, at 16:23, Simon Huber  > wrote:
>
> Simon Huber wrote:
>>>
>>> I've created this little demo here: 
>>> http://find-on-page-test.tiddlyspot.com/
>>>
>>> It allows to find words on the page using a very simple action-widget
>>>
>>>  what I've noticed is that matches on tags are found but the 
>>> selection isn't visible.
>>>
>>  
>> Right. I'm doubtful its workable without visual feedback. I tried. I 
>> failed.
>>
>> Josiah
>>
>
> I have a solution for that, it's just not updated online. The problem is 
> that elements that are draggable (that have the draggable attr. ="true") 
> cannot be found.
>
> My solution is to change the TagTemplate and put a condition inside that  
> shows tags without dragFilter (which removes the draggable attr.) when the 
> search panel is open.
> That would probably work best when it would be a popup, so the condition 
> would be: when that popup state tiddler is present, no dragFilter for tags.
> problem: we cannot create popups using keyboard shortcuts, which would be 
> very useful here.
> solution: I could add my action-popup widget here
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywikide...@googlegroups.com .
> To post to this group, send email to tiddly...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywikidev.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/04c03038-d9bb-4a0c-a0a1-b1b2e165a402%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/c4a9a26a-b4e1-4262-ad6a-f347f5d31027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread Jeremy Ruston
Just to clarify, I'm all in favour of having find-in-page in TiddlyDesktop, and 
welcome any help. I think Simon's approach is a promising one: to make a 
find-in-page that works in a standalone TW. The other approach is to extend 
TiddlyDesktop itself with the functionality.

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 27 Feb 2019, at 16:23, Simon Huber  wrote:
> 
>>> Simon Huber wrote:
>>> I've created this little demo here: http://find-on-page-test.tiddlyspot.com/
>>> 
>>> It allows to find words on the page using a very simple action-widget
>>> 
>>>  what I've noticed is that matches on tags are found but the selection 
>>> isn't visible.
>>  
>> Right. I'm doubtful its workable without visual feedback. I tried. I failed.
>> 
>> Josiah
> 
> I have a solution for that, it's just not updated online. The problem is that 
> elements that are draggable (that have the draggable attr. ="true") cannot be 
> found.
> 
> My solution is to change the TagTemplate and put a condition inside that  
> shows tags without dragFilter (which removes the draggable attr.) when the 
> search panel is open.
> That would probably work best when it would be a popup, so the condition 
> would be: when that popup state tiddler is present, no dragFilter for tags.
> problem: we cannot create popups using keyboard shortcuts, which would be 
> very useful here.
> solution: I could add my action-popup widget here
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywikidev+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywikidev@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywikidev.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/04c03038-d9bb-4a0c-a0a1-b1b2e165a402%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/6156A910-2829-49AE-A29C-D02DE3AED45E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread Simon Huber

>
> Simon Huber wrote:
>>
>> I've created this little demo here: 
>> http://find-on-page-test.tiddlyspot.com/
>>
>> It allows to find words on the page using a very simple action-widget
>>
>>  what I've noticed is that matches on tags are found but the 
>> selection isn't visible.
>>
>  
> Right. I'm doubtful its workable without visual feedback. I tried. I 
> failed.
>
> Josiah
>

I have a solution for that, it's just not updated online. The problem is 
that elements that are draggable (that have the draggable attr. ="true") 
cannot be found.

My solution is to change the TagTemplate and put a condition inside that  
shows tags without dragFilter (which removes the draggable attr.) when the 
search panel is open.
That would probably work best when it would be a popup, so the condition 
would be: when that popup state tiddler is present, no dragFilter for tags.
problem: we cannot create popups using keyboard shortcuts, which would be 
very useful here.
solution: I could add my action-popup widget here

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/04c03038-d9bb-4a0c-a0a1-b1b2e165a402%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread @TiddlyTweeter
Simon Huber wrote:
>
> I've created this little demo here: 
> http://find-on-page-test.tiddlyspot.com/
>
> It allows to find words on the page using a very simple action-widget
>
>  what I've noticed is that matches on tags are found but the selection 
> isn't visible.
>
 
Right. I'm doubtful its workable without visual feedback. I tried. I failed.

Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/de5f58f3-f480-4de9-b917-9bfd1c871fd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread @TiddlyTweeter
Just NOTING TiddlyDesktop is an awesome install at 250Mb before you even do 
anything.

On Wednesday, 27 February 2019 14:27:01 UTC+1, @TiddlyTweeter wrote:
>
> Back to topic ... I'll experiment with your search tool in TD and report 
> back.
>
> A dopo
> Josiah
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/559b8a13-1145-46d5-8e6f-ef3e64dabb5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread @TiddlyTweeter
Back to topic ... I'll experiment with your search tool in TD and report 
back.

A dopo
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/8c6ef525-1113-43de-95b7-449513f280b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread @TiddlyTweeter
Anyone who wants to help JR on TD gets my vote. 

Its a superb solution for desktop users.

MY main concern has been to encourage *a fully portable build* of it (i.e. 
that you can use relative addressing to wiki). That would permit 
repackaging of the app with content wiki. I would definitely use it  ...

Josiah

On Wednesday, 27 February 2019 13:33:04 UTC+1, Simon Huber wrote:
>
> Simon,
>>
>> Jeremy is the author of tiddlydesktop. It uses a cutdown browser to 
>> opperate, I know he was reluctant to add more and more such that it would 
>> become a browser but you may be able to persuade him to add this if its 
>> practical to do so in a future release.
>>
>> Regards
>> Tony
>>
>
> Hi Tony, yeah I know about this little interest conflict. But 
> search-on-page is not a browser-only thing. An address bar would be I 
> guess, this is just functionality for the notebook/application itself 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/2be11342-8877-465e-bc2d-78b509dce871%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: a video widget that plays videos without interruption

2019-02-27 Thread @TiddlyTweeter
Much better. But I'm still not able to stream the 40 versions of Purcell's 
famous Lament in a row:-)

Yours
Ever hopeful :-)

On Sunday, 24 February 2019 16:40:18 UTC+1, Simon Huber wrote:
>
> Hi again,
>
> I've created a much better working Demo: 
> http://videoplayerwidget.tiddlyspot.com
>
> Its code is clean(er) :) ... it uses PR #3798 , the part that adds 
> resizeListeners only + there's no complicated widget-id anymore
>
> have a nice weekend,
> Simon
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/f7c3d289-fe79-4294-a51e-a449a2e813d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread Simon Huber

>
> Simon,
>
> Jeremy is the author of tiddlydesktop. It uses a cutdown browser to 
> opperate, I know he was reluctant to add more and more such that it would 
> become a browser but you may be able to persuade him to add this if its 
> practical to do so in a future release.
>
> Regards
> Tony
>

Hi Tony, yeah I know about this little interest conflict. But 
search-on-page is not a browser-only thing. An address bar would be I 
guess, this is just functionality for the notebook/application itself 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/b88fea95-d66f-46f0-8486-63dcbe23ccd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: a video widget that plays videos without interruption

2019-02-27 Thread Simon Huber

>
> Simon,
>
> Perhaps off topic but I wonder if we could timestamp points in time on a 
> video and trigger a responce in tiddlywiki at that time? Perhaps in 
> reverse, search tiddlers that then jump to a point in time in a video.
>
> I have some compelling applications if this were possible.
>
> Regards
> Tony
>

Hi Tony, the root of this is that videos embedded within tiddlers stop 
playing when the DOM changes, like when I open a new tiddler above the one 
with the playing video

the idea is to append the video to the page, put a placeholder into the 
tiddler and match both positions. In my example I'm overdoing it to the 
point that the video refreshes every time the placeholder refreshes which 
is unintended ...

for something like this we'll have to focus on this problem first

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/e5ef5a5e-1c4b-4963-a34f-b8aadd4307a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: rudimentary find-on-page support for TD

2019-02-27 Thread TonyM
Simon,

Jeremy is the author of tiddlydesktop. It uses a cutdown browser to opperate, I 
know he was reluctant to add more and more such that it would become a browser 
but you may be able to persuade him to add this if its practical to do so in a 
future release.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/c493ee8e-ea48-4ade-8618-6dd5449752a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.