You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to define a series of operations to have it display on autopilot would be really useful. That would allow for pre-recorded tutorials where it just ran through the set of operations automatically, displaying each step as it occurs, along with presenter commentary.
[
{ "cmd" : "pres()" },
{ "cmd" : "git commit -m \"test1\"", "pause" : 2, "caption" : "here we are creating our first commit" },
{ "cmd" : "........},
{ "cmd" : "pause" }, // This one would wait for interactive click-to-proceed.
]
This would be even more amazing if combined with support for #123
The text was updated successfully, but these errors were encountered:
I was able to rig up a nice demo/reply on this just using javascript console, but seems like this would be something better to build in. Just paste the below into js console while displaying the site.
Being able to define a series of operations to have it display on autopilot would be really useful. That would allow for pre-recorded tutorials where it just ran through the set of operations automatically, displaying each step as it occurs, along with presenter commentary.
This would be even more amazing if combined with support for #123
The text was updated successfully, but these errors were encountered: