bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

container collapsing, parent ref #148

Open bdarcus opened 8 months ago

bdarcus commented 8 months ago

Something not possible in 1.0, but is in M. Should be able to do this with a simple option parameter?

https://github.com/citation-style-language/schema/issues/436

This primarily relevant in note-based styles, as in this example, and at times in author-date.

Maybe just:

collapse-container: true # list container once in bibliography, and cite by "in" reference to that

In order to implement this, need to also implement relational linking in InputReference.

---
chapter1:
  title: Chapter title
  parent: container1
container1:
  title: Edited book title

I could rely on YAML linking, but probably best not, since I also want to keep JSON support.

Another wrinkle with that is where editor goes.