emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote-menu ec8349a77a 14/15: added commentary


From: ELPA Syncer
Subject: [elpa] externals/denote-menu ec8349a77a 14/15: added commentary
Date: Thu, 9 Mar 2023 11:00:08 -0500 (EST)

branch: externals/denote-menu
commit ec8349a77a845bb91fdf98ea7e705444be1f9965
Author: Mohamed Suliman <sulimanm@tcd.ie>
Commit: Mohamed Suliman <sulimanm@tcd.ie>

    added commentary
---
 denote-menu.el | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/denote-menu.el b/denote-menu.el
index b258ffa266..f12a7feaf4 100644
--- a/denote-menu.el
+++ b/denote-menu.el
@@ -21,6 +21,21 @@
 
 ;;; Commentary:
 
+;; `denote-menu' is an extension to the elpa package `denote' and provides
+;; an interface for viewing your denote files that goes beyond using the
+;; standard `dired' emacs command to view your `denote-directory'. Using
+;; dired is a fine method for viewing your denote files (among other
+;; things), however denote's file naming scheme tends to clutters the
+;; buffer with hyphens and underscores. This package aims to declutter your
+;; view of your files by making it easy to view the 3 main components of
+;; denote files, that is their timestamp, title, and keywords. Derived from
+;; the builtin `tabulated-list-mode', the `*Denote*' buffer that is created
+;; with the `list-denotes' command is visually similar to that created by
+;; commands like `list-packages' and `list-processes', and provides methods
+;; to filter the denote files that are shown, as well as exporting to dired
+;; with the denote files that are currently shown for them to be operated
+;; upon further.
+
 ;;; Code:
 
 (require 'tabulated-list)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]