Introduction

This page describes some experiences with the editor Notepadqq, which is an alternative editor for Notepad++ on Linux.

In this topic of the Notepad++ forum I found the hint to the editor Notepadqq. On this page there was critizism that not all features of Notepad++ have been realized already in Notepadqq. This is definately true, but in the next section you find a list of features that I already successfully use.

List of features

The following features were tested successfully with Notepadqq 1.2.0 on Ubuntu 16.04 and also with version 1.4.8 on Ubuntu 18.04:

Advantages of Notepadqq on Linux

This list shows some advantages of Notepadqq on Linux compared to Notepad++ installed with Wine on Linux:

Possible improvements

For me the following improvements would be very helpful (tested with Notepadqq 1.2.0 on Ubuntu 16.04.):

I posted this list once as a feedback to the release anouncement of version 1.2.0. Regrettably these topics are still not working in version 1.4.8.

Creation of an extension

There is a good instruction how to write plugins for Notepadqq with NodeJs. Also this API documentation is helpful for such a development. So I gave it a shot to be able to add a little improvement to the editor.

The instruction was working very well. Regrettably when adding the created dummy plugin to Notepadqq I received the message that the given NodeJs environment is not supported. The GUI says that only the versions 0.10, 0.11 and 0.12 are supported. But I had Node v8.4.0 and NPM 5.3.0. As I do not want to install specific outdated Node versions I stopped at this point.

Future development

Regrettably version 1.4.8 of the year 2018 is still the current version as I write this update in 2022. This question in the Notepadqq forum from August 2021 leaves some doubt that there will be a new version of the editor soon.