Variable: hywiki-referent-menu

hywiki-referent-menu is a customizable variable defined in hywiki.el.

Value

Large value
(("HyWiki Add>")
 ("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.")
 ("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.")
 ("Sexp"
  (hywiki-add-sexpression hkey-value)
  "Add a HyWikiWord that evaluates an Elisp sexpression."))

Documentation

Menu of HyWikiWord custom referent types of the form:
(LABEL-STRING ACTION-SEXP DOC-STR).

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hkey-value)                              ;; "hui-mouse.el"
(defvar hywiki-referent-menu nil)                ;; "hywiki.el"