Skip to content

Instantly share code, notes, and snippets.

@gibbs
gibbs / modx-markitup.json
Created July 12, 2014 19:06
MODX MarkItUp extension JSON for Markdown editing
{
nameSpace : "resourceEditor",
onShiftEnter : {
keepDefault : false,
replaceWith : '<br />\n'
},
onCtrlEnter : {
keepDefault : false,
openWith : '\n',
closeWith : '\n'
@gibbs
gibbs / magento-country-codes
Created August 7, 2014 19:58
Magento Country Codes
AF - Afghanistan
AL - Albania
DZ - Algeria
AS - American Samoa
AD - Andorra
AO - Angola
AI - Anguilla
AQ - Antarctica
AG - Antigua and Barbuda
AR - Argentina
@gibbs
gibbs / move-drupal7-non-core
Created April 30, 2015 22:47
Move non-core drupal modules example
find . -maxdepth 1 -type d \
-not -iname "." \
-and -not -iname "aggregator" \
-and -not -iname "block" \
-and -not -iname "blog" \
-and -not -iname "book" \
-and -not -iname "color" \
-and -not -iname "comment" \
-and -not -iname "contact" \
-and -not -iname "contextual" \