Reference to a waypoint on a Touying slide

Does anyone know how to add a link to a waypoint on a Touying slide? Given a slide

== Slide 1 <myslide1>

This is a slide with waypoints

#waypoint(<start>)
-Start
#waypoint(<middle>)
- Middle 1
- Middle 2
#waypoint(<end>)
- End

I would like to “jump” to this slide from another slide but to a specific waypoint like this

== Slide x <myslidex>
Ready to jump? #link(<myslide1.middle>), "Here you go")

but that doesn’t seem to work (the label does not exist).

waypoints don’t generate globally accessible labels right now (v0.7.4), but that would be a good idea i guess since they are location you usually want to go back to.
what you can do rn is recall the slide at the waypoint position.

gonna add an issue for this as a feature request. thanks.

1 Like