The Supercharged Citation Picker can create and open Markdown literature notes for any BibTeX entry. Notes are named exactly after their citekey, making them trivially linkable from citations in your writing.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.
Setup
Set theliterature_note_folder workflow variable to the absolute path of the directory where your literature notes live (e.g., ~/Documents/Notes/Literature).
Notes must be:
.mdfiles (Markdown)- Named exactly like the citekey, with no extra prefix or suffix (e.g.,
Grieser2020.mdfor citekeyGrieser2020)
Visual Indicator
Entries that have a matching literature note in the configured folder display a📓 emoji in the citation picker list, so you can see at a glance which entries already have notes.
Open or Create a Note
Keyboard shortcut:⌃⌥↵
- If a note already exists, it is opened immediately.
- If no note exists, a new file is created with the following YAML front matter template, then opened:
{literature_note_folder}/{citekey}.md.
Obsidian Integration
Ifliterature_note_folder (or any of its parent directories) is inside an Obsidian vault, the workflow detects this automatically by reading Obsidian’s vault registry at ~/Library/Application Support/obsidian/obsidian.json.
Vault detection uses a case-insensitive path prefix match, so it works correctly regardless of how macOS capitalizes directory names.
When the note is inside a vault:
- Obsidian is brought to the foreground.
- The note is opened via the
obsidian://open?path=…URI scheme, using the full absolute path. - A short delay is applied after creating a new file so Obsidian can index it before the open command is sent.
open command).
Filter by Literature Note
Add* anywhere in your search query to show only entries that have an associated literature note. This filter can be freely combined with all other search terms.
Examples:
| Query | Result |
|---|---|
* | All entries that have a literature note |
* grieser | Entries by Grieser that have a literature note |
* 2020 #cognition | 2020 entries tagged “cognition” that have a literature note |
