: This article describes how to install the ZenCodingEmmet plug-in Notepad ++. if you are interested in the PHP Tutorial, refer to it. Zen Coding plugin
====================
Download: zen.coding-notepad?#.v0.7.zip
= Installation =
1. Copy contents of this archive into Notepad ++ 'ins ins' folder (basically, it's C: \ Program Files \ Notepad ++ \ plugins \)
2. Restart Notepad ++
You shoshould see "Zen Coding" menu item in top menu.
Install: decompress the compressed package and copy the corresponding file (NppScripting. dll and NppScripting folder) to the plugins folder under the Notepad ++ installation directory.
Bytes ---------------------------------------------------------------------------------------------------
Emmet plug-in
================
Zen-Coding renamed Emmet. website: docs. emmet. io
Download: emmet-npp.zip
Https ://Github. Com/emmetio/npp # readme
And PythonScript_1.0.8.0.msi
Emmet is a web-developer's toolkit that can greatly improve your HTML & CSS workflow:
Write HTML code with CSS-like abbreviations, use different actions to quickly select and modify HTML and CSS code and more!
= Installation =
Plugin manager
This plugin is available via Plugin Manager: use Plugins> Plugin Manager> Show Plugin Manager menu action and find and install "Emmet" plugin.
Manual installation
1. Install Python Script plugin (available in Plugin Manager ).
(Python Script can be installed through the plug-in of Notepad ++.
Or directly download: PythonScript_1.0.8.0.msi)
2. Download EmmetNPP plugin and unpack it into C: \ Program Files \ Notepad ++ \ plugins folder Start Nodepad ++.
You shoshould see Plugins> Emmet menu item.
= Changing keyboard shortcuts =
You can use default Settings> cut Mapper... Dialog to change action's keyboard shortcuts.
Plugin commands Expand abbreviation
Try to map Tab key to Expand Abbreviation action to improve your experience.
Extensions support
Emmet for Notepad ++ supports extensions:
Put all your. js and. json files into % USER % \ AppData \ Roaming \ Notepad ++ \ plugins \ config \ emmet folder and restart Notepad ++.
Bytes ---------------------------------------------------------------------------------------------------
If you encounter:
Unknown exception
Python Script Plugin did not accept the script
See the Notepad ++ Emmet installation tutorial.
Download PythonScript_1.0.8.0.msi
Http://sourceforge.net/projects/npppythonscript/files/Python%20Script%201.0.8.0/PythonScript_1.0.8.0.msi/download
Bytes ----------------------------------------------------------------------------------------------------
Notepad ++ plug-inShortcut keySet
!
DocumentHtml: 4 s
DocumentHtml: xs
Document# Content. aticle. postsUl # ccc. ddd
P. aaa> ul> li
P> ul> li ^ span
P> ul> li ^ p. clear
P> ul> li * 6
(P> dl> (dt + dl) * 3) + footer> p
P. banner> ul> li * 2> (dt + dl) * 3) + footer ^ span
A> {I am the link title} I am the link title link
Ul> li. item $ * 5
$ Indicates a number. if only one digit is displayed, it starts from 1. If there are more than one, it starts from 0. If I want to generate a sequence number of three numbers, write three numbers $: ul> li. item $ * 5.
(Header> ul. nav> li * 5) + article + footer
The above describes how to install the Zen Coding/Emmet plug-in Notepad ++, including some content, and hope to help friends who are interested in PHP tutorials.