File: org-roam-mode.el.html
This module implements org-roam-mode, which is a major mode that used by
special Org-roam buffers to display various content in a section-like manner
about the nodes and relevant to them information (e.g. backlinks) with which
the user can interact with.
Defined variables (15)
org-roam-buffer | The persistent Org-roam buffer name. Must be surround with "*". |
org-roam-buffer-current-directory | The ‘org-roam-directory’ value of ‘org-roam-buffer-current-node’. |
org-roam-buffer-current-node | The node for which an ‘org-roam-mode’ based buffer displays its contents. |
org-roam-buffer-postrender-functions | Functions to run after the Org-roam buffer is rendered. |
org-roam-grep-map | Keymap for Org-roam grep result sections. |
org-roam-mode-abbrev-table | Abbrev table for ‘org-roam-mode’. |
org-roam-mode-hook | Hook run after entering ‘org-roam-mode’. |
org-roam-mode-map | Parent keymap for all keymaps of modes derived from ‘org-roam-mode’. |
org-roam-mode-sections | A list of sections for the ‘org-roam-mode’ based buffers. |
org-roam-mode-syntax-table | Syntax table for ‘org-roam-mode’. |
org-roam-node-map | Keymap for ‘org-roam-node-section’s. |
org-roam-preview-function | The preview function to use to populate the Org-roam buffer. |
org-roam-preview-map | Keymap for ‘org-roam-preview-section’s. |
org-roam-preview-postprocess-functions | A list of functions to postprocess the preview content. |
org-roam-unlinked-references-result-re | Regex for the return result of a ripgrep query. |
Defined functions (63)
Defined faces (8)
org-roam-dim | Face for the dimmer part of the widgets. |
org-roam-header-line | Face for the ‘header-line’ in some Org-roam modes. |
org-roam-olp | Face for the OLP of the node. |
org-roam-preview-heading | Face for preview headings. |
org-roam-preview-heading-highlight | Face for current preview headings. |
org-roam-preview-heading-selection | Face for selected preview headings. |
org-roam-preview-region | Face used by ‘org-roam-highlight-preview-region-using-face’. This face is overlaid over text that uses other hunk faces, and those normally set the foreground and background colors. The ‘:foreground’ and especially the ‘:background’ properties should be avoided here. Setting the latter would cause the loss of information. Good properties to set here are ‘:weight’ and ‘:slant’. |
org-roam-title | Face for Org-roam titles. |