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

search kippt when searching google #5

Open
kylewest opened this issue Jul 19, 2012 · 7 comments
Open

search kippt when searching google #5

kylewest opened this issue Jul 19, 2012 · 7 comments

Comments

@kylewest
Copy link

This is a cool feature in the evernote extension. A standard omnibox search simultaneously searches an evernote account with results displayed inline.

Is anyone working on this or something similar? If not I'll try to implement and send a pull request.

Kyle

@ksaa
Copy link
Member

ksaa commented Jul 20, 2012

At least I haven't heard anyone mention about it.

@jorilallo
Copy link
Member

Yep, haven't heard but I think it would be useful and also pretty easy to implement.

@kylewest
Copy link
Author

@jorde I'll have some free time over the holidays, could you point me in the right direction to easy?

@jorilallo
Copy link
Member

@kylewest This is pretty straightforward: You need to inject code to the right place on google.com (content scripts). I would do another page and load that as an iframe inside the extension which then loads search results via ajax call (https://kippt.com/api/search/clips/?q={{search_term}}).

I almost think this should be something I should do as it could be integral part of the extension but feel free to hack around with it, I'm too busy at the moment :(

@kylewest
Copy link
Author

thanks @jorde

I haven't worked on any extensions so I didn't realize you could just call the api via ajax. I figured there would be a bunch of cross-domain issues. With that in mind it does become very straightforward. I'll hack on it and maybe you can use it, or parts of it, when you come back around to this.

The evernote implementation of this concept is nice, although their search leaves much to be desired.

Screenshot 12:14:12 9:05 AM

Kyle

@jorilallo
Copy link
Member

Yeah, Chrome extensions are pretty nice as there's no cross-domain issues if you just define the urls in config file.

We're going to change the look&feel of Kippt quite a lot but I think simple list of results would be the best way to represent results. Probably the biggest issue with this is to inject iframe into right place so that it won't affect Google's functionality otherwise.

We appreciate all the help and would love to see this happening soon 👍

@whispy
Copy link

whispy commented Sep 8, 2014

@kylewest @jorilallo any news on this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants