snowgoon88 / TW5-extendedit

Try to extend the editor of TiddlyWiki5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete onClick / onTouch

heyarne opened this issue · comments

Hi and first of all thanks for the nice plugin. :) Works great for my case!

One question: Is it possible to finish the completion onClick or onTouch? At the moment I have to select a completion entry via arrow keys if I understand this correctly and this makes it unsuitable for mobile devices (which is a pity because otherwise it seems to work great).

Thanks again.

Hi,
ok, I understand the motivation (I'm used to keyboard-only/mainly settings, so...)
I'll have a look and see how to add this Click and/or Touch event.

Hello,
you can now click/touch a completion proposal to insert it into the tiddler.
Should be working...

I'll close this issue in a few days if no bugs...
Snow

Thanks for implementing this! I added some CSS to provide visual feedback that there's actually some mouse interaction possible in #26.

Thanks, as I commented on pull request #26, It might need some more work for a seamless integration.

I have added a "mouse_hover" callback in branch mouse_integration [6a5b01d and e09327e]
I removed the CSS modification as "selected" status is now only governed by keyboard XOR mouse (not both).

Better ?
Or you like better your way as on #26 ?

Can we make a release for a new version soon?

Yes. I waited for a answer by heyarne, but...
So, a new release is done.