zotero / citeproc-rs

CSL processor in Rust.
https://cormacrelf.github.io/citeproc-wasm-demo/
Other
69 stars 12 forks source link

CSL v1.1 support #62

Open bdarcus opened 4 years ago

bdarcus commented 4 years ago

Just to note that at the CSL project, we're hoping to close work on v1.1 in the coming weeks.

The most significant changes/additions are features which are closely modeled on, or exactly the same as, those in CSL-M; notably the intext and conditions elements. So if you support those, should be trivial to support v1.1 also.

Dates on the input model are also changing, with priority going forward on EDTF.

Please weigh in if any feedback. We're currently discussing some big questions; cf https://github.com/citation-style-language/schema/pull/268.

Also, v1.0.2 should be tagged in the next week; this adds new variables, types, terms mostly.

bdarcus commented 4 years ago

Two other conversations you should weigh in on @cormacrelf:

You can see the wider state of the data model changes and additions already merged most directly on the 1.1 branch csl-data schema.

Now would be a good time to affirm, or suggest changes. There's been a lot of activity on CSL over the past few months!

bdarcus commented 2 years ago

I was wondering: could we use this issue to update on where zotero and this project stands on the above?

Are we basically good ATM for example, after recent merged PRs for the json schema?

I'm particularly interested in thoughts on the rich-text schema, which is basically a strawman suggestion of how to formalize and generalize the current html-like tags.

If yes, you can probably close this.