After a long train journey up to Leeds and also down to Bournemouth with no Internet connection I found myself trying to solve problems to do with the Interwebs whilst not being connected to the Interwebs… very difficult.
I’ve been using TextMate on a daily basis for editing HTML and CSS, taking notes, and also dabbling in the “easy to make pages look like web apps” bundle JQTouch.
This got me thinking that there must be an easier way to build Mysource Matrix Parse files without having to look up the keywords that can be included.
From there I created a Squiz TextMate Bundle and have hosted it on GitHub.
Download & Install Squiz TextMate Bundle
You can get the Squiz TextMate bundle by downloading the zip file below, or alternatively if you want the latest version from GitHub follow the instructions below.
* Download Squiz TextMate Bundle as Zip File
GitHub Instructions
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd !$
git clone git://github.com/justincavery/Squiz-Textmate-Bundles.git Squiz.tmbundle
osascript -e ‘tell app “TextMate” to reload bundles’
If that last step doesn’t activate the bundle for you then navigate tousernameLibrary/Application Support/TextMate/Bundles and open the Textmate file
This adds a Squiz - HTML5 template to your File - New from Template selection and Adds “Squiz” to your list of bundles.
Using Squiz TextMate Bundle
Activation Words
Once you have created your template you can activate any of the bundle options by typing the activation word and pressing tab.
* menu
* body
* site
* user
* asset
* body
* nested
* img
* css
Next Steps
- Add reset styles and jquery google api's to the head
- Create a "mysource_files" folder as part of the template creation
If you have any comments or suggestions please update the GitHub page or leave a comment below.