Skip to content

Releases: alphapapa/org-web-tools

v1.3

20 Dec 15:17
v1.3
Compare
Choose a tag to compare

Changes

  • Errors from Pandoc are now displayed. (#47. Thanks to c1-g.)

Fixes

  • Default options to Wget (see #35).
  • Finding URL in clipboard on MacOS and Windows. (See #66. Thanks to @askdkc.)
  • Org timestamp format when inserting pages. (#54. Thanks to p4v4n for reporting.)

Internal

  • Use plz HTTP library and make various related optimizations.

Removed

  • Internal function org-web-tools--html-title. (If your program used this function, it's trivially reimplemented; see source code.)

v1.2

29 Oct 04:15
v1.2
Compare
Choose a tag to compare

Improvements

  • Archiving tools:
    • Can use multiple functions to attempt archiving.
    • Associated options control retry attempts, delays, and fallbacks to other functions.
    • Functions to archive Web pages with wget and tar:
      • Function org-web-tools-archive--wget-tar archives a URL's Web page, including page resources.
      • Function org-web-tools-archive--wget-tar-html-only archives a URL's HTML only.
    • Command org-web-tools-archive-view handles both zip and tar archives.
    • The default settings use wget and tar to archive pages (because the archive.today service has not worked reliably with external tools for a long time).

Changes

  • Option org-web-tools-archive-fn defaults to using wget and tar to archive pages to XZ archives with HTML and page resources. (The archive.is service has not worked reliably with other tools for a long time.)

Fixes

  • org-web-tools--org-link-for-url now returns the URL if the HTML page has no title tag. This avoids an error, e.g. when used in an Org capture template.

Compatibility

  • Emacs 27.1 or later is now required.
  • Updated for Org 9.3's changes to org-bracket-link-regexp. (Thanks to Aaron Zeng and Akira Komamura.)
  • Activate org-mode in temporary buffer for org-web-tools--html-to-org-with-pandoc. (#56. Thanks to mooseyboots.)
  • Use compat library.