diakonos
diakonos copied to clipboard
Diakonos is a console text editor for the masses.
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...
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...
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,...
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,...
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...
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...
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',...
Probably using a highlight of the first column. But other display alternatives might be better.