Bhanuka Mallawaarachchiimbmax.com·Aug 25, 2024Vim Fuzzy file search and navigation without pluginsRecently, I got curious about how Vim’s built-in commands handle file finding and navigation. Even though I was using modern fuzzy finding plugins at the time, I decided to explore Vim’s native mechanisms. To my surprise, I started enjoying the simpl...Discuss·2 likes·93 readsfuzzy-file
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 26, 2024Ultimate Guide to Using Vim Text Editor in LinuxIntroduction When it comes to text editors in the Linux world, Vim stands out as a favorite among many developers and system administrators. Known for its efficiency and powerful features, Vim can seem daunting at first, but once mastered, it becomes...DiscussLinuxTools
SharathchandarKsharathchandark.hashnode.dev·Nov 22, 2023How To Create Sticky Note App in HTML CSS & JavaScript | Mini Text EditorOverview: Welcome to our JavaScript Sticky Note App with Mini Text Editor Coding Tutorials.In this article, we'll walk you through a step-by-step guide to building a fully functional and dynamic digital sticky note application with a mini text editor...Discuss·9 likesJavaScript
Pratik MforThe Tech Deckthetechdeck.hashnode.dev·Nov 12, 2023A Beginner's Guide to Using the GNU nano Text Editor on LinuxAs a Linux beginner, one of the first things you'll need to learn is how to create and edit text files from the command line. While Linux offers several powerful text editors, GNU nano is one of the simplest to get started with. In this beginner's gu...Discuss·106 readsLinuxLinux
Shahid Hussainshahidhussain.hashnode.dev·Jan 27, 2023IDE or Text-Editor?Start this article with a motivation:- "Every master was once a beginner. And every pro began as an amateur." - Robin Sharma The most curious question for every beginner programmer is what is an IDE or a Text-Editor? When I started my coding journe...Discuss·11 likes·38 readsIDEs
Ijeoma Igboaguijaycent.hashnode.dev·Aug 14, 2022Review: Text-Editor at TabulioBlogging is a medium of communication for everyone, a means of passing information and knowledge about what you know. Creatives such as developers, writers, and designers enjoy blogging. As creatives, we have different platforms which can be used to ...Discuss·5 likes·41 readsBeginner Developers
Satish Kumarsatishkumar.hashnode.dev·Apr 28, 2022Oracle JET Sample Custom Component : Monaco EditorWe had come across a requirement wherein we needed to embed a code editor into a webpage. While the reason for this requirement can be manifold there is no standard JET component to achieve this. Hence we started exploring the Custom Web Component. T...Discuss·1 like·540 readsJavaScript
Ngọc Nguyễn Duy Minhngocoder.hashnode.dev·Apr 10, 2022Why You Should Dump VSCode, Move To NeoVim, And Why You Shouldn'tI recently went down to the Vim rabbit hole to find out how my fellow developer friends can't get out of it. I am afraid, but the more I want to know, the more I need to get there. I was mentally and physically ready to simply explore 'the rabbit hol...Discuss·1.3K readsText Editors
Oluwaseun Aransiolaseun.hashnode.dev·Dec 2, 2021Ckeditor 5 and Image Upload in PHPHello, Today I want to share insight and a little snippet on how to integrate the latest version of CKeditor (V5) and a serverside image upload in PHP. The CKeditor 5 requires a custom upload adapter for the upload process. Prerequisite knowledge of ...Discuss·1.6K readsText Editors
Techsolutionstufftechsolutionstuff.hashnode.dev·Sep 15, 2021How To Install TinyMCE Editor In LaravelIn this artical we will give you example how to Install tinymce editor in laravel, Tinymce editor is rich-text opensource editor, It has the ability to convert HTML textarea fields or other HTML elements to editor instances, here we will see how to u...Discuss·89 readsLaravel