thmsbfft / oryoki

Ōryōki [応量器] is an experimental web browser with a thin interface.
http://oryoki.io/
MIT License
484 stars 32 forks source link

Feature request: other search engines #20

Closed acstll closed 7 years ago

acstll commented 8 years ago

Hi there,

the app is beautiful, thanks for building it.

I wanted to ask if it was possible to add the option to change the search engine (I like using duckduckgo, for instance). I think that could be part of the preferences, and then use it here…?

https://github.com/thmsbfft/oryoki/blob/0a8e302f5d15446fdccd871df52dc06b9418ac3b/src/js/renderer/Omnibox.js#L123

thmsbfft commented 8 years ago

Hi – & thanks :)

Changing the default search engine will be part of the Omnibox overhaul. That'll include a keyword based search and a customizable dictionary; e.g. typing wiki oryoki will search wikipedia for the term.

acstll commented 8 years ago

Brilliant, let me know if you can use some help.

I got some more comments, should I just write them down below and you can decide if you want to make separate issues out of them?

Thank you!

thmsbfft commented 8 years ago

Sure, write away! Happy to hear all suggestions.

acstll commented 8 years ago

So here it goes:

Buggy:

Nice to have:

Really personal:

Thanks again!

thmsbfft commented 8 years ago

That's awesome! Opening separate issues for all these. Great comments, thanks for taking the time. Trying to wrap my head around the window switching: do you have a software in mind that uses that? Wondering if it should just change the focus or center the window / hide the previous, etc.

Also agree on bookmarks - tough problem, and there's more things to fix before moving on to that. While I have you, mind if I bounce some ideas off you?

acstll commented 8 years ago

No problem!

Trying to wrap my head around the window switching: do you have a software in mind that uses that?

Visual Studio Code, for example, there's Ctrl+Tab, to switch between 2 files. You open file A, then open file B, press Ctrl+Tab and go back to A, Ctrl-Tab again and back to B and so on… really handy sometimes. I would just change the focus.

Then for going through open windows, I'd suggest using Cmd+alt+ just like you change tabs in Firefox. I'm currently using the "Exposé" gesture (three fingers down) to switch between open windows…

While I have you, mind if I bounce some ideas off you?

Not at all!

thmsbfft commented 8 years ago

OK, will check these. 👍

As for ideas, I am looking at this set now (taken from the to-do):

Alright that's it. Been toying with these a bit but any comment is good. Cheers!

thmsbfft commented 7 years ago

Closing to keep the project clean, but I have notes on all that.

acstll commented 7 years ago

@thmsbfft no problem. It's funny I just yesterday downloaded version 0.0.4 (I had been not using Oryoki for a while), and I love the new stuff. Thank you! (I'm sorry I haven't had time to be more involved in giving feedback to the project.)