cite-this: Accessible “How to cite” control for Quarto books and websites
#14747
lsbjordao
started this conversation in
Show and Tell
Replies: 1 comment
|
Thanks for sharing. You might also want to edit your post to properly split your code block into prose + code to avoid mixing command, filter registration, and filter settings. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Hi everyone! I’ve created cite-this, a Quarto extension that adds an accessible “How to cite” control to books and websites.
It generates citations for the current page or the entire publication during the Quarto render. Readers can:
.bibfileThe extension includes ABNT, APA, Chicago, Harvard, IEEE, MLA, and Vancouver styles, with support for project-local CSL files and the document’s own
csl:configuration.The control can be placed in the title area, navbar, sidebars, or a floating corner. An inline shortcode is also available, including a static fallback for PDF, Word, and other non-HTML formats.
The interface is currently available in English, Portuguese, and Spanish.
Installation
Then enable it in _quarto.yml:
Optional configuration example:
extensions: cite-this: position: margin-sidebar scope: both styles: [apa, abnt, ieee] default-style: apa📖 Documentation and live demo:
https://lsbjordao.github.io/quarto-cite-this/
💻 GitHub repository:
https://github.com/lsbjordao/quarto-cite-this
Feedback, bug reports, and suggestions are very welcome!
All reactions