[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 9be887a963 3/8: Add notes in the manual about th
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 9be887a963 3/8: Add notes in the manual about the buffer backlink indicator |
Date: |
Thu, 18 Jul 2024 03:57:56 -0400 (EDT) |
branch: externals/denote
commit 9be887a9633fb43d6f6de5b0df96962cb24f8a82
Author: Ashton Wiersdorf <mail@wiersdorf.dev>
Commit: Ashton Wiersdorf <mail@wiersdorf.dev>
Add notes in the manual about the buffer backlink indicator
---
README.org | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 78e3af40a3..f64bd65438 100644
--- a/README.org
+++ b/README.org
@@ -3009,6 +3009,7 @@ are placeholders for Denote file name components
([[#h:4e9c7512-84dc-4dfb-9fa9-e
- The =%d= is the same as =%i= (=DATE= mnemonic).
- The =%s= is the Denote =SIGNATURE= of the file.
- The =%k= is the Denote =KEYWORDS= of the file.
+- The =%b= is an indicator of whether or not the file has backlinks pointing
to it.
- The =%%= is a literal percent sign.
In addition, the following flags are available for each of the specifiers:
@@ -3029,8 +3030,11 @@ include some text that makes Denote buffers stand out,
such as
a =[D]= prefix. Examples:
#+begin_src emacs-lisp
-;; Use the title (default)
-(setq denote-rename-buffer-format "%t")
+;; Use the title prefixed with the backlink indicator (default)
+(setq denote-rename-buffer-format "%b%t")
+
+;; Customize what the backlink indicator looks like
+(setq denote-buffer-has-backlinks-string "!! ")
;; Use the title and keywords with some emoji in between
(setq denote-rename-buffer-format "%t 🤨 %k")
- [elpa] externals/denote updated (ba79556066 -> 6b762364f7), ELPA Syncer, 2024/07/18
- [elpa] externals/denote dce9d79b23 6/8: Use plain ASCII for denote-buffer-has-backlinks-string, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 4318efe7e8 1/8: Add indicator for buffer having backlinks to denote-rename-buffer, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 6b762364f7 8/8: Update denote--file-has-backlinks-p docstring to placate the compiler, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 90fcf37de6 2/8: Add denote--file-has-backlinks-p; search for backlinks iff needed, ELPA Syncer, 2024/07/18
- [elpa] externals/denote f808a67bd8 5/8: Tweak the :package-version of user options for renaming buffers, ELPA Syncer, 2024/07/18
- [elpa] externals/denote aa83497db0 7/8: Document denote-buffer-has-backlinks-string in the manual, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 8abe1bd4f1 4/8: Merge pull request #392 from ashton314/main, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 9be887a963 3/8: Add notes in the manual about the buffer backlink indicator,
ELPA Syncer <=