Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Suggestions #27

Open
JoeHana opened this issue Jul 21, 2015 · 0 comments
Open

Live Suggestions #27

JoeHana opened this issue Jul 21, 2015 · 0 comments
Milestone

Comments

@JoeHana
Copy link
Member

JoeHana commented Jul 21, 2015

Every valid textarea should receive functionality to get used as live search tool. Inserted Text will get searched in real time and the snippets will get displayed accordingly within the panel.

So the User can start writing as usual in the textarea, and if the written text is similar to one of the existing pasties, then those will get recommended for easy one-click injection.

Not sure if we should also need to make a custom UI for that? Some kind of Panel below the textarea where those suggestions get displayed? Or only display those matches in the panel while all those that do not match get hidden? I actually prefer the latter one, not only because it saves work, but also because to maintain simplicity. On the other hand a dedicated panel below the textarea is better known for live suggestions and maybe easier to use. Also it can be used while the main panel is inactive, or if the main panel is active this panel can still display ALL snippets not only those which matches with the inserted text. This could be useful in cases where the live suggestion actually do not fit or the user wants simply to write a similar answer but just with a different link or image which he/she might want to paste from the main panel then.

@JoeHana JoeHana added this to the v2.0 milestone Jul 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant