Skip to content

Instantly share code, notes, and snippets.

@pyoner
Last active December 16, 2018 07:08
Show Gist options
  • Save pyoner/842234308b9f8cba9a780fe332d918ba to your computer and use it in GitHub Desktop.
Save pyoner/842234308b9f8cba9a780fe332d918ba to your computer and use it in GitHub Desktop.
Instant Preview Sketch&
Instant Preview Sketch&
License
Free*
try -> Trial
buy -> Full
Trial
buy -> Full
expire -> Free
Full
expire -> Free
Plugins&
Preview
PreviewOff
previewOn -> PreviewOn
PreviewOn
previewOff -> PreviewOff
Zoom
ZoomOff*
zoomOn -> ZoomOn
ZoomOn
zoomOff -> ZoomOff
In
in -> In
out -> Out
Out
in -> In
out -> Out
Highlight
HighlightOff*
highlightOn -> HighlightOn
HighlightOn
highlightOff -> HighlightOff
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