© 2023 Hashnode
#text-editors
Tiny Text Generator is a text generator website or tool that converts text into three small texts "fonts." The generated text appears different from regular text because it comprises small text symbol…
Note: This is a post that I published in my blog on August 23, 2021, I'm re-posting it here since I'm planning to continue blogging here. Also, I'm now back on Neovim, after using Emacs for a full year, I might write a follow-up post someti…
What is vi/vim Vi/Vim is a text editor that can be used in the command line. What makes this text editor very popular amongst developers is because When software developers/engineers work on servers, …
Pengertian Text Editor Text Editor merupakan aplikasi yang digunakan untuk menulis syntak(Kode Program). Kita akan menggunakan Browser untuk melihat output dalam kode program Memilih Text Editor Berik…
Linux is an open-source UNIX-like operating system widely used for computer hardware, software, game development, mainframes, etc. Linux text editors can be used to create and edit files. Vi is one of…
If you're a programmer or someone who works with text files frequently, you might be familiar with Vim, a powerful and popular text editor. Vim can be intimidating at first, but once you learn some ba…
Have you ever come across a file with a .bin extension? Did you try to open it with a text editor? I guess you had a similar output? When it comes to storing and retrieving data, there are two main …
Since Neovim is an infinitely extensible program, we can turn it into anything. Prebuilt Configs There are many preset configurations and frameworks on the internet for instant conversion of Neovim fr…
Hi all, today I’m going to demonstrate how to handle user inputs in SwiftUI. This might sound simple, however, there’re a lot of details to pay attention to. For instance, let’s look at the questions …
As someone who is interested in programming and exploring different programming languages, I decided to create a simple text editor using the C programming language. This project allowed me to gain a …