The Supercharged Citation Picker integrates with common academic apps and tools on macOS. Most integrations require only a single workflow variable to be set in the Configure Workflow panel.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.
Zotero
Setopen_entries_in to Zotero in the workflow configuration.
Pressing ⇧↵ on any entry opens it directly in Zotero using the URI:
bbt: prefix ensures the item is located in your personal Zotero library using the Better BibTeX citekey.
Requirements:
- Zotero installed
- Better BibTeX for Zotero plugin installed and your library exported as a live
.bibfile
BibDesk
Setopen_entries_in to BibDesk in the workflow configuration.
Pressing ⇧↵ opens the entry in BibDesk using its native URI scheme:
- BibDesk installed
VS Code
Setopen_entries_in to VS Code in the workflow configuration.
Pressing ⇧↵ opens the .bib file in VS Code at the exact line where the entry’s citekey appears, using:
- VS Code installed
- The
codecommand available in yourPATH(install via VS Code’s Shell Command: Install ‘code’ command in PATH action)
Sublime Text
Setopen_entries_in to Sublime in the workflow configuration.
Pressing ⇧↵ opens the .bib file in Sublime Text at the entry’s line number using the full binary path:
subl has not been added to your shell PATH.
Requirements:
- Sublime Text installed at the default
/Applications/location
Obsidian
Setliterature_note_folder to a path inside your Obsidian vault in the workflow configuration. No additional setting is required — Obsidian detection is fully automatic.
When you press ⌃⌥↵ to open or create a literature note, the workflow checks Obsidian’s vault registry at:
- Obsidian installed
literature_note_folderpointing to a folder inside an Obsidian vault
Pandoc
Pandoc is required for two features:- Formatted bibliography paste (
⌘⌥↵) — pastes a fully formatted bibliographic entry in the configured citation style - Formatted single-entry citation format — the “Formatted single entry” citation mode selected via
scp→ Change citation format
csl_for_pandoc to the path of any .csl file. The default style is APA 7th edition, bundled with the workflow at support/apa-7th.csl.
You can download additional .csl styles using the built-in style searcher: type scp in Alfred and select Search & download .csl files. Downloaded files are saved to the folder specified by csl_folder (default: ~/.pandoc/csl/).
AlfredExtraPane
Install AlfredExtraPane to enable live URL preview of entries directly inside the Alfred window — without opening a browser. The citation picker sets thequicklookurl field for every entry that has a URL or DOI. AlfredExtraPane picks this up automatically and renders the page in a side panel alongside the Alfred results list.
Requirements:
- AlfredExtraPane installed and configured
- Entry must have a
urlfield or adoifield (which generateshttps://doi.org/{doi}as the URL)
⌘Y on any entry to open a standard macOS QuickLook window for that URL.