Skip to content

MikeHarrison/Perch-Emmet-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Perch Emmet Snippets

A file with a collection of Emmet snippets for use with the excellent Perch CMS

####Installation - Adobe Brackets

  1. Copy the file to a folder on your system
  2. In Brackets, go to Emmet > Preferences, and enter the file path for the folder with the json file in. In my case on my mac it is /Users/mikeharrison/Documents/Snippets/
  3. Restart Brackets

####Usage

Use the snippets as with standard Emmet snippets. For instance to create a set of 3 Blocks, an input of:

perchblocks>perchblock*3

Would output

<perch:blocks>
  <perch:block></perch:block>
  <perch:block></perch:block>
  <perch:block></perch:block>
</perch:blocks>

####Commands

Command Result
perchafter <perch:after> </perch:after>
perchbefore <perch:before> </perch:before>
perchblocks <perch:blocks> </perch:blocks>
perchblock <perch:block> </perch:block>
perchcontent <?php perch_content(''); ?>

About

Custom Emmet Snippets and Abbreviations for Perch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published