Is there an app like this?
https://www.youtube.com/shorts/iW9RygbjnFQ
I’m looking for a text editor that enables above the line annotations as part of the text and reflows it accordingly.
#help #linux #recommendStuff #textEditing
Is there an app like this?
https://www.youtube.com/shorts/iW9RygbjnFQ
I’m looking for a text editor that enables above the line annotations as part of the text and reflows it accordingly.
#help #linux #recommendStuff #textEditing
Vim 9.2 Is Out with Comprehensive Completion, Wayland Support, and More

Vim is a powerful text editor that improves coding speed & efficiency through its shortcut-based Vim language. While learning Vim can be challenging, it is a valuable skill that can enhance your career as a computer professional.
Lifehacker: Use This App Instead of Excel to Directly Edit CSV Files. “ModernCSV, an indie app for Linux, Mac, and Windows computers, is the best tool I’ve come across for this purpose. If you work with CSV files frequency, or just need to edit one quickly, it’s worth checking out. This application is built specifically with CSV files in mind and makes working with them simple.”
haven't been on here in a hot minute because life has been CRAZY… but i’m popping back in to share that, with some gen-AI assistance, i’ve built **neovim-anywhere**!!
neovim-anywhere is fairly straightforward – one bash script and one shortcut (allows quick launch + input of selected text + keyboard shortcut). it takes selected text, puts it into neovim and copies the output (:wqq) to your clipboard. similar to vim-anywhere, it is unfortunately unable to paste directly into the original text field upon closing.
currently, the neovide GUI is a dependency, but i’m sure it can be adapted to a terminal
it solves a personal pain point in dealing with laggy text fields. sometimes i just want the convenience of nvim when i'm writing, say, an email – without having to open an entire terminal window and launch nvim.
hoping to get a github repo up and running soon for anyone interested. also hoping to get a more detailed blog post up, discussing the process and further thoughts, though that may come later
#FOSStodon #OpenSource #neovim #vim #VimAnywhere #terminal #CLI #TextEditing #technology #showcase