Variable: hynote-file-suffix-list
hynote-file-suffix-list is a variable defined in hynote.el.
Value
(".kotl" ".kot" ".md" ".markdown" ".mkd" ".mdown" ".mkdn" ".mdwn"
".org" ".otl" ".outl")
Documentation
List of valid filename suffixes to search for HyNotes.
If you change this value, you must regenerate hynote-file-suffix-regexp.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hynote.el
(defvar hynote-file-suffix-list
'(".kotl" ".kot" ".md" ".markdown" ".mkd" ".mdown" ".mkdn" ".mdwn"
".org" ".otl" ".outl")
"List of valid filename suffixes to search for HyNotes.
If you change this value, you must regenerate `hynote-file-suffix-regexp'.")