Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Metasyntax for repeat chunks #8

Description

@sco1

It would be nice to have a syntax to specify repeat chunks in a workout that aren't explicitly intervals.

For example, it would be nice to not have to copy+paste this same block 3 times:

RAMP {
    DURATION 2:00,
    POWER 120% -> 140%
}
SEGMENT {DURATION 2:00, POWER Z2}
RAMP {
    DURATION 2:00,
    POWER 120% -> 140%
}
SEGMENT {DURATION 2:00, POWER Z2}
RAMP {
    DURATION 2:00,
    POWER 120% -> 140%
}
SEGMENT {DURATION 2:00, POWER Z2}

Metadata

Metadata

Assignees

No one assigned

    Labels

    deferredWill be done at a later timeenhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions