Skip to content
sieukrem edited this page Mar 17, 2015 · 8 revisions

jN (JavaScript for Notepad++) allows you to extend Notepad++ by using JavaScript.

  1. You can create new menu elements which execute JavaScript
  2. You can use a lot of ActiveX components available on your PC
  3. You can add shortcuts executing JavaScript
  4. You can create Html based dialogs and docking windows
  5. You can write JavaScript wrappers around [Win32 API](Calls to Win32.md)
  6. Since version 2.0.116 you can debug your automating scripts
  7. Selection highlighting and navigation bar
  8. Integrated Zen Coding v0.7
  9. You can catch context menu request and create your own

Download newest version of jN and begin with extending of your favorite Editor today!

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