Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/chrisgrieser/alfred-bibtex-citation-picker/llms.txt

Use this file to discover all available pages before exploring further.

Once you have found an entry in the citation picker, Alfred modifier keys let you control exactly what gets pasted into your document — from a plain citekey to a multi-citation bracket with page numbers.

Basic Insertion

Press on any highlighted entry to paste the citekey in your currently configured citation format. For example, with Pandoc format selected:
[@Grieser2020]
The format of the output depends on which citation style you have active. See Citation Formats for the full list.

Multi-Citation

Press ⌥↵ instead of to add the selected entry to an open citation bracket rather than closing it immediately. You are then returned to the search field to select another entry. When you finish with , all selected citekeys are combined in a single bracket:
[@Grieser2020; @Smith2019]
You can chain as many citations as needed before confirming the final one.

Inline Citation

Press ⇧⌘↵ to paste the citation without surrounding bracket formatting. This is the “inline” form that some Pandoc documents require for citations that serve as grammatical subjects in a sentence:
@Grieser2022
instead of:
[@Grieser2022]

Page Numbers

Press ⌘↵ to open a page-number prompt before pasting. Type the page number or range and then use one of these confirmations:
ConfirmationResult
⌥↵Paste with page number, then return to picker to add another citation
⌘↵Paste with page number and close
⇧⌘↵Paste as an inline citation with page number, e.g. @Grieser2022 [p. 42]
Not all formats support every citation action. Inline citations and multi-cite are not available for LaTeX and Multi-Markdown (which use page_before_citekey mode). Page numbers are not meaningful for wikilinks, tags, and bare citekeys. See Citation Formats for per-format details.

URL Actions

Every entry can carry a URL or DOI. The following actions open or copy that link:
ShortcutAction
⌃↵Open the entry’s URL in your default browser
⌘CCopy the entry’s URL to the clipboard
If the BibTeX entry has a doi field but no url field, the picker automatically constructs a https://doi.org/… link and uses that instead.

Large Type Preview

Press ⌘L to display the full, unabridged title, abstract, and complete keyword list for the highlighted entry in Alfred’s Large Type overlay. This is useful for double-checking an entry before inserting it, especially when titles are truncated in the results list.

QuickLook Preview

Press ⌘Y to open a QuickLook window showing a preview of the entry’s URL (or DOI URL). Requires that the entry has a URL or DOI field.

Build docs developers (and LLMs) love