Flow-Launcher / Flow.Launcher

:mag: Quick file search & app launcher for Windows with community-made plugins
https://flowlauncher.com
MIT License
8.17k stars 317 forks source link

WebView/Live search webpage preview #2725

Open vvirtues opened 5 months ago

vvirtues commented 5 months ago

Is your feature request related to a problem? Please describe. Instead of typing a search in and sending it to your browser, you can use a live webview to see the results Sometimes I don't want to open my browser so this would be nice Describe the solution you'd like Similar to Fluent Search: image

Describe alternatives you've considered Keeping with Fluent Search, which isnt open source :(

Additional context

image

vvirtues commented 5 months ago

Also support custom search engines such as DuckDuckGo

vvirtues commented 5 months ago

image also supports accessing through webview as well

onesounds commented 5 months ago

We built and tested this feature early in the production of the preview feature. And we stopped, here's why

As a result, I think the only meaningful use of this feature is for searches like Wikipedia or Google, and the rendered form of the result items. I think you'll agree with me on this one. like this.

However, this approach requires source analysis for each site and maintenance for each site change, so we decided that we need a structure to build a server that renders these like BING search results in the start menu. (like MS and mac's spotlight. And we have no money, I'm writing this comment on a laptop from 8 years ago and I've been contributing to this project for 3 years and have never received a cent, which is why this feature will never be implemented).

I have a few ideas for this feature. For example.

  1. only a few major sites support this feature,
  2. users can add scrape code for specific sites separately.
  3. apart from this, certain manipulations will just open the webpage in the preview area.

...things like that. It's a bit low priority at the moment (we have a lot of other work to do). A few ideas came to mind as I was writing this, so let's explore them a bit more. (Don't hold your breath, we're usually slow enough to take at least half a year to build a feature 😂).

vvirtues commented 5 months ago

No problem. I made a half baked replacement using the web app launcher plugin to open duckduckgo in a brave pwa. Thanks for the consideration

ThinkSalat commented 2 months ago

No problem. I made a half baked replacement using the web app launcher plugin to open duckduckgo in a brave pwa. Thanks for the consideration

This just opens a separate webapp like a shortcut right? Not in the actual flow launcher window?