Skip to content

Feature Request: Dynamic tour  #227

@ghost

Description

Is it possible to add steps that bind with changes?
For example, creating a step # Replace console.log() with console.table(), and bind the step with the js file showing diffs like git.

- console.log(data);
+ console.table(data);

It will be so great if the source file changes along with the tour steps. Sometimes changes explain better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions