Function: eww-bookmark-urls
eww-bookmark-urls is an interactive and byte-compiled function defined
in eww.el.gz.
Signature
(eww-bookmark-urls)
Documentation
Get the URLs from the current list of bookmarks.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defun eww-bookmark-urls ()
"Get the URLs from the current list of bookmarks."
(interactive nil eww-boomark-mode)
(eww-read-bookmarks)
(mapcar (lambda (x) (plist-get x :url)) eww-bookmarks))