2022.2

Table Of Contents
Emmet preferences
Emmetisaframeworkthatenablesthelightning-fastcreationofHTMLcodethoughtheuseofasimple
andeffectiveshortcutlanguageresemblingCSSSelectors(seeEmmetAbbreviations:"Emmet"on
page152.TheEmmetfunctionalityisavailableintheHTMLandCSSsourceeditorsofConnect
Designer.EmmettransformsabbreviationsforHTMLelementsandCSSpropertiestotherespective
sourcecode.
Thisis,forexample,theabbreviationfora<div>elementwiththeclassrow:
div.row
OnpressingtheTabkey,thisabbreviationistransformedto:
<div class="row"></div>
TolearnmoreaboutEmmetitself,pleaseseetheirwebsiteEmmet.ioandtheirdocumentation:http://-
docs.emmet.io/.Emmetisaplugin.AlloptionslistedbelowareEmmet'sdefaultoptions.Theyarenot
specificallyadjustedforConnect.
CommonEmmetpreferences
l
Expand abbreviations by Tab key:ChecktoenabletheExpandAbbreviationfunction.
l
... in files with extension:Enteracomma-separatedlistofallfileextensionsinwhichexpand
abbreviationwillwork.
l
Upgrade web editors:ThisEmmetoptiondoesn'taffecthowEmmetworksinConnect
Designer.
l
Extensions Path:ChooseafolderwheretoputjsonandjsfilestoextendEmmet.Thisincludes
customsnippets,preferencesandsyntaxprofiles.Formoreinformationseehttp://-
docs.emmet.io/customization/.
EmmetAbbreviationpreferences
ThisPreferencestabletsyouaddandmanagecustomabbreviations.Allstandardabbreviationscan
befoundinEmmet'sdocumentation:http://docs.emmet.io/abbreviations/syntax/.
Ifthereisnoneedtotransformthetextwhileexpandingit,createanEmmetsnippetinstead(see
below).
l
New:Addanewabbreviation.
l
Name:Thenameoftheabbreviationisalsoitstrigger.
l
Context:Thecontextinwhichtheabbreviationisenabled(HTML,CSS,etc.).
l
Description:Ashortdescriptionoftheabbreviation.
Page 358