You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
I mean how exactly should we display the autocomplete popup? For the Gmail Snippets extension, this is not at all hard because they know their product works only in one website, and that's Gmail.
Our product works everywhere so we have to consider all possible website scenarios. The textbox can be anywhere: in the middle of the page, on bottom right, etc. We need a popup that's consistent across all textboxes.
Now, while a separate popup that appears in the center of the page, when you press backslash, is a decent idea, the problem with it is that it is "too much away" from the textarea. A core philosophy of ProKeys so far has been that placeholders, mathomania, everything occurs "right at your caret", in the textarea directly.
Of course, now that when we'll be supporting better forms instead of placeholders, we'll be switching to a popup anyway, so I think that's the way to go here too. Thoughts?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Similar to how gmail snippets does it:
https://chrome.google.com/webstore/detail/gmail-snippets/aaogcnhlejoiamoopmnieonhbgajndlc
Seems like a cool idea. We could also support fuzzy matching. Only problem is deciding upon a UI which could fit on all websites.
What could be the UI?
The text was updated successfully, but these errors were encountered: