Mark bookmarks to EWW

This commit is contained in:
Daniel Borchmann 2025-02-25 17:26:16 +01:00
parent fc58eb56f4
commit 3dbc9604d4
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -865,6 +865,8 @@ it."
"Extract filename from bookmark BMK and apply `eww' to it." "Extract filename from bookmark BMK and apply `eww' to it."
(eww (bookmark-get-filename bmk))) (eww (bookmark-get-filename bmk)))
(put 'db/bookmark-eww 'bookmark-handler-type "EWW")
(defun db/bookmark-add-external (location name) (defun db/bookmark-add-external (location name)
"Add NAME as bookmark to LOCATION that is opened by the operating system. "Add NAME as bookmark to LOCATION that is opened by the operating system.
Offers simple completing from the list of recently opened files. Offers simple completing from the list of recently opened files.