Function: hynote-get-file-stems
hynote-get-file-stems is a byte-compiled function defined in
hynote.el.
Signature
(hynote-get-file-stems)
Documentation
Return the list of existing HyNote files sans their hynote-file-suffixes.
This includes both Hynote page files and others. Stems returned are
relative to hynote-directory-list.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hynote.el
(defun hynote-get-file-stems ()
"Return the list of existing HyNote files sans their `hynote-file-suffixes'.
This includes both Hynote page files and others. Stems returned are
relative to `hynote-directory-list'."
(mapcar #'file-name-sans-extension (hynote-get-files)))