-
-
Notifications
You must be signed in to change notification settings - Fork 55
Add Web Query using Webpages in Worktable #38
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the query-webpages branch was created from the Release 2.6.0 branch instead of master. This will merge all of the Rel 2.6.0 changes rather than the query-webpages ones.
This also makes it impossible to review the code changes made by that specific feature.
|
@alexk111 Done! |
|
Thanks for the update! I'll implement the feature with a proper inter-widget communication, so closing the PR. |
This feature adds a new special search engine for Web Query widget: Webpages in Worktable. By setting this engine, the search query doesn't open SERP in your default web browser, but loads simultaneously in all Webpages in the Worktable which have
QUERYplaceholder in their URLs. See the following example:Amazon Webpage URL: https://www.amazon.com/search/s?k=QUERY
eBay Webpage URL: https://www.ebay.com/sch/i.html?_nkw=QUERY
AliExpress Webpage URL: https://www.aliexpress.com/w/wholesale-QUERY.html
The branch is based on the Release 2.6.0-beta, for changes see the last two commits.