seeba8 / yet-another-pinboard-extension

Manage your Pinboard bookmarks in your browser.
GNU General Public License v3.0
30 stars 4 forks source link

Tag input selected on new pin? #33

Open bs opened 6 years ago

bs commented 6 years ago

How about having the tag list input ready and able when you're creating a new pin?

seeba8 commented 6 years ago

There are three ways I could do that. First, I could always send the current page to pinboard to get suitable tag suggestions for that page. I dont want to do that for privacy reasons. Second, I could send the request only when you open the popup regardless of whether you intend to save the page or not. I dont think that idea would be good either. Third is to cache the popular tags to display them next time while asynchronically loading current ones anyway. That seems okay, but you might get unfitting suggestions. Or i could suggest your own most-used tags maybe. I will think about the last point, but you will have a hard time to convince me of option 1 or 2. please do try though if you have a good point in favour of it.