sagarchalise / geanypy-emmet

Emmet Plugin for geany based on geanypy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: There is geany-emmet plugin which will move with the development. It is currently based on mozjs-52 tested on debian and ubuntu.

geanypy-emmet

Emmet Plugin for geany based on geanypy.

Plugin Base taken from https://github.com/sergeche/emmet-sublime which is used as submodule.

Recommendations

  • [For Gtk2]Please use this Keybindings [Included in latest geany-plugins]

  • [For Gtk3]Please use this Gtk3 Branch with keybindings [Only applicable if you have installed geany building it yourself with --enable-gtk3 flag.]

Installations

Clone the repository somewhere feasible. [Any place will do]

After cloning the repository, from inside the repository do:

`git submodule init`
`git submodule update`
  • then copy emmet from emmet_base folder in one of the Python Paths.
  • Also install python2 PyV8 binaries compatible to your OS in one of the Python Paths.

Geany Plugin Path [use any one path]

  • $HOME/.config/geany/plugins(Recommended)
  • /usr/lib/geany
  • /usr/local/lib/geany

Python Paths [use any one path]

[NOTE: You can find python site-packages path by following command] python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"

About

Emmet Plugin for geany based on geanypy


Languages

Language:Python 73.9%Language:JavaScript 26.1%