Skip to content

Instantly share code, notes, and snippets.

@thomaskimura
thomaskimura / article.json
Last active July 15, 2024 01:58
Setting files for Spice preset on Space theme
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin theme editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
{
@thomaskimura
thomaskimura / Toggle-Buttons.markdown
Created April 21, 2014 23:07
A Pen by Thomas Kimura.
@thomaskimura
thomaskimura / gist:10341757
Last active August 29, 2015 13:58
Finally
<script>
//KEYBOARD NAVIGATION FOR PERMALINK
document.body.onkeydown = function(e){
if (e == null) {
keycode = event.keyCode;
} else {
keycode = e.which;
}
@thomaskimura
thomaskimura / A-Pen-by-Thomas-Kimura.markdown
Created February 3, 2014 06:44
A Pen by Thomas Kimura.