alphapapa / pocket-reader.el

Emacs client for Pocket reading list (getpocket.com)
GNU General Public License v3.0
223 stars 12 forks source link

Support/document the special _untagged_ tag #38

Closed kaya-toast closed 1 year ago

kaya-toast commented 2 years ago

Thank you for creating this package! I have been really frustrated with how slow the Pocket desktop app and the web interface are, so I'm really glad to have found this.

Is it possible to search for articles that do not have any tags? The Pocket desktop/iOS app has the function to search for untagged items, and I'm wondering if I can do the same thing in pocket-reader.

Thanks again!

bcc32 commented 2 years ago

You can actually search for the special tag _untagged_ (press t s to tag search), which will give you the list of articles with no tags. This is explained on the Pocket API documentation but I don't think it's mentioned in pocket-reader.el's docs.

kaya-toast commented 2 years ago

It works! Thank you so much @bcc32 I will close this issue now.

alphapapa commented 2 years ago

Thanks, @bcc32, I didn't know about that special tag. We should do something with it in this package someday...