I don’t understand the issue. I’ve been using Linux less than a year but I started with a KDE desktop so it came with Kate, Kwrite, and Nano. I’ve literally never needed anything else.
I’ve tried out a couple IDEs like Codium and Geany, but I don’t see what they offer that Kate doesn’t.
I’ve also at least opened Emacs but I didn’t get much further than that.
I use Nano in the terminal when I’m editing config files because I read somewhere that it’s safer.
I installed Neovim and Micro but I haven’t explored those at all yet. I don’t have any problems with Nano.
I tried Pluma but I really only use it for dumping lists.
For the most part I use Kate, but for simpler notes I use Kwrite just to keep them in separate spots on my launcher.
You usually don’t take the time to learn vim or Emacs just to write some notes. The real value of such powerful and highly customisable text editors only shows itself when you are editing lots and lots of text on a regular basis (e.g. codimg, writing blogs or any other form of writing)
The advantage vim and emacs have is, that they have keybindings for about everything you could ever want. This has the advantage, that once you know how to use them, your working speed massively increases, but it takes quite some time to learn the keybindings. Another advantage and disadvantage of (neo) vim and emacs is, that both are being modified by config files. This comes at the advantage of being able to modify about everything about your editor, but means that sometimes it can be quite hard to implement a specific behaviour. The next advantage is, that your configuration becomes easily portable and extensible. Implementing a specific behaviour often only requires copy pasting a 15 year old stackoverflow post and if you want to move to a new device, you just have to grab your config files and are good to go.
Emacs also has orgmode directly integrated into it, which can be used to write text and format it (similar to Markdown, but much more powerful) and even export it to other formats like HTML or LaTeX. As you might expect, orgmode also has its own keybindings. This means, that you can write your documents inside emacs [orgmode], use all the powerful text formatting tools and keybindings and then share your work in a nicely formatted and portable way.
I don’t understand the issue. I’ve been using Linux less than a year but I started with a KDE desktop so it came with Kate, Kwrite, and Nano. I’ve literally never needed anything else.
I’ve tried out a couple IDEs like Codium and Geany, but I don’t see what they offer that Kate doesn’t.
I’ve also at least opened Emacs but I didn’t get much further than that.
I use Nano in the terminal when I’m editing config files because I read somewhere that it’s safer.
I installed Neovim and Micro but I haven’t explored those at all yet. I don’t have any problems with Nano.
I tried Pluma but I really only use it for dumping lists.
For the most part I use Kate, but for simpler notes I use Kwrite just to keep them in separate spots on my launcher.
I don’t see why this is such an issue though.
You usually don’t take the time to learn vim or Emacs just to write some notes. The real value of such powerful and highly customisable text editors only shows itself when you are editing lots and lots of text on a regular basis (e.g. codimg, writing blogs or any other form of writing)
The advantage vim and emacs have is, that they have keybindings for about everything you could ever want. This has the advantage, that once you know how to use them, your working speed massively increases, but it takes quite some time to learn the keybindings. Another advantage and disadvantage of (neo) vim and emacs is, that both are being modified by config files. This comes at the advantage of being able to modify about everything about your editor, but means that sometimes it can be quite hard to implement a specific behaviour. The next advantage is, that your configuration becomes easily portable and extensible. Implementing a specific behaviour often only requires copy pasting a 15 year old stackoverflow post and if you want to move to a new device, you just have to grab your config files and are good to go.
Emacs also has orgmode directly integrated into it, which can be used to write text and format it (similar to Markdown, but much more powerful) and even export it to other formats like HTML or LaTeX. As you might expect, orgmode also has its own keybindings. This means, that you can write your documents inside emacs [orgmode], use all the powerful text formatting tools and keybindings and then share your work in a nicely formatted and portable way.