Function: denote-format-keywords-for-text-front-matter
denote-format-keywords-for-text-front-matter is a byte-compiled
function defined in denote.el.
Signature
(denote-format-keywords-for-text-front-matter KEYWORDS)
Documentation
Format front matter KEYWORDS for text file type.
KEYWORDS is a list of strings. Consult the denote-file-types
for how this is used.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote-format-keywords-for-text-front-matter (keywords)
"Format front matter KEYWORDS for text file type.
KEYWORDS is a list of strings. Consult the `denote-file-types'
for how this is used."
(string-join keywords " "))