From: Drew Adams <drew.adams@oracle.com>
To: Pierre Neidhardt <ambrevar@gmail.com>,
"Charles A. Roelli" <charles@aurox.ch>
Cc: emacs-devel@gnu.org
Subject: RE: EWW improvements: open in new buffer, tags, quickmarks, search engines, ...
Date: Tue, 24 Apr 2018 09:24:33 -0700 (PDT) [thread overview]
Message-ID: <92db8445-5829-4c34-8c47-9eb6e9c6cbcb@default> (raw)
In-Reply-To: <878t9dw3it.fsf@gmail.com>
> Another feature I'd like to add: a global "history" file.
> It would record all visited URI.
>
> It's convenient to search URLs that we know we've visited, but not
> necessarily only from a specific buffer.
>
> To make the history persistent, I would store it in a format similar to
> bookmarks but without any of the additional features I'm planning to add
> (tags, search engine, etc.). There would be the following keys:
> - URL
> - TITLE
> - TIME
>
> Defcustoms would include:
> - The persistent file.
> - The max number of entries to keep (0 for unlimited). Older entries
> get deleted first.
FWIW -
Charles mentioned earlier some of the Bookmark+ support for
EWW (normal Emacs bookmarks vs EWW's pseudo-bookmarks, plus
arbitrary tagging, sorting, filtering, multiple bookmark
files, org-mode annotations...).
It seems a bit silly for EWW to have its own, limited form
of "bookmarking". Perhaps it's time for it to graduate to
Emacs bookmarks?
Another Bookmark+ feature for EWW, relevant to your mail,
is minor mode `bmkp-eww-auto-bookmark-mode'. When it's
enabled a bookmark is automatically set whenever you visit
a URL with EWW. (A similar feature exists for Info nodes.)
When enabled, if user option `bmkp-eww-auto-type' is
`create-or-update' then such a bookmark is created for the
URL if none exists. If the option value is `update-only'
(the default) then no new bookmark is created automatically,
but an existing bookmark gets updated. You can toggle the
option value with command `bmkp-toggle-eww-auto-type'.
Emacs (real) bookmarks record not only the time of last
visit but also the number of visits. You can sort by
the number of visits, to easily see your weighted URL
visit history. (You can also edit the number of recorded
visits.)
In addition, EWW bookmarks with Bookmark+ have their own
visit history. You can cycle among just the EWW bookmarks
or a subset of them (e.g., those currently visible in the
bookmark-list display, in sort order and filtered). So
you can cycle among any set of EWW bookmarks, visiting
them in an order you choose. You need no programming to
do any of this - no knowledge of Lisp.
You can also bookmark a given bookmark-list display,
which persists its visibility/filtering settings and sort
order. So you can quickly switch among any number of
sequences (navigation lists) of EWW bookmarks to cycle
among.
Bookmark+ navigation lists give you, in this sense, any
number of EWW histories, easy to define and switch among.
And you can tag those different histories any way you
like, and switch among them by tag or tag combinations,
in addition to doing so by bookmark name.
AFAICT, everything you've mentioned so far as possible
improvements of EWW pseudo-bookmarking is already
available with Bookmark+ real bookmarks. Why reinvent
the wheel and remain incompatible with Emacs bookmarks?
Bookmark+ is in fact a superset of vanilla `bookmark.el'.
It could just replace it in Emacs.
https://www.emacswiki.org/emacs/BookmarkPlus#CyclingNavlist
next prev parent reply other threads:[~2018-04-24 16:24 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-16 10:26 EWW improvements: open in new buffer, tags, quickmarks, search engines, Pierre Neidhardt
2018-04-16 10:54 ` Lars Ingebrigtsen
2018-04-16 11:18 ` Pierre Neidhardt
2018-04-16 12:08 ` Lars Ingebrigtsen
2018-04-16 12:22 ` Pierre Neidhardt
2018-04-16 12:27 ` Lars Ingebrigtsen
2018-04-16 12:32 ` Lars Ingebrigtsen
2018-04-16 17:55 ` Eli Zaretskii
2018-04-17 11:18 ` Charles A. Roelli
2018-04-17 19:18 ` Pierre Neidhardt
2018-04-24 5:56 ` Pierre Neidhardt
2018-04-24 14:50 ` Lars Ingebrigtsen
2018-04-24 17:57 ` The importance of secrecy (was: EWW improvements: open in new buffer, tags, quickmarks, search engines, ...) Stefan Monnier
2018-04-24 19:45 ` The importance of secrecy John Wiegley
2018-04-24 20:16 ` The importance of secrecy (was: EWW improvements: open in new buffer, tags, quickmarks, search engines, ...) Joost Kremers
2018-04-24 20:53 ` The importance of secrecy Stefan Monnier
2018-04-24 22:40 ` Lars Ingebrigtsen
2018-04-24 22:44 ` Stefan Monnier
2018-04-24 15:58 ` EWW improvements: open in new buffer, tags, quickmarks, search engines, T.V Raman
2018-04-25 6:48 ` Pierre Neidhardt
2018-04-25 15:25 ` T.V Raman
2018-04-25 16:25 ` Pierre Neidhardt
2018-04-25 23:36 ` T.V Raman
2018-04-26 12:46 ` Stefan Monnier
2018-04-24 16:24 ` Drew Adams [this message]
2018-04-25 7:00 ` Pierre Neidhardt
2018-04-25 12:30 ` Lars Ingebrigtsen
2018-04-25 15:29 ` Drew Adams
2018-05-03 6:52 ` Pierre Neidhardt
2018-05-03 6:54 ` Pierre Neidhardt
2018-05-03 15:12 ` Drew Adams
2018-04-24 16:49 ` Eli Zaretskii
2018-04-25 6:32 ` Pierre Neidhardt
2018-04-25 15:55 ` Eli Zaretskii
2018-04-25 16:13 ` Pierre Neidhardt
2018-04-25 16:19 ` Eli Zaretskii
2018-04-17 19:01 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=92db8445-5829-4c34-8c47-9eb6e9c6cbcb@default \
--to=drew.adams@oracle.com \
--cc=ambrevar@gmail.com \
--cc=charles@aurox.ch \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).