Skip to content

How to start

sieukrem edited this page Mar 17, 2015 · 11 revisions

Download and Install

Download latest released file and unzip it into 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