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

Selected Text Auto Search #65

Closed
brandon1024 opened this issue May 9, 2017 · 3 comments
Closed

Selected Text Auto Search #65

brandon1024 opened this issue May 9, 2017 · 3 comments
Labels
feature This issue is a new feature. medium priority This issue is medium priority.

Comments

@brandon1024
Copy link
Owner

brandon1024 commented May 9, 2017

Beta Feature: When something is highlighted in the web page, and the extension is opened, whatever is highlighted in the web page should be automatically entered in the search field. This is common to IDEs.

@brandon1024 brandon1024 added feature This issue is a new feature. medium priority This issue is medium priority. labels May 9, 2017
@brandon1024 brandon1024 assigned ghost May 9, 2017
@brandon1024
Copy link
Owner Author

@brandon1024
Copy link
Owner Author

@MikeWalz11 you're probably right about needing to use Window.getSelection() in the content script. The best way to do this would be to implement a new action to check initially if there is text selected in the page. If there is, replace the extension popup search field text with that text, and immediately execute the update action.

@brandon1024
Copy link
Owner Author

Fixed: #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a new feature. medium priority This issue is medium priority.
Projects
None yet
Development

No branches or pull requests

1 participant