CodeMirror Movie
<!doctype html> <html lang="en"> <head> <title></title> </head> <body> <header> | </header> </body> </html> @@@ # Lines started with # sign are comments and ignored by movie parser prompt: Hello world # Use ::: separator to create outline item for current action type: Hello world ::: Typing “Hello world” wait: 1000 # Passing command options as JS object # tooltip: {text: "Sample tooltip", wait: 2000} tooltip: { text: "the setTimeout function is called", pos: "0:5", wait: 3000 } wait: 600 # Perform CodeMirror pre-defined command run: {command: "goWordLeft", times: 2} ::: Move word left
Play