Once yourDocumentation 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.
.bib path is configured, you are one keypress away from inserting a citation anywhere on your Mac. This guide walks through the shortest path from a fresh install to your first pasted citation.
Step 1: Trigger the picker
Press the hotkey you assigned during setup, or type the keywordct in Alfred. The citation picker works system-wide — you can invoke it from any text field in any application without switching windows.
Step 2: Search your library
Start typing as soon as the picker opens. You can match entries by:- Title — any word or phrase from the title
- Author or editor last name — partial names are fine (
griematchesGrieser) - Year — four-digit year
- Journal or collection name
- Citekey — prepend
@, e.g.@Grieser2020 - Keyword / tag — prepend
#, e.g.#sociology
Smart query examples
| Query | What it matches |
|---|---|
grieser 2020 | Author “Grieser” and year 2020 |
@Grieser2020 | The specific citekey Grieser2020 |
#sociology | Entries tagged with “sociology” |
2020 #cognition grieser | Year 2020, tag “cognition”, author “Grieser” — all combined |
grie #cogn 2020 | Same result using short prefix queries |
* grieser | Entries by “Grieser” that have an attached literature note |
pdf grieser | Entries by “Grieser” that have an auto-filed PDF |
grie #cogn return the same result as grieser #cognition as long as the prefix is unambiguous.
Step 3: Insert the citation
Highlight the entry you want and press↵. The workflow pastes the formatted citation directly into the text field that was focused when you triggered the picker.
For the default Pandoc format, a single citation looks like [@Grieser2020].
Output by format
- Pandoc
- LaTeX
- Org mode
- Multi-Markdown
- Wikilink
[@Grieser2020, p. 23]) and multiple citations in one bracket ([@Smith2019; @Grieser2020]).Adding a second citation to the same bracket
Press⌥↵ instead of ↵ to add another citation without closing the bracket. The picker reopens immediately so you can search for the next entry. This is how you build multi-citation strings like [@Smith2019; @Grieser2020] in Pandoc format.
What to explore next
Citation Formats
See the full list of supported formats — Pandoc, LaTeX, org mode, iA Writer, eta templates, wikilinks, tags, bare citekeys, and more.
Citation Actions
Learn every keyboard shortcut: page numbers, inline citations, full bibliography paste, URL opening, entry preview, and more.
Add New Entries
Select a DOI, ISBN, or DOI URL anywhere on your Mac and add it to your BibTeX library in seconds via Alfred’s Universal Action.
Workflow Settings
Configure your library paths, literature note folder, PDF folder, CSL style file, and other workflow variables.
