Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Created September 26, 2014 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcollazo/f2a4066780437e0bb496 to your computer and use it in GitHub Desktop.
Save gcollazo/f2a4066780437e0bb496 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-sm-12">
{{editor-controls previewVisible=previewVisible toggle="togglePreview" save="saveDocument" cancel="cancelDocument"}}
</div>
</div>
<hr>
{{#if previewVisible}}
{{showdown-addon text}}
{{else}}
<p>{{input type="text" value=name placeholder="Untitled Document" class="form-control" autofocus="autofocus"}}</p>
{{textarea value=text rows="20" class="form-control"}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment