alphapapa / org-web-tools

View, capture, and archive Web pages in Org-mode
GNU General Public License v3.0
647 stars 33 forks source link

+TITLE: org-web-tools

+PROPERTY: LOGGING nil

[[https://melpa.org/#/org-web-tools][file:https://melpa.org/packages/org-web-tools-badge.svg]] [[https://stable.melpa.org/#/org-web-tools][file:https://stable.melpa.org/packages/org-web-tools-badge.svg]]

This file contains library functions and commands useful for retrieving web page content and processing it into Org-mode content.

For example, you can copy a URL to the clipboard or kill-ring, then run a command that downloads the page, isolates the "readable" content with =eww-readable=, converts it to Org-mode content with Pandoc, and displays it in an Org-mode buffer. Another command does all of that but inserts it as an Org entry instead of displaying it in a new buffer.

** Requirements

** MELPA

After installing from MELPA, just run one of the [[*Usage][commands]] below. If you want to use any of the functions in your own code, you should ~(require 'org-web-tools)~.

** Commands

** Functions

These are used in the commands above and may be useful in building your own commands.

** 1.3

Changes

Fixes

Internal

Removed

** 1.2

Improvements

Changes

Fixes

Compatibility

** 1.1.2

Fixed

** 1.1.1

Fixed

** 1.1

Additions

** 1.0.1

Changes

** 1.0

Contributions and suggestions are welcome.

GPLv3