plugins.papis.settings.at-cursor.popup_format

The format of the popup shown on :Papis at-cursor show-popup (equivalent to points 1-3 of preview_format).

Note that one of the lines is composed of multiple elements.

Note also the [ "vspace" "vspace" ] line which is exclusive to popup_format and which tells papis.nvim to fill the space between the previous and next element with whitespace (and in effect make whatever comes after right-aligned). It can only occur once in a line.

Type: null or (list of ((list of (string or list of string)) or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  [
    "author"
    "%s"
    "PapisPopupAuthor"
  ]
  [
    "vspace"
    "vspace"
  ]
  [
    "files"
    [
      " "
      "F "
    ]
    "PapisResultsFiles"
  ]
  [
    "notes"
    [
      "󰆈 "
      "N "
    ]
    "PapisResultsNotes"
  ]
  [
    "year"
    "%s"
    "PapisPopupYear"
  ]
  [
    "title"
    "%s"
    "PapisPopupTitle"
  ]
]

Declared by: