From 440a201f5768c30c9aa2cef076a5db65349fc94c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 25 Dec 2021 16:36:07 +0100 Subject: [PATCH] * lisp/net/webjump.el: Add TODO section. (Bug#14624) --- lisp/net/webjump.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index d14d382aac..7547f92d7d 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el @@ -61,6 +61,13 @@ ;;; Code: +;; TODO: +;; - Add a menu bar and tool bar for this library. +;; - Add commands to create/delete link from the hotlist. +;; - Add something like a bookmark folder in modern browsers. +;; - Add a command that can open/follow all links in a folder. +;; - Add tags for Web sites in the hotlist. + ;;-------------------------------------------------------- Package Dependencies (require 'browse-url) -- 2.30.2