]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/webjump.el: Add TODO section. (Bug#14624)
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Dec 2021 15:36:07 +0000 (16:36 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Dec 2021 15:39:31 +0000 (16:39 +0100)
lisp/net/webjump.el

index d14d382aac3963695eea04270c7e471573a51b4f..7547f92d7d3f84e064b149b3ba3fcc294c9a2064 100644 (file)
 
 ;;; 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)