Showing posts fromextension

Ultra Notes, a simple note taking Chrome extension built with Svelte

The journey began when I sought a straightforward note-taking app for my everyday needs. Several months ago, I experimented with various online note-taking platforms for work. However, my boss, upon

Read More

Multi Highlight and Replace with Regex in X-Word-Replacer

[Regular Expression (RegEx)](https://www.geeksforgeeks.org/write-regular-expressions/) is a powerful tool for searching and replacing text that I have implemented in the X-Word Replacer since its fi

Read More

How To Build a Chrome Web Extension with Svelte

## Background There are many possible ways to build a Chrome extension (or Firefox addon, or web extension in general). * The simplest way is to use vanilla JavaScript, HTML, and CSS following the o

Read More

From TinyMCE to Lexical and TipTap Rich Text Editor

## 1. Background Around the same time last year, I started building the Chrome extension [Ultra Notes](https://chromewebstore.google.com/detail/ultra-notes/ngfhnakbmjknpcepkeiilllocgbdfehi) * https:/

Read More