awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jaredreich avatar

jaredreich/pell

0
View on GitHub↗
12,054 stars·547 forks·JavaScript·MIT·41 views

Pell

Pell is a JavaScript text editor library and browser-based rich text editor. It provides a lightweight WYSIWYG HTML editor for formatting styled text and outputting HTML directly within a web browser.

The library is a dependency-free vanilla implementation that uses standard Web APIs. It allows for the definition of custom editor actions and text actions to extend the toolbar and the creation of custom visual themes to modify the editor appearance.

The editor covers rich text editing and browser-based text formatting, including the application of bold, italic, headings, and lists. It also supports managing text layout and the insertion of media and links.

Features

  • Rich Text WYSIWYG Editors - Provides a lightweight, dependency-free visual editor for formatting rich text and outputting HTML directly in the browser.
  • Rich Text Editors - Ships as a library for building browser-based rich text editors with customizable formatting and document models.
  • Rich Text Styling - Supports applying inline and block-level formatting such as bold, italic, headings, and lists.
  • Text Editors - Provides a minimal set of JavaScript functions and components for creating multi-line visual text editors.
  • Text Formatting Tools - Enables browser-based text formatting via a visual toolbar and native document commands.
  • WYSIWYG Editors - Implements a visual interface where content is edited such that the output matches the final HTML version.
  • Dependency-Free Frontend Libraries - Provides a lightweight JavaScript implementation that operates entirely without external dependencies or frameworks.
  • Rich Text Editors - Provides a web interface for creating and editing formatted content without requiring manual HTML coding.
  • ContentEditable Wrappers - Implements the editor by wrapping the browser's native contenteditable attribute to handle text input and cursor positioning.
  • Toolbar Action Triggers - Maps toolbar button interactions to specific formatting functions through a registration system for custom actions.
  • Custom Editor Frameworks - Allows developers to build specialized text entry tools by defining custom toolbar actions and visual themes.
  • Text Action Extensions - Provides a mechanism to define and add specialized formatting commands to extend text manipulation tools.
  • DOM-Driven State Management - Maintains the current state of the document by relying directly on the live HTML structure of the editor element.
  • Standalone Editors - Extremely lightweight editor with zero dependencies.

Star history

Star history chart for jaredreich/pellStar history chart for jaredreich/pell

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pell

Similar open-source projects, ranked by how many features they share with Pell.
  • basecamp/trixbasecamp avatar

    basecamp/trix

    19,970View on GitHub↗

    Trix is a rich text editor and WYSIWYG text component designed for composing and formatting documents with inline styling and block elements. It functions as an HTML content editor that manages and sanitizes input to ensure a secure and consistent document structure, while serving as a document state manager that tracks edit history and persists serialized state. The editor integrates directly with standard HTML forms, converting rich text into data for submission. It features a configurable sanitization engine that cleanses input HTML to remove unsupported tags and mitigate security risks.

    JavaScript
    View on GitHub↗19,970
  • tinymce/tinymcetinymce avatar

    tinymce/tinymce

    16,214View on GitHub↗

    TinyMCE is a JavaScript rich text editor and WYSIWYG HTML editor that provides a visual interface for creating and formatting content within web applications. It functions as an extensible editor framework and web content management UI, allowing users to author and style documents through a browser-based interface. The project is distinguished by a plugin-based extension system and a public API that enable the addition of custom capabilities and modifications to the visual interface. It utilizes a framework-agnostic core, providing dedicated integration for React, Vue, and Angular. The syste

    TypeScript
    View on GitHub↗16,214
  • jpuri/react-draft-wysiwygjpuri avatar

    jpuri/react-draft-wysiwyg

    6,471View on GitHub↗

    This project is a rich text editor component for React applications that provides a visual interface for composing and formatting content. It functions as a DraftJS-based WYSIWYG editor, allowing users to create structured documents with inline styles and block types. The editor features a customizable toolbar interface for managing text alignment, lists, and media embeds. It includes a specialized input system for inserting emojis, hashtags, and user mentions as single deletable units. The project provides capabilities for transforming internal editor state into HTML, JSON, or Markdown form

    JavaScript
    View on GitHub↗6,471
  • margox/braft-editormargox avatar

    margox/braft-editor

    4,591View on GitHub↗

    Braft Editor is a React-based rich text editor built on Draft.js that provides a framework for content creation and formatting. It functions as a reusable UI component that allows users to compose formatted documents in a WYSIWYG interface and export the resulting content as HTML strings. The project features built-in localization support for multiple languages, including Chinese, Japanese, and Korean. It provides a modular system for extending editor functionality through plugins, custom toolbar mappings, and specialized media entities. The editor covers a broad range of content capabilitie

    JavaScript
    View on GitHub↗4,591
See all 30 alternatives to Pell→

Frequently asked questions

What does jaredreich/pell do?

Pell is a JavaScript text editor library and browser-based rich text editor. It provides a lightweight WYSIWYG HTML editor for formatting styled text and outputting HTML directly within a web browser.

What are the main features of jaredreich/pell?

The main features of jaredreich/pell are: Rich Text WYSIWYG Editors, Rich Text Editors, Rich Text Styling, Text Editors, Text Formatting Tools, WYSIWYG Editors, Dependency-Free Frontend Libraries, ContentEditable Wrappers.

What are some open-source alternatives to jaredreich/pell?

Open-source alternatives to jaredreich/pell include: basecamp/trix — Trix is a rich text editor and WYSIWYG text component designed for composing and formatting documents with inline… tinymce/tinymce — TinyMCE is a JavaScript rich text editor and WYSIWYG HTML editor that provides a visual interface for creating and… jpuri/react-draft-wysiwyg — This project is a rich text editor component for React applications that provides a visual interface for composing and… margox/braft-editor — Braft Editor is a React-based rich text editor built on Draft.js that provides a framework for content creation and… wangeditor-team/wangeditor — wangEditor is a JavaScript-based web rich text editor and WYSIWYG interface used for composing formatted documents… alex-d/trumbowyg — Trumbowyg is a lightweight JavaScript WYSIWYG editor used to create and format rich-text and HTML content directly…