Skip to content

How to start

Eugen Kremer edited this page Apr 6, 2020 · 11 revisions

Download and Install

Download latest released file and unzip it into Notepad++ plugins directory.

N++ version < 7.6.6 N++ version >= 7.6.6

Since N++ version 7.6.6 you need additional jn directory which hosts entire jN.zip content

If you installed Notepad++ with option to use %APPDATA%\Notepad++\plugins maybe you will not be able to unzip files in installation folder. You have to have admin rights to do that.

With release 2.0.179.1 you can also unzip jN into %APPDATA%\Notepad++\plugins directory.

Write 'Hello world'

Nothing smplier than that. Open new tab in Notepad++ and put following code snippet.

alert("Hello world");

Now you can run this code snippet. Go in to main menu 'Run' and click 'Current View' (or press F5). You will see a messagebox with 'Hello world'. Click 'ok'.

  • Youtube
  • API documentation you find in plugins/jn/API/api.xml
Clone this wiki locally