Skip to content

Allow multiple spines in config #60

@breezykermo

Description

@breezykermo

In principle, we want to be able to specify multiple spines for the same format in rheo.toml:

[[pdf.spine]]
title = "Book one"
vertebrae = ["1.*.typ"]
merge = true

[[pdf.spine]]
title = "Book two"
vertebrae = ["2.*.typ"]
merge = true

This would produce two PDFs in build/pdf. I don't think there is any reason that the spines need to be exclusive, and I don't think that there should be a limit on how many spines per format we have. But an implementation would need to scope potential issues that arise here.

Ported from #7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions