asam-ev / asam-project-guide

(WIP!) Project Guide for ASAM OpenX standards
Mozilla Public License 2.0
2 stars 0 forks source link

Bibtex in Antora #131

Open philipwindecker opened 2 years ago

philipwindecker commented 2 years ago

The bibtex extension for Asciidoctor is written in Ruby. However, Antora only supports JavaScript. Thus, the extension has to either be transpiled into js, rewritten, or another bibliography solution has to be found and adapted.

philipwindecker commented 2 years ago

Note: Someone is currently working on a js version of bibtex for asciidoctor. This could be a great basis for integration with Antora! https://github.com/asciidoctor/asciidoctor-bibtex/issues/48

philipwindecker commented 2 years ago

At the moment, a PR exists to integrate this into the original bibtex repo.

philipwindecker commented 1 year ago

https://github.com/philipwindecker/asciidoctor-bibtex/tree/feature/jsPort For testing