How I use Kate Editor

Gamedev, FOSS, programming, stuff.

Gobby – a free collaborative editor which provides the possibility to edit files simultaneously with other users over a network. The platforms on which you could use Gobby are so far Microsoft Windows, Linux, Mac OS X and other Unix-like ones. https://archiveapp.org/gobby/ #texteditor #linux #unix #bsd #windows
Gobby

Web site: gobby.github.io Category: Office Subcategory: Text Editors Platform: Linux, Windows, Unix-like License: GNU GPL Interface: GUI Wikipedia: Gobby First release: 2005 Gobby – a free…

ArchiveApp
Understanding the Origins and the Evolution of Vi & Vim

The history of Vi & Vim goes hand in hand with the history of open-source software. This article looks at the historical events that shaped the evolution of these text editors.

Ah, the magical land where #Emacs enthusiasts yearn to turn their text editor into a fully sentient window manager! 🤖✨ But wait, there's more—now with the power of #AI, you can finally manage your windows like it's 1995, while smugly typing "M-x make-my-life-harder"! 🎩💻
https://github.com/emacs-exwm/exwm #TextEditor #WindowManager #Sentience #HackerNews #ngated
GitHub - emacs-exwm/exwm: Emacs X Window Manager

Emacs X Window Manager. Contribute to emacs-exwm/exwm development by creating an account on GitHub.

GitHub

@afreytes @blogdiva apparently Notepad++ and Geany are both based on the Scintilla editor engine, so the theoretically should be similar. But I think Geany is clearly designed more as an IDE.

For me, the most important feature of an editor is the ability to run text through a command line filter like the awk command, or the jq command. Without this, an editor is basically useless to me, and unfortunately, there are not many text editor that make this easy to do (though Vim and Emacs fit the bill). Nano would be so much more useful if they could just add that one simple feature. Geany does have this feature but it is buried under two submenus (Edit -> Format -> Send Selection), so you have to configure your key bindings to make it easier to use.

I still recommend Linux users try to allocate some of their time to learning Vim and/or Emacs, even if they don’t use these text editors day-to-day. These software are such an integral part of the Linux and Unix community, I believe it will make it much easier for you to connect with other community members if you know at least the basics of how to use these editors, especially when doing problem solving with other people.

#tech #Software #FOSS #TextEditor #EditorWars #Vim #Emacs #Nano

Geany

GNOME Text Editor – a simple text editor that focuses on session management. GNOME Text Editor replaces Gedit as GNOME’s default text editor, and was created due to the GNOME developers’ intention of having all of their programs comply with the GNOME Human interface guidelines (HIG). https://archiveapp.org/gnome-text-editor/ #texteditor #linux
GNOME Text Editor

Web site: apps.gnome.org/app/org.gnome.TextEditor/ Category: Office Subcategory: Text Editors Platform: Linux License: GNU GPL Interface: GUI Wikipedia: GNOME Text Editor First release: 2021 GNOME…

ArchiveApp
Leafpad to prosty i lekki edytor tekstu zbudowany na GTK+, który kładzie nacisk na prostotę. Ponieważ rozwój koncentruje się na utrzymaniu wagi na minimalnym poziomie, w edytorze zaimplementowano tylko najważniejsze funkcje. https://biznes.linuxiarze.pl/leafpad/ #texteditor #linux #bsd #maemo
Leafpad

Producent: tarot.freeshell.org/leafpad/ Typ: Edytory tekstu Przeznaczenie: szkoły, uczelnie, firmy, organizacje Licencja: GNU GPL Pobranie: download.savannah.gnu.org/releases/leafpad/ Platforma: Linux…

Linux dla firm

Version 3.0 is out!

✅ Minor internal improvements

Go get #Drafting #TextEditor for #Android on Google Play! https://play.google.com/store/apps/details?id=sen.drafting

Drafting: Notes, Markdown - Apps on Google Play

Quick capture app with minimal Markdown support used by Obsidian power users

#KateEditor needs oh-so-many commands it doesn't have, but one I would use often is "return to previous position". If I mistakenly hit Ctrl+Shift+End when I only meant to hit Shift+End, I end up at the end of the file when I only wanted to select to the end of the line.

In TSE, I could hit a key to execute PrevPosition() to be back where I was. But Kate doesn't have this feature, and I have to scroll up until I find my place. Annoying.

Kate might have good code-editing features, but as far as text editing goes, it lacks many basic #TextEditor commands I used in The Semware Editor under Windows.

Felix' Blog - A Review of Helix after 1.5 Years

A blog, mostly about programming