[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master fe80d24a0b 2/3: * lisp/net/webjump.el: Add TODO section. (Bug#146
From: |
Stefan Kangas |
Subject: |
master fe80d24a0b 2/3: * lisp/net/webjump.el: Add TODO section. (Bug#14624) |
Date: |
Sat, 25 Dec 2021 11:06:52 -0500 (EST) |
branch: master
commit fe80d24a0b4c86bbd6d61a1413e6797b3260be45
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
* 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)