Variable: hywiki-directory
hywiki-directory is a customizable variable defined in hywiki.el.
Value
"~/hywiki/"
Documentation
Directory that holds all HyWiki pages in Org format.
See hywiki-org-publishing-directory for exported pages in html format.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-directory "~/hywiki/"
"Directory that holds all HyWiki pages in Org format.
See `hywiki-org-publishing-directory' for exported pages in html format."
:initialize #'custom-initialize-default
:set #'hywiki-set-directory
:type 'string
:group 'hyperbole-hywiki)