papis / papis-zotero

Zotero compatibility layer for papis
GNU General Public License v3.0
75 stars 17 forks source link

Add tag to imported document #46

Closed kiike closed 8 months ago

kiike commented 8 months ago

This is a small PR that adds a feature that I use in my workflow: when I come upon an item that is interesting, I'd like to add it to papis with an automatic tag. In my workflow it's "inbox" so that i can search for all "inbox"'ed documents, which are the ones I need to review.

To achieve this, just run papis zotero serve -s tags inbox. Of course, when no tag is provided, no tags or empty tag list will be added to the papis document.

alexfikl commented 8 months ago

Sorry for the delay! This slipped my mind..

It all looks good to me, so in it goes :rocket:

kiike commented 8 months ago

Thanks!