Closed atomashevic closed 2 years ago
Yes, this is definitely something we'd like to do soon!
LateX Workshop
has a really nice citation picker/browser too.
Pandoc Citer has included .qmd
files and now it works OK as long as you but .bib
file in square brackets in YAML.
Here's some screenshots. Content is not in English but you can get the gist of it:
Autocompletion of citations (and other references) after hitting
@
would be a great feature for the extension.Pandoc Citer does the similar thing for regular
.md
documents but it currently does not support.qmd
and requires that bib file is specified between squred brackets in YAML (bibliography: [path/to/.bib]
)