charlesroelli / org-board

Org mode's web archiver.
GNU General Public License v3.0
279 stars 18 forks source link

A hook for running a function after downloading is finish #23

Open tareefdev opened 4 years ago

tareefdev commented 4 years ago

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: