4 مستودعات
Frameworks that provide a plugin system to extend the core functionality of a text editor.
Distinct from Editors and Content: Focuses on the architectural framework for modularity rather than just a list of available editors
Explore 4 awesome GitHub repositories matching part of an awesome list · Modular Editor Frameworks. Refine with filters or upvote what's useful.
Quill is a JavaScript rich text editor library used to build WYSIWYG web editors. It serves as a modular editor framework for creating browser-based document authoring tools with a customizable interface and document model. The system functions as a modular content editor, providing a plugin system to extend formatting and embedding capabilities. This allows for the development of specialized text editors through custom modules and formatting plugins. The library covers the implementation of visual content creation interfaces that render formatted text and media in real time. Its primary cap
Provides a modular framework that allows developers to extend formatting and embedding via a plugin system.
Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real
Offers a plugin system to extend editor behavior through specialized content nodes and runtime logic.
Codebox هي بيئة تطوير متكاملة قائمة على المتصفح تُستخدم لكتابة وتنفيذ الكود المصدري عبر البيئات السحابية وسطح المكتب. تعمل كبيئة تشغيل Node.js، مما يسمح بتشغيل كود JavaScript وNode.js مباشرة داخل متصفح الويب. المشروع عبارة عن IDE عبر الأنظمة الأساسية مع دعم أصلي للاستخدام دون اتصال بالإنترنت. يستخدم بنية إضافات نمطية تمكن من إضافة وظائف وامتدادات مخصصة من جهات خارجية إلى المحرر. تتضمن البيئة أدوات لإدارة قاعدة الكود، وطبقة نظام ملفات متكاملة، وواجهة سطر أوامر لإدارة مساحة العمل وتكوين الهوية.
Provides a modular editor framework that allows the core functionality to be extended via plugins.
This project is a web-based markdown editing component designed for integration into Vue applications. It provides a text input interface for creating and modifying markdown content, featuring real-time rendering and a live preview that transforms source text into formatted HTML. The editor is built on a modular framework that supports custom plugins and visual themes, allowing developers to extend core functionality and align the workspace appearance with host application designs. It utilizes a standardized hook architecture to enable these extensions, ensuring that the editing environment c
Supports custom plugins and visual themes to extend editor functionality and appearance within web projects.