Skip to content
View richtexteditor's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report richtexteditor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
richtexteditor/README.md

Rich Text Editor 2.0

The full-featured JavaScript WYSIWYG HTML Editor for web applications.

Version License

Rich Text Editor

Rich Text Editor is a professional WYSIWYG HTML editor that enables content contributors to easily create and publish rich HTML content on desktop and mobile. It features a redesigned UI, powerful APIs, comprehensive documentation, and works seamlessly across all modern browsers.

Key Features

  • Clean, modern toolbar UI with responsive layout
  • Paste from Word and Excel with automatic formatting cleanup
  • Drag and drop for images and content
  • Powerful table editing support
  • Built-in code snippet highlighting
  • Embed video support
  • Export to PDF
  • File upload integration
  • Localization and multi-language support
  • Full JavaScript API with 40+ methods
  • Custom toolbar buttons, dropdowns, and dialogs
  • Auto-grow and resizable editor modes
  • Keyboard shortcuts
  • Read-only mode

Getting Started

Add the editor to any HTML page in two steps:

1. Include the script:

<script src="richtexteditor/rte.js"></script>
<script src="richtexteditor/plugins/all_plugins.js"></script>

2. Initialize the editor:

<div id="editor1">Edit here...</div>
<script>
var editor = new RichTextEditor("#editor1");
</script>

See the Installation Guide (div) or Installation Guide (textarea) for more details.

Framework Support

Rich Text Editor 2.0 is available for all major platforms:

Platform Package
JavaScript (Vanilla) Download
Angular Download
React Download
Vue Download
PHP Download
ASP.NET Core MVC Download
ASP.NET Core Razor Download
ASP.NET MVC Download
ASP.NET Web Forms Download
Blazor Server Download

Demos

Explore the included demos to see the editor in action:

View all demos

Documentation

Full documentation

Links

About Richscripts Inc

Richscripts Inc is a Canadian company established in 2003, specializing in high-quality, reusable web components and enterprise software solutions. With 33,000+ customers and over 1 million users worldwide, including Fortune 500 companies and global IT consultancies.

Our Products

Rich Text Editors

JavaScript Rich Text Editor | Rich Text Editor for ASP.NET | Rich Text Editor for PHP | Rich Text Editor for Classic ASP | Blazor Rich Text Editor | RichTextBox for ASP.NET Core

File Upload Components

Ajax Uploader | PHP File Uploader | ASP Uploader | CoreUpload - ASP.NET Core Upload | MultipleUpload - JavaScript Upload

Chat & Communication

MyLiveChat - Free Live Chat | Dchat - AI Chatbot (Coming Soon) | ZChat - On-Premises Live Chat

Developer Tools

JavaScript Obfuscator | Free .NET Obfuscator | JavaScript Converter - JavaScript to TypeScript


sales@richscripts.com | www.richscripts.com

Popular repositories Loading

  1. richtexteditor richtexteditor Public

    Rich Text Editor 2.0 - Full-featured JavaScript WYSIWYG HTML Editor

    JavaScript 4

  2. ajaxuploader ajaxuploader Public

    Ajax Uploader is an easy to use, hi-performance ASP.NET Web Forms File Upload Control.

    HTML

  3. coreupload coreupload Public

    CoreUpload - ASP.NET Core File Upload Component

    HTML

  4. richtextbox richtextbox Public

    RichTextBox ASP.NET Core — Rich text editor with 100 server-side demos

    HTML

  5. ts-rich-text-editor ts-rich-text-editor Public

    TypeScript RichTextEditor - Typed wrapper with async initialization and IntelliSense support for the RichTextEditor WYSIWYG editor

    JavaScript

  6. ts.richtexteditor.com ts.richtexteditor.com Public

    Website and demo package for TypeScript RichTextEditor - ts.richtexteditor.com

    JavaScript