Variable: hywiki-referent-menu
hywiki-referent-menu is a customizable variable defined in hywiki.el.
Value
Large value
(("HyWiki RefType>")
("Bookmark"
(hywiki-add-bookmark hkey-value)
"Add a HyWikiWord that jumps to an Emacs bookmark.")
("Command"
(hywiki-add-command hkey-value)
"Add a HyWikiWord that runs an Emacs command or Hyperbole action type.")
("Denote"
(hywiki-add-denote hkey-value)
"Add a HyWikiWord that jumps to a Denote note stored by ID.")
("Elisp"
(hywiki-add-elisp hkey-value)
"Add a HyWikiWord that evaluates an Elisp sexpression.")
("Find"
(hywiki-add-find hkey-value)
"Add a HyWikiWord that greps through `hywiki-directory' for its matches.")
("Gbut"
(hywiki-add-global-button hkey-value)
"Add a HyWikiWord that activates a named Hyperbole global button.")
("HyRolo"
(hywiki-add-hyrolo hkey-value)
"Add a HyWikiWord that searches `hyrolo-file-list' for matches.")
("InfoIndex"
(hywiki-add-info-index hkey-value)
"Add a HyWikiWord that displays an Info index item.")
("Keys"
(hywiki-add-key-series hkey-value)
"Add a HyWikiWord that executes a key series.")
("pathLink"
(hywiki-add-path-link hkey-value)
"Add a HyWikiWord that links to a path and possible position.")
("infoNode"
(hywiki-add-info-node hkey-value)
"Add a HyWikiWord that displays an Info node.")
("OrgID"
(hywiki-add-org-id hkey-value)
"Add an Org link that displays an Org section given its Org ID.")
("Page"
(hywiki-add-page hkey-value)
"Add/Reset a HyWikiWord to link to its standard HyWiki page.")
("orgRoamNode"
(hywiki-add-org-roam-node hkey-value)
"Add a HyWikiWord that displays an Org Roam node given its title.")
("Spec"
(hywiki-add-spec hkey-value)
"Highlight HyWikiWord; defer referent creation until activation.")
("glossarY"
(hywiki-add-glossary-entry hkey-value)
"Add a new HyWiki glossary entry."))
Documentation
Menu of HyWikiWord custom referent types of the form:
(LABEL-STRING ACTION-SEXP DOC-STR).
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defvar hkey-value) ;; "hui-mouse.el"
(defvar hywiki-referent-menu nil) ;; "hywiki.el"