Each entry in the picker displays a row of emoji indicators in its subtitle line. These indicators help you quickly see what resources and metadata are available for each reference — at a glance, without opening the entry.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.
Entry Type Icons
The icon shown to the left of each Alfred result (the large icon in the result row) is a PNG loaded from the workflow’sicons/ folder. The filename matches the BibTeX entry type in lowercase — for example, article.png, book.png, incollection.png, and so on. This means the icon selection requires no special code: adding a new icons/{type}.png file is sufficient to support a new entry type.
Subtitle Emoji Indicators
The subtitle line of each result follows this format:| Emoji | Meaning | When shown |
|---|---|---|
| 🌐 | URL or DOI available | Entry has a url field, or a doi field (used to construct https://doi.org/…) |
| 📓 | Literature note exists | A .md file named exactly like the citekey exists in the configured literature_note_folder |
| 📕 | PDF available | A file named {citekey}.pdf or {citekey}_{anything}.pdf exists in the configured pdf_folder |
| 📄 | Abstract available | Entry has a non-empty abstract field |
| 🏷 n | n Keywords | Entry has a keywords field; n is the count of comma-separated tags (e.g., 🏷 3) |
| 📎 | Attachment field present | The BibTeX entry contains a file, local-url, or attachment field |
| 2️⃣ | From second library | Prefixed to the title (not the emoji row) for entries from secondary_library_path |
The
📕 indicator is only shown for PDFs discovered in the dedicated pdf_folder — files filed by citekey. The 📎 indicator covers attachments referenced directly inside the BibTeX entry’s own fields. An entry can show both if it has both.Collection Info
In addition to the emoji row, the subtitle also displays contextual collection information between the year and the emojis:- Articles (
articletype): showsIn: {journal}, optionally followed by{volume}({issue})when those fields are present. - Book chapters (
incollectionorinbooktype): showsIn: {booktitle}. - All other entry types: no collection info is shown.
Editor Display
When an entry has noauthor field but does have an editor field, the editors are displayed in place of authors with an appropriate label:
- Single editor:
Smith (Ed.) - Multiple editors:
Smith et al. (Eds.)
Second Library Indicator
Entries sourced from the secondary library are prefixed with2️⃣ at the beginning of the title (not just in the emoji row), making them immediately identifiable even before reading the subtitle.
Large Type Overlay
Press ⌘L on any result to open Alfred’s Large Type overlay. For citation entries, this displays:- The full, untruncated title and citekey (e.g.,
My Very Long Title (citekey: Grieser2023)) - The full abstract (if present)
- All keywords as a comma-separated list (e.g.,
keywords: sociology, digital economy, platforms)
