The Supercharged Citation Picker can output citations in many different formats to match whatever writing environment you use. Use the keywordDocumentation 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.
scp in Alfred and select Change citation format to switch between them at any time.
Available Formats
The table below lists every supported format, an example of what it outputs for a citekeyGrieser2020, and notes about feature support.
| Format | Example output | Notes |
|---|---|---|
| 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 | #Grieser2020 | No page numbers; no inline citations |
| Bare citekey | Grieser2020 | No page numbers; no inline citations |
| Bracketed citekey | (Grieser2020) | Supports multi-cite |
| Formatted single entry | Full formatted reference | Requires 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
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.
