plk

Results 310 comments of plk

It will be possible to have multiple `bibtex` fields with a "form" and a "language" which will end up in the `.bbl`.: ``` @BOOK{test1, TITLE = {Some Title}, TITLE_translation_de-1996 =...

Reference versions of multiscript supporting biblatex 4.0 and biber 4.0 have been uploaded to Sourceforge in the "experimental" folders. This was a huge amount (months) of effort, I have to...

Do you have a specific JSON standard for bib data in mind? It's not that difficult to add an output option for JSON and I've considered it before but I...

This looks interesting. @moewew - I wonder if we might just drop `biblatexml` as a format and use this instead as it has independent support?

I'll have a look at CSL-JSON. BibJSON has no fixed schema so we can basically do anything we want but then again having no fixed schema means it's of more...

Have a look at this - I have implemented a `bibjson` output format using a schema based on the `biblatexml` schema. See how this looks. It will be possible to...

Digging around a bit, it looks like `bibjson` isn't much used and CSL-JSON might be the best choice. It does mean that arbitrary `biber` `.bib` files won't work as its...

I think probably CSL-JSON is a better choice as any custom JSON won't have any parser for its schema without someone writing one which makes the use-case extremely niche and...

I've had a look at this and from experience implementing things like RIS, Endnote and some other JSON output formats in the past (now all deprecated due to lack of...

@moewew - I'm happy about this if you are - it seems reasonable if it is really just new features. Feel free to merge into the dev branch if you...