openshift-homeroom / workshop-dashboard

Adds content hosting to workshop terminals.
Apache License 2.0
47 stars 37 forks source link

When use slides_url, open path/anchor in tab. #26

Open GrahamDumpleton opened 5 years ago

GrahamDumpleton commented 5 years ago

When using revealjs, and history is enabled, this will allow one to use:

%slides_url%#/1

and open to a specific slide.

GrahamDumpleton commented 5 years ago

Provided is an anchor only, this already works and can go to a specific slide. A path isn't going to work, so should still look at that as would allow open a PDF or other asset directly.

GrahamDumpleton commented 5 years ago

If use section IDs in revealjs, don't need history enabled and can use anchor to ID.

%slides_url%#/some-slide

See: