edgarjs / instachrome

Chrome extension for saving URLs in Instapaper
https://chrome.google.com/extensions/detail/fldildgghjoohccppflaohodcnmlacpb
MIT License
119 stars 12 forks source link

Feature Request: Integrate with Instapaper Folders #11

Open roberkules opened 13 years ago

roberkules commented 13 years ago

It would be great if Instachrome could recognize my folders in Instapaper to have a ADD button for each folder like:

If this feature would be implemented I could finally get rid of my extra bookmarklets.

As a bonus you might be able to select the default folder when using the keyboard shortcut.

btw: great extension!

aehlke commented 13 years ago

I'd love this too.

aehlke commented 13 years ago

Since the auth for the full API requires OAuth and not just username/password, and since most Instapaper users probably aren't subscribers, do you think this is more appropriate as a fork which is only usable by subscribers ("Instachrome Pro" or something along those lines -- or an entirely different title, if you don't want the Instachrome brand reused)?

Another option would be to add this as another section in the settings page. It might be a little confusing since then there are 2 ways to authenticate.

This feature also means that if they log in with OAuth, every Simple API call will have to be rewritten to conditionally call the equivalent Full API call instead. What a pain.

Let me know what you think, thanks.