Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

sagarchalise/geanypy-emmet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages