scx / notepadqq-extensions-1

Extensions for the Notepadqq project found at: http://notepadqq.altervista.org/s/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notepadqq-extensions

Extensions for the Notepadqq project found at: http://notepadqq.altervista.org/s/ If you can not see the extensions tab in the toolbar, open ~/.config/Notepadqq/Notepadqq.ini and add:

[Extensions]

RuntimeNodeJS=/usr/bin/nodejs

RuntimeNpm=/usr/bin/npm

dependencies

node.js npm

building

These should be everything you need.

git clone git@github.com:qcerasmus/notepadqq-extensions.git

cd {notepadqq-extensions}/{extension you want to install}

{don't think this will be necessary} npm install notepadqq-api --save

node /usr/share/notepadqq/extension_tools/pack.js . npm

The last one will create a package {extension-name}-version.subversion.revision.nqqext

You can install the nqqext extension now.

About

Extensions for the Notepadqq project found at: http://notepadqq.altervista.org/s/

License:MIT License


Languages

Language:JavaScript 96.5%Language:Shell 3.5%