I use notepad++ with Zen Coding.
I would like to add a new abbreviation
script:jquery17
which does the following
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re JS version of Zen Coding (downloaded from either https://github.com/sergeche/zen-coding/downloads or http://code.google.com/p/zen-coding/downloads/list), you need to open
Zen Coding.jsfile located in NppScripting/includes directory of downloaded archive. There iszen_settingsvariable on top of it, which describes all available abbreviations and snippets, and add your own.If you’re using Python version (downloaded from http://sourceforge.net/projects/npppythonscript/files/) you have to find
zen_settings.pyfile in it.For more info on how to add new elements and snippets read this tutorial: http://coding.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/