branch: externals/denote commit e4697c563fee50d754afd388b66426cacdb5b427 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak denote.el Commentary section --- denote.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/denote.el b/denote.el index 5dffae82cb..222af06924 100644 --- a/denote.el +++ b/denote.el @@ -47,15 +47,14 @@ ;; ;; * Composability :: Be a good Emacs citizen, by integrating with other ;; packages or built-in functionality instead of re-inventing -;; functions such as for filtering or greping. Do not introduce -;; strong dependencies on specific libraries. The author of Denote +;; functions such as for filtering or greping. The author of Denote ;; (Protesilaos, aka "Prot") writes ordinary notes in plain text -;; (=.txt=), switching to an Org file only when its expanded set of -;; functionality is required for the task at hand (see the manual's -;; "Points of entry"). +;; (`.txt'), switching on demand to an Org file only when its expanded +;; set of functionality is required for the task at hand (see the +;; manual's "Points of entry"). ;; ;; * Portability :: Notes are plain text and should remain portable. -;; The way Denote writes file names, the front matter it included in +;; The way Denote writes file names, the front matter it includes in ;; the note's header, and the links it establishes must all be ;; adequately usable with standard Unix tools. No need for a databse ;; or some specialised software. As Denote develops and this manual @@ -69,8 +68,9 @@ ;; Notes are atomic (one file per note) and have a unique identifier. ;; However, Denote does not enforce a particular methodology for ;; knowledge management, such as a restricted vocabulary or mutually -;; exclusive sets of keywords. It is up to the user to apply the -;; requisite rigor and/or creativity in pursuit of their preferred +;; exclusive sets of keywords. Denote also does not check if the user +;; writes thematically atomic notes. It is up to the user to apply +;; the requisite rigor and/or creativity in pursuit of their preferred ;; workflow (see the manual's "Writing metanotes"). ;; ;; * Hackability :: Denote's code base consists of small and reusable