>
> 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.

Reply via email to