https://github.com/miksago/jade-tmbundle
https://github.com/LearnBoost/stylus/tree/master/editors
~/Downloads/
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
| // important: note the priority of 99, the js needs to be placed after tinymce loads | |
| // important: note that this assumes you're using http://wordpress.org/extend/plugins/verve-meta-boxes/ | |
| // to create the textarea - otherwise change your selector | |
| function admin_add_wysiwyg_custom_field_textarea() | |
| { ?> | |
| <script type="text/javascript">/* <![CDATA[ */ | |
| jQuery(function($){ | |
| var i=1; | |
| $('.verve_meta_box_content textarea').each(function(e) |
| /* http://meyerweb.com/eric/tools/css/reset/ | |
| v2.0 | 20110126 | |
| License: none (public domain) | |
| Changed from CSS to SASS | |
| */ | |
| html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video | |
| margin: 0 | |
| padding: 0 | |
| border: 0 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>tableToExcel Demo</title> | |
| <script src="tableToExcel.js"></script> | |
| </head> | |
| <body> | |
| <h1>tableToExcel Demo</h1> | |
| <p>Exporting the W3C Example Table</p> |