=======
This script enables text editor "mi" to use Zen-Coding, powerful abbreviation features for HTML, CSS coding.
- Requirements: SSSCoding.pm, mi, Mac OS X 10.7 or higher
- Install SSSCoding.pm. Download from SSSCoding.pm site. SSSCoding.pm is an Zen-Coding implementation in Perl.
- Make sure your Perl Library Path. You can find it with a script on the terminal like
perl -e 'print $i++ . ":" . "$_\n" foreach @INC'
. - Copy or move SSSCoding.pm module into your Perl Library.
- Install zencoding.scpt. Copy or move the workflow file into
~/Library/Application Support/mi/mode/Normal/tool
in case that you want to use it 'Normal' mode. You can change it according to your mode.
Otchy, author of SSSCoding.pm. His Perl Module implementation of Zen-Coding makes me create this workflow.
makog, his blog shows us approches to implement zencoding features for text editor "Jedit X" with AppleScript and SSSCoding.pm. This article inspired me to develop my automator services.
Copyright 2012 luminousspice. See LICENSE for details.