Skip to content

Add parallel passage references from translations #28

@KallynGowdy

Description

@KallynGowdy

Some translations include information about parallel passages. USX also has support for representing this: Reference. They should be represented using the following structure:

type ChapterContent =
    | ChapterHeading
    | ChapterLineBreak
    | ChapterVerse
    | ChapterHebrewSubtitle
    | ChapterParallelPassages;

interface ChapterParallelPassages {
    /**
     * The text content of the parallel passage(s) marker.
     */
    content: string;

    /**
     * The parsed references, if available.
     */
    references?: VerseRef[];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions