Skip to content

Instantly share code, notes, and snippets.

@arielferdman
Last active September 18, 2020 03:51
Show Gist options
  • Save arielferdman/a141aea8e5594c9bfe7743a8c5e848f8 to your computer and use it in GitHub Desktop.
Save arielferdman/a141aea8e5594c9bfe7743a8c5e848f8 to your computer and use it in GitHub Desktop.
Editor
Editor
Init
document load -> Edit
Edit
meta keypress -> Meta
Meta
meta keypress -> Edit
Suggester
Shortcut to meta
meta keypress -> Shortcut to edit
Shortcut to edit
meta keypress -> Shortcut to meta
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment