plugin CSS Inspector
Posted: 21.03.2019 09:12
CSS Inspector Plugin for CudaText.
In HTML documents it shows CSS properties of current tag under caret.
To call plugin, use menu item "Plugins / CSS Inspector", it will show side panel, and later you can switch to this panel (e.g. after calling Code Tree) by sidebar button with icon "css".
Properties given by: class; id; "style" tag.
Properties can be set:
- straight in HTML by using "style" tag
- in the CSS file and connected by the "link" tag
Libraries
---------
- Windows: plugin uses local libraries in its folder.
- Unix: plugin needs additional libs in OS Python, install them like this:
$ pip3 install lxml
$ pip3 install cssselect
Authors:
@Medvosa at GitHub
Alexey Torgashin (CudaText)
In HTML documents it shows CSS properties of current tag under caret.
To call plugin, use menu item "Plugins / CSS Inspector", it will show side panel, and later you can switch to this panel (e.g. after calling Code Tree) by sidebar button with icon "css".
Properties given by: class; id; "style" tag.
Properties can be set:
- straight in HTML by using "style" tag
- in the CSS file and connected by the "link" tag
Libraries
---------
- Windows: plugin uses local libraries in its folder.
- Unix: plugin needs additional libs in OS Python, install them like this:
$ pip3 install lxml
$ pip3 install cssselect
Authors:
@Medvosa at GitHub
Alexey Torgashin (CudaText)