Awesome Web Editor Save

πŸ”¨ Open source WEB editor summary

Project README

Contents

Rich text editor

  • Pure JavaScript
    • quill β˜… 38868 - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
    • Editor.js β˜… 26621 - A block-styled editor with clean JSON output
    • lexical β˜… 17147 - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
    • wangEditor β˜… 16920 - Lightweight web rich text editor, easy to configure and use. Support IE10 + browser.
    • medium-editor β˜… 15995 - Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
    • tinymce β˜… 14231 - The world's most popular JavaScript library for rich text editing. Available for React, Vue and Angular.
    • pell β˜… 11901 - the simplest and smallest WYSIWYG text editor for web, with no dependencies.
    • ckeditor5 β˜… 8125 - Development environment for CKEditor 5 – the best browser-based rich text editor.
    • prosemirror β˜… 7309 - The ProseMirror WYSIWYM editor.
    • ueditor β˜… 6592 - Baidu rich text.
    • wysihtml5 β˜… 6499 - Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
    • simditor β˜… 5018 - An Easy and Fast WYSIWYG Editor.
    • pen β˜… 4784 - enjoy live editing (+markdown).
    • Squire β˜… 4687 - Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible. It is built for the present and the future, and as such does not support truly ancient browsers. It should work fine back to around Opera 12, Firefox 3.5, Safari 5, Chrome 9 and IE9.
    • canvas-editor β˜… 2813 - rich text editor by canvas/svg.
    • mercury β˜… 2638 - Mercury Editor: The Rails HTML5 WYSIWYG editor.
    • Aloha-Editor β˜… 2445 - Aloha Editor is a JavaScript content editing library。
    • kindeditor β˜… 1881 - WYSIWYG HTML editor.
    • jodit β˜… 1564 - Jodit - Best WYSIWYG Editor for You.
    • mobiledoc-kit β˜… 1544 - A toolkit for building WYSIWYG editors with Mobiledoc.
    • SunEditor β˜… 1330 - Pure javascript based WYSIWYG html editor, with no dependencies.
    • Textbus β˜… 954 - A component-based and high-performance rich text develop framework that Support online collaborative editing.
    • am-editor β˜… 919 - A rich text collaborative editor framework that can use React and Vue custom plug-ins.
  • vue.js
    • tiptap β˜… 23557 - A rich-text editor for Vue.js
    • vue-quill-editor β˜… 7346 - Quill editor component for Vue, support SPA and SSR.
    • vue2-editor β˜… 2485 - A text editor using Vue2 and Quill.
    • neditor β˜… 1908 - A more modern rich text editor based on ueditor, supporting HTTPS.
    • vue-editor-js β˜… 349 - editor.js wrapper component for Vue.js
    • iview-editor β˜… 222 - iView Editor.
  • react
    • slate β˜… 28923 - A completely customizable framework for building rich text editors.
    • draft-js β˜… 22557 - A React framework for building text editors.
    • react-quill β˜… 6450 - A Quill component for React.
    • braft-editor β˜… 4586 - Beautiful and easy-to-use React rich text editor, developed based on draft-js.
    • alloy-editor β˜… 988 - WYSIWYG editor based on CKEditor with completely rewritten UI.
    • dante2 β˜… 914 - A complete rewrite of dante editor in draft-js.
    • bangle.dev β˜… 615 - A collection of rich text editor tools to build your next Google doc clone.
  • jQuery
    • summernote β˜… 11356 - Super simple WYSIWYG editor, Summernote is built on jQuery.
    • bootstrap-wysiwyg β˜… 5632 - Tiny bootstrap-compatible WISWYG rich text editor
    • wysiwyg-editor β˜… 5206 - The next generation Javascript WYSIWYG HTML Editor.
    • jquery-notebook β˜… 1686 - A modern, simple and elegant WYSIWYG rich text editor.
    • popline β˜… 1054 - Popline is an HTML5 Rich-Text-Editor Toolbar.

Markdown editor

  • Pure JavaScript
    • tui.editor β˜… 12816 - Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
    • simplemde-markdown-editor β˜… 9711 - A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
    • milkdown β˜… 8278 - Plugin driven WYSIWYG markdown editor framework.
    • dillinger β˜… 7858 - The last Markdown editor, ever.
    • pen β˜… 4784 - enjoy live editing (+markdown).
    • EpicEditor β˜… 4255 - An Embeddable JavaScript Markdown Editor.
    • markdown-nice β˜… 4055 - Markdown editor supporting theme design, make typography nice.
    • editor β˜… 2785 - A markdown editor.
    • stackedit.js β˜… 1040 - Add StackEdit to any website.
  • jQuery
    • editor.md β˜… 13543 - The open source embeddable online markdown editor (component).
  • vue.js
    • milkdown β˜… 8278 - Plugin driven WYSIWYG markdown editor framework.
    • mavonEditor β˜… 6349 - A markdown editor based on Vue that supports a variety of personalized features.
  • React
    • mdx β˜… 16742 - MDX is an authorable format that lets you seamlessly use JSX in your markdown documents. You can import components, like interactive charts or notifications, and export metadata. This makes writing long-form content with components a blast.
    • react-markdown β˜… 12128 - Render Markdown as React components.
    • milkdown β˜… 8278 - Plugin driven WYSIWYG markdown editor framework.

Markdown parser

  • JavaScript
    • marked β˜… 31779 - A markdown parser and compiler. Built for speed.
    • markdown-it β˜… 17061 - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed.
    • showdown β˜… 13886 - A bidirectional MD to HTML to MD converter written in Javascript.
    • turndown β˜… 7809 - An HTML to Markdown converter written in JavaScript.
    • markdown-js β˜… 7688 - A Markdown parser for javascript.
    • remark β˜… 7166 - remark is a Markdown processor powered by plugins part of the unified collective.
    • texme β˜… 2250 - Self-rendering Markdown + LaTeX documents.
  • Golang
    • blackfriday β˜… 5350 - Blackfriday: a markdown processor for Go.
    • goldmark β˜… 3305 - A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
  • Python
    • markdown β˜… 3557 - A Python implementation of John Gruber’s Markdown with Extension support.
    • python-markdown2 β˜… 2582 - markdown2: A fast and complete implementation of Markdown in Python.
  • PHP
    • parsedown β˜… 14630 - Better Markdown Parser in PHP.
    • php-markdown β˜… 3399 - Parser for Markdown and Markdown Extra derived from the original Markdown.pl.
  • Java
    • commonmark-java β˜… 2160 - Java library for parsing and rendering CommonMark (Markdown).
  • C#
    • markdig β˜… 4065 - A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.

Markdown style

  • github-markdown-css β˜… 7632 - The minimal amount of CSS to replicate the GitHub Markdown style.

Browser editor

  • markdown
    • stackedit β˜… 21290 - In-browser Markdown editor.
    • markdown-editor β˜… 2812 - Live (Github-flavored) Markdown Editor.
  • react
    • react-ace β˜… 3944 - React Ace Component, Support multiple languages and themes
    • react-monaco-editor β˜… 3651 - Monaco Editor for React.
  • SVG
    • svgedit β˜… 6155 - Powerful SVG-Editor for your browser.
    • Method-Draw β˜… 2723 - Method Draw, the SVG Editor for Method of Action.
  • CodeMirror β˜… 26554 - In-browser code editor.
  • monaco-editor β˜… 38102 - A browser based code editor.
  • codesandbox-client β˜… 12870 - An online code editor tailored for web application development πŸ–οΈ
  • ace β˜… 26364 - Ace is a standalone code editor written in JavaScript. Our goal is to create a browser based editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page or JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project.

JSON editor

  • jsoneditor β˜… 11119 - A web-based tool to view, edit, format, and validate JSON

Design editor

  • Pure JavaScript
    • VvvebJs β˜… 6567 - Drag and drop website builder javascript library.
  • React
    • Excalidraw β˜… 71979 - Virtual whiteboard for sketching hand-drawn like diagrams.
    • react-email-editor β˜… 4356 - Drag-n-Drop Email Editor Component for React.js.
    • imove β˜… 3750 - Move your mouse, generate code from flow chart.
    • GGEditor β˜… 3404 - A visual graph editor based on G6 and React.
    • micro-design-editor - Micro page editing component for react.

SVG editor

  • Pure JavaScript
    • svgedit β˜… 6155 - Powerful SVG-Editor for your browser.

Table editor

  • jQuery
    • DataTables - Add advanced interaction controls to your HTML tables the free & easy way.
  • React
    • react-data-grid β˜… 6657 - Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like.

Other


License

CC0

Open Source Agenda is not affiliated with "Awesome Web Editor" Project. README Source: xjh22222228/awesome-web-editor

Open Source Agenda Badge

Open Source Agenda Rating