-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Purpose
Most researchers and students need to integrate a bibliography in their writings. It has been reported that it's a must-have for them to use Docs π
References used to generate the bibliography should be integrated in the document content flow using a dedicated Markdown syntax, e.g.:
[β¦] it has been reported in @foo_2025 that [β¦]And the corresponding Bibliography section block must then be automatically updated (it cannot be directly edited, similarly to the document outline).
## Bibliography
Foo et al, "Pluto is not a dog.", _Mickey Journal_, vol 44 (2), pp 245-54, 2025.Proposal
Front-end
- Add a custom inline-content type to insert a reference β using a DOI (or a bibtex-like citation key).
- Add a custom block to insert the rendered bibliography (an ordered collection of references rendered in a selected style) and eventually upload a bibtex document attachment.
Back-end
In a first approach:
- Add per-document reference collection support: store references as an attached bibtex file (when the bibliography block is added)
A more flexible (future) approach would be to:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels