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

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

[elpa] externals/denote c1c06e8897 07/12: Include functions of denote-fi


From: ELPA Syncer
Subject: [elpa] externals/denote c1c06e8897 07/12: Include functions of denote-file-types in the API
Date: Wed, 14 Sep 2022 05:57:39 -0400 (EDT)

branch: externals/denote
commit c1c06e889729587e6d28c3c0f109cb95ae8cb377
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Include functions of denote-file-types in the API
---
 README.org | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/README.org b/README.org
index 5b1de85e62..1c732bf54c 100644
--- a/README.org
+++ b/README.org
@@ -2175,6 +2175,48 @@ might change them without further notice.
      the keywords' value from the front matter.  It performs the reverse
      of the =:keywords-value-function=.
 
++ ~denote-org-front-matter~ :: Variable holding the Org front matter.
+  It is passed to ~format~ with arguments =TITLE=, =DATE=, =KEYWORDS=,
+  =ID= ([[#h:7f918854-5ed4-4139-821f-8ee9ba06ad15][Change the front matter 
format]])
+
++ ~denote-yaml-front-matter~ :: Variable holding the YAML (Markdown)
+  front matter.  It is passed to ~format~ with arguments =TITLE=,
+  =DATE=, =KEYWORDS=, =ID= ([[#h:7f918854-5ed4-4139-821f-8ee9ba06ad15][Change 
the front matter format]])
+
++ ~denote-toml-front-matter~ :: Variable holding the TOML (Markdown)
+  front matter.  It is passed to ~format~ with arguments =TITLE=,
+  =DATE=, =KEYWORDS=, =ID= ([[#h:7f918854-5ed4-4139-821f-8ee9ba06ad15][Change 
the front matter format]])
+
++ ~denote-text-front-matter~ :: Variable holding the plain text front
+  matter.  It is passed to ~format~ with arguments =TITLE=, =DATE=,
+  =KEYWORDS=, =ID= ([[#h:7f918854-5ed4-4139-821f-8ee9ba06ad15][Change the 
front matter format]])
+
++ ~denote-surround-with-quotes~ :: Surround string =S= with quotes.
+  This can be used in ~denote-file-types~ to format front mattter.
+
++ ~denote-trim-whitespace~ :: Trim whitespace around string =S= .  This
+  can be used in ~denote-file-types~ to format front mattter.
+
++ ~denote-trim-whitespace-then-quotes~ :: Trim whitespace then quotes
+  around string =S=.  This can be used in ~denote-file-types~ to format
+  front mattter.
+
++ ~denote-format-keywords-for-md-front-matter~ :: Format front matter
+  =KEYWORDS= for markdown file type.  =KEYWORDS= is a list of strings.
+  Consult the ~denote-file-types~ for how this is used.
+
++ ~denote-format-keywords-for-text-front-matter~ :: Format front matter
+  =KEYWORDS= for text file type.  =KEYWORDS= is a list of strings.
+  Consult the ~denote-file-types~ for how this is used.
+
++ ~denote-format-keywords-for-org-front-matter~ :: Format front matter
+  =KEYWORDS= for org file type.  =KEYWORDS= is a list of strings.
+  Consult the ~denote-file-types~ for how this is used.
+
++ ~denote-extract-keywords-from-front-matter~ :: Format front matter
+  =KEYWORDS= for org file type.  =KEYWORDS= is a list of strings.
+  Consult the ~denote-file-types~ for how this is used.
+
 * Contributing
 :PROPERTIES:
 :CUSTOM_ID: h:1ebe4865-c001-4747-a6f2-0fe45aad71cd



reply via email to

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