LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

FeatureRequest: on-demand Tours #365

Open mbaas2 opened 6 years ago

mbaas2 commented 6 years ago

I am dreaming of an additional mode for HS (which I would enable for user of my site that went through the standard-tour once). The idea is to allow them to just view the bits of a tour they are interested in (like a Help-fn for specific controls). So, when this mode is enabled, it should just add an "attractive indicator" to the targets of the tour. Should the user then decide to click on such an indicator, the corresponding step of the tour should be shown. User may then close that step (and keep the indicators active) or possibly end that mode through a button that would be shown in the display of the step in this mode or by triggering a js-function which executes an API-Method. I hope this description (while possibly abstract) helps to understand the idea good enough to like it ;-) If not, probably the description is at fault - pls. lets discuss then ;-)