An open API service indexing awesome lists of open source software.

https://github.com/supiyasingh/text-editor


https://github.com/supiyasingh/text-editor

reactjs tiptap-editor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rich Text Editor

A feature-rich text editor built using **React, Vite, TipTap, and TailwindCSS**. It supports common text formatting options and allows users to insert custom variables dynamically.
🚀 **Live Demo:** [Click Here](https://cute-kelpie-636701.netlify.app/)
## 🚀 Features

✅ **Text Formatting** - Bold, Italic, Headings, Lists, and more
✅ **Custom Variables** - Insert predefined variables using `{{`
✅ **Popover Trigger** - Displays available variables dynamically
✅ **Styled Variables** - Highlighted tokens within the editor
✅ **Export Options** - Supports exporting raw and rendered content

## 🛠 Tech Stack

- **Frontend:** React, TipTap
- **Styling:** TailwindCSS
- **Build Tool:** Vite

## 💻 Setup Instructions

1. **Clone the repository**
```sh
git clone https://github.com/Supiyasingh/text-editor.git
cd text-editor

2. **Install dependencies**
```sh
npm install

3.**Start the development server**
```sh
npm run dev