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.

The Supercharged Citation Picker can output citations in many different formats to match whatever writing environment you use. Use the keyword scp in Alfred and select Change citation format to switch between them at any time.
The scp keyword is a mnemonic for Supercharged Citation Picker — the same keyword provides access to all auxiliary features of the workflow.

Available Formats

The table below lists every supported format, an example of what it outputs for a citekey Grieser2020, and notes about feature support.
FormatExample outputNotes
Pandoc (default)[@Grieser2020]Supports multi-cite and page numbers
LaTeX\autocite{Grieser2020}Page numbers are placed before the citekey; multi-cite disabled
Org mode[cite:@Grieser2020]Supports multi-cite and page numbers
Multi-Markdown[#Grieser2020]Page numbers are placed before the citekey; multi-cite disabled
eta template{% cite Grieser2020 --prefix %}Supports multi-cite
iA Writer[^Grieser2020]Supports multi-cite
Wikilink[[Grieser2020]]No page numbers; no inline citations
Tag#Grieser2020No page numbers; no inline citations
Bare citekeyGrieser2020No page numbers; no inline citations
Bracketed citekey(Grieser2020)Supports multi-cite
Formatted single entryFull formatted referenceRequires Pandoc to be installed; citation style configurable in workflow settings (default: APA 7th)
Not all formats support every citation action. Inline citations and multi-cite are not available for LaTeX and Multi-Markdown, which use a page_before_citekey mode that places page numbers before the citekey (e.g. \autocite[p. 42]{Grieser2020}). Page numbers are not meaningful for wikilinks, tags, and bare citekeys.

Format Examples

[@Grieser2020]
[@Grieser2020, p. 42]
[@Grieser2020; @Smith2019]
[@Grieser2020, p. 12; @Smith2019, p. 34]

Adding a New Format

If there is a citation syntax you need that is not listed above, you are welcome to open a Feature Request or submit a pull request to the file that defines the citation formats.
Due to a technical restriction in how Alfred stores workflow configuration variables, you may need to re-select your citation style once after updating the workflow to a new version.

Build docs developers (and LLMs) love