Nowon Leeblog.nwlee.com·Dec 16, 2024React 웹 페이지에서 Quill 에디터 텍스트 수정 페이지 작업하기Quill Quill은 웹에서 사람들이 텍스트를 편하게 입력할 수 있도록 도와주는 텍스트 에디터이다. Quill을 도입한 이유는 다음과 같다. Quill은 다양한 서식의 텍스트를 작성할 수 있는 위지윅 에디터이다. 다양한 플랫폼을 지원한다. 오픈소스로 공개되어 도입하기 어렵지 않다. 프로젝트에서 필요로 하는 모듈만 도입하여 에디터를 개발할 수 있다. React에서 Quill 공식문서에서는 에디터를 리액트 웹 페이지에 렌더링하는 방법을...React
Junaid Bin Jamanjunaidbinjaman.help·Dec 15, 2024Comprehensive Guide to Nano Text Editor with Key CommandsNano is a user-friendly and lightweight command-line text editor. It's an excellent choice for editing files directly in the terminal, especially for users new to the command line. In this tutorial, we will explore the basic usage of Nano, including ...Othersnano
Think Throothinkthroo.hashnode.dev·Dec 3, 2024Here’s how AI-powered autocompletion is implemented in Novel, an open-source text editorIn this article, we analyse how Novel implements AI-powered autocompletion in its beautiful editor. Novel is an open-source Notion-style WYSIWYG editor with AI-powered autocompletion. This built on top of TipTap. Tiptap is the headless and open sourc...novel
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Nov 23, 2024Text Representation in NLPIntroduction What is Feature Extraction from text? To text representation To text recognition Why do we need it? Why is it difficult? What is the core idea? What are the techniques? OHE (One Hot Encoding) BOW (Bag of Words) ngrams TfIdf ...nlp
M S Nishaanthblog.nishaanth.com·Oct 25, 2024How Did I Not Know? 👀 #3 Center justified in tailwind CSSThere are 4 kind of text justify text align left text align center text align right text align justify Always text align justify last line is left aligned I always prefer last line should be in center to achieve that In CSS, .center-justified...Tailwind CSS
Bhanuka Mallawaarachchiimbmax.com·Oct 23, 2024Why I Switched to VSCodeSome time ago, I wrote a post about using Vim to look cool and why that’s not a good idea. Now, funny enough, here I am—having switched to VSCode after years of hopping between Vim and Emacs. This isn’t one of those "Vim sucks, I'm going back to VSCo...1 like·73 readsvim
Sreenivas Mudragadastarcoder.hashnode.dev·Oct 16, 2024Building a Simple Rich Text Editor with Vue 3 and Vanilla JavaScriptRich text editors are a powerful tool for content creation, enabling users to format text, insert links, images, and more without needing to write HTML. Tools like CKEditor and TinyMCE are popular solutions, but sometimes you might need a lightweight...2 likes·45 readsvue texteditor
Bhanuka Mallawaarachchiimbmax.com·Sep 21, 2024Ruby without RailsRuby on Rails is a great web framework that powers awesome websites like Shopify, GitHub, Basecamp, HEY.com, and more. This blog post is not to say that Rails is bad or anything like that. I recently got really inspired to give Ruby a real try after ...26 readsRuby
Ajika Angeloajikadev.hashnode.dev·Sep 18, 2024Visual Studio vs. Visual Studio Code: An In-depth ComparisonVisual Studio and Visual Studio Code (VS Code) are two very popular and different software development tools developed by Microsoft. Visual Studio is a popular Integrated Development Environment (IDE) among professional software developers while Vis...vscode
Bhanuka Mallawaarachchiimbmax.com·Aug 28, 2024Emacs `gql` template literals highlightingThis code is copied form emacs stack-exchange and adopted to work with web-mode for future reference. Following is the link to the original stack exchange post: https://emacs.stackexchange.com/questions/37918/how-to-highlight-graphql-template-literal...Emacs