Practical workflow
Create or open a reference note from library.bib
In normal mode, run:
SPC n r i cThis calls citar-create-note, configured in lisp/init-keybindings.el:64.
Choose an entry from ~/org/library.bib, and Citar will create or open the
matching reference note:
~/org/org-roam/references/<citekey>.orgLink a reference note from another org-roam note
Open the org-roam note where the reference should appear, then run:
SPC n r i bThis calls orb-insert-link, configured in lisp/init-keybindings.el:65.
Select the BibTeX entry, and ORB inserts a link to the corresponding reference
note. If that note does not already exist, ORB can create it.
Insert a normal Org citation
Inside any Org note, run:
M-x org-cite-insertBecause org-cite-insert-processor is set to citar, completion comes from
~/org/library.bib and inserts an Org citation such as:
[cite:@some-citekey]Rule of thumb
- Use
SPC n r i cto create a dedicated org-roam reference note. - Use
SPC n r i bto link that reference note from another note. - Use
M-x org-cite-insertwhen you want a bibliography citation in the text.