Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Last active December 15, 2015 12:59
Show Gist options
  • Save seyDoggy/5264439 to your computer and use it in GitHub Desktop.
Save seyDoggy/5264439 to your computer and use it in GitHub Desktop.
stack edit mode UI HTML for Stacks RapidWeaver plugin.
%[if edit]%
<!--
/**
* Edit mode UI styles
*
* source (CSS): https://gist.github.com/5264404
* source (HTML): https://gist.github.com/5264439
*
* Licensed under the GPL 2: http://www.gnu.org/licenses/gpl-2.0.html
* Copyright 2013 Adam Merrifield
*/
-->
<div class="editHeader">Stack Title: %id%</div><div class="editWrapper">%[endif]%
<!-- your stack HTML here -->
%[if edit]%</div>%[endif]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment