From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: How do you store web pages for reference? Date: Mon, 16 Jan 2017 15:43:25 +0100 Message-ID: <2017-01-16T15-41-12@devnull.Karl-Voit.at> References: Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cT8Vg-0003N8-9Y for emacs-orgmode@gnu.org; Mon, 16 Jan 2017 09:43:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cT8Vd-00085E-73 for emacs-orgmode@gnu.org; Mon, 16 Jan 2017 09:43:48 -0500 Received: from [195.159.176.226] (port=58105 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cT8Vc-00084v-Vl for emacs-orgmode@gnu.org; Mon, 16 Jan 2017 09:43:45 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cT8VP-0007mu-Lm for emacs-orgmode@gnu.org; Mon, 16 Jan 2017 15:43:31 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote: > I'm looking for a workflow that allows me to save a web page for > reference, ideally from Firefox. I know of org-protocol-capture-html > (https://github.com/alphapapa/org-protocol-capture-html), which is > perfect for pure-text pages, but I'm also looking for a solution for > images-heavy pages. I've tried to simply save the page to PDF, but it > does not preserve the links. I am using the Firefox plugin Shelve[1] which stores all of my web pages visited. Those HTML files are written with an ISO time-stamp in their file name. Therefore, my Memacs filename module (see sig) is indexing all visited URLs and they appear on my agenda. So I do have a direct link between my agenda and the HTML files of all web pages I have visited. [1] https://addons.mozilla.org/en-US/firefox/addon/shelve/ -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Information Management > http://Karl-Voit.at/tags/pim/ Emacs-related > http://Karl-Voit.at/tags/emacs/