diakonos icon indicating copy to clipboard operation
diakonos copied to clipboard

Diakonos is a console text editor for the masses.

Results 28 diakonos issues
Sort by recently updated
recently updated
newest added

Have a setting where you can set a maximum number of files (buffers) opened. Once reached, opening a new file would close the least-recently-opened file. (FIFO). Or perhaps auto-close by...

feature

For Debian - even the ubuntu package no longer works. Any hope of a normal Debian package? - don't really want to go back to e3... The idea is a...

support

Add support for LSP.

feature

I saw this in Java code, but I suspect it may exist in other languages. The regex highligher sometimes seems to greedily highlight things which are not regexes. In particular,...

bug

Hoping this is a bug that will be easy to fix: When opening this UTF-8 sample file in diakonos and going with the cursor to the end of each line,...

bug

Hi! I love diakonos but when I open utf8 file with some russian characters it shows them as strange sequence of letters and signs, for example: the word `файл` is...

support

For example, when editing `.vue` files, make commenting and uncommenting sensitive to whether you're editing the `` or the `` or the ``.

Create some sort of Diakonos extension system which leverages the Internet so that people can browse, choose and install extensions from within Diakonos. Developers should be able to submit extensions...

feature

A way to search and replace multiple regexp => replacement pairs at once. Useful for replacing a word with multiple cases. ``` ruby { /car/ => 'truck', /Car/ => 'Truck',...

feature

Probably using a highlight of the first column. But other display alternatives might be better.

feature