org-board icon indicating copy to clipboard operation
org-board copied to clipboard

A hook for running a function after downloading is finish

Open tareefdev opened this issue 4 years ago • 0 comments

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:

tareefdev avatar Nov 01 '20 19:11 tareefdev