xvvvyz/tilde

Mobile (and IME) friendly version

Opened this issue · 0 comments

Hey, I love this project but it was not working well for my mobile devices. Since this needed a physical keyboard to use the suggestions. So I ended up forking it to create an active search box (aka kept #dialog open).

Notable changes I made are having the active search box, suggestions as hyperlinks (which still look like buttons) and some shortcuts. Because search box is open at all times, it has better support for IME (with autofocus disabled IME works uninterrupted).

I wanted to do a pull request but I felt having as a different version of tilde should be ideal. Though I think you could change suggestions to hyperlinks to have additional keybindings to open it when tabbed to them. I am sure it will be useful when you want to open other than the default.

The code may not be ideal since I do not know HTML/CSS/JS very well (python is more familiar for me). I would appreciate it, if you could have a look at my repo when you can to give some comments if possible.