quarto-dev / quarto-dev/quarto
Visual editor: missing author and notes importing from Zotero
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
I use Zotero to handle my references.
I have the following BibTex entry:
@misc{tiobeTIOBEIndex2023,
title = {{{TIOBE Index}}},
author = {TIOBE},
year = {2023},
journal = {TIOBE Index},
urldate = {2023-12-02},
howpublished = {https://www.tiobe.com/tiobe-index/},
note = {Acesso: 2/11/2023}
}
When I use the Visual Editor to insert this reference, my references.bib is updated to:
@misc{tiobein2023,
title = {TIOBE Index},
year = {2023},
date = {2023},
url = {https://www.tiobe.com/tiobe-index/}
}
Many fields are missing. Is this a bug or I have to change any settings?
I am aware that the fields may not be imported the same way depending on BibTex or BibLatex formats, but missing the author is really a concern.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the import in the Visual Editor using the BibTeX entry from the report, then compare the generated references.bib with the original fields. Trace the Zotero/BibTeX import entry point and verify that author, note, and the other reported fields are retained when the issue is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100