One of the nice things about this new project is the opportunity to look afresh at questions I've sometimes thought about.

This week: annotated bibliographies.

The solution I settled on is to treat annotations as linked to reference styling and data, but also distinct.

https://docs.citum.org/examples.html#annotated-bibliography

#citum

Examples | Citum

@bdarcus What about markup inside annotations?
@yantar92 default is Djot. But would be easy to add org in theory (if there's a rust parser).

@yantar92 Done!

https://github.com/citum/citum-core/pull/280

FWIW, the org-cite citation model should map fairly cleanly to the citum citation model ;-)

Note: while it includes 8 tests, I have not myself tested it yet.

feat(engine): add org-mode input/output support by bdarcus · Pull Request #280 · citum/citum-core

Summary Adds orgize = "0.9" as a regular dependency (no feature gate — ~375 KB, modest for a CLI) AnnotationFormat::Org — parse org-mode markup in bibliography annotations render_org_inl...

GitHub