Add Web Query using Webpages in Worktable#38
Closed
niutech wants to merge 12 commits intoFreeterApp:masterfrom
Closed
Add Web Query using Webpages in Worktable#38niutech wants to merge 12 commits intoFreeterApp:masterfrom
niutech wants to merge 12 commits intoFreeterApp:masterfrom
Conversation
alexk111
requested changes
Jun 6, 2025
Member
There was a problem hiding this comment.
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.
Contributor
Author
|
@alexk111 Done! |
Member
|
Thanks for the update! I'll implement the feature with a proper inter-widget communication, so closing the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.