plugins:close-tag

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
plugins:close-tag [2014/12/10 23:57] – created adminplugins:close-tag [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 4: Line 4:
   * Auto close paired tag. For example typing "/" after //"<body><"// will lead to close of tag "body" as this //"<body></body>"//   * Auto close paired tag. For example typing "/" after //"<body><"// will lead to close of tag "body" as this //"<body></body>"//
   * Auto close single tag. For example typing "/" after //"<br"// will lead to close of tag "br" as this //"<br/>"//   * Auto close single tag. For example typing "/" after //"<br"// will lead to close of tag "br" as this //"<br/>"//
 +  * Auto complete attribute assignments. Add ="" on typing = after attribute and move cursor between quotes.
  
 ===== Install ===== ===== Install =====
Line 17: Line 18:
   * For details about integration, you can ask on [[http://forum.hippoedit.com/add-ons-tools-plugins/close-tag/|forum]].   * For details about integration, you can ask on [[http://forum.hippoedit.com/add-ons-tools-plugins/close-tag/|forum]].
   * Source code for reference or extension can be found on [[https://github.com/hippoedit/close-tag|GitHub]].   * Source code for reference or extension can be found on [[https://github.com/hippoedit/close-tag|GitHub]].
 +
 +
  
 #plugin #plugin