Thanks for this great package. Is there a hook that I can use to run a function after archiving a link?
For example, I'm interested in downloading an org format of the link too, and add its location as another property. (I use this tool https://github.com/alphapapa/org-web-tools/), so the archive item would be like:
:PROPERTIES:
:URL: https://example.com/text.html
:ID:
:ARCHIVED_AT:
:ORG_VERISON: // a link like archived-at but to the org file downloaded by org-web-tools
:END:
Thanks for this great package. Is there a hook that I can use to run a function after archiving a link? For example, I'm interested in downloading an org format of the link too, and add its location as another property. (I use this tool https://github.com/alphapapa/org-web-tools/), so the archive item would be like: