All Projects → memspace → Zefyr

memspace / Zefyr

Soft and gentle rich text editing for Flutter applications.

Programming Languages

dart
5743 projects
CMake
9771 projects
ruby
36898 projects - #4 most used programming language
C++
36643 projects - #6 most used programming language
swift
15916 projects
HTML
75241 projects

Projects that are alternatives of or similar to Zefyr

Quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
Stars: ✭ 31,554 (+1461.31%)
Mutual labels:  rich-text-editor
Slate Edit Table
Slate plugin for table edition
Stars: ✭ 97 (-95.2%)
Mutual labels:  rich-text-editor
Quill Sharedb Cursors
Collaborative editing with multi cursors sync using Quill and ShareDB.
Stars: ✭ 121 (-94.01%)
Mutual labels:  rich-text-editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (-51.41%)
Mutual labels:  rich-text-editor
Leotextview
🐬A high-performance rich editor develop with swift on iOS platform, based on TextKit.
Stars: ✭ 87 (-95.7%)
Mutual labels:  rich-text-editor
Ngx Quill
Angular (>=2) components for the Quill Rich Text Editor
Stars: ✭ 1,382 (-31.62%)
Mutual labels:  rich-text-editor
Awesome Medium Editor
Medium.com WYSIWYG editor clone, with RTL support.
Stars: ✭ 12 (-99.41%)
Mutual labels:  rich-text-editor
Rich editor
This is an RichEditor for the Flutter platform.
Stars: ✭ 135 (-93.32%)
Mutual labels:  rich-text-editor
Balsa
This repository holds source code of Balsa, a self hosted, privacy focused knowledgebase.
Stars: ✭ 93 (-95.4%)
Mutual labels:  rich-text-editor
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (-10.89%)
Mutual labels:  rich-text-editor
Slate Edit Code
A Slate plugin for code block editing
Stars: ✭ 44 (-97.82%)
Mutual labels:  rich-text-editor
French Press Editor
☕ An offline-first rich text editor component.
Stars: ✭ 69 (-96.59%)
Mutual labels:  rich-text-editor
React Native Draftjs
A full fledged React Native Rich Text editor based on draft.js
Stars: ✭ 103 (-94.9%)
Mutual labels:  rich-text-editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (-53.14%)
Mutual labels:  rich-text-editor
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+490.65%)
Mutual labels:  rich-text-editor
Sodieremojikeyboardplus
支持自定义emoji表情,icon font , FontAwesome,斜体,超链接,粗体,下划线,字体,颜色,镂空字体等富文本
Stars: ✭ 14 (-99.31%)
Mutual labels:  rich-text-editor
Tinymce
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Stars: ✭ 10,179 (+403.66%)
Mutual labels:  rich-text-editor
Ngx Quill Example
demo app for the advanced usage of ngx-quill module
Stars: ✭ 137 (-93.22%)
Mutual labels:  rich-text-editor
Medium Draft
📝 A medium like Rich Text Editor built on draft-js with a focus on keyboard shortcuts.
Stars: ✭ 1,705 (-15.64%)
Mutual labels:  rich-text-editor
Draft Extend
Build extensible Draft.js editors with configurable plugins and integrated serialization.
Stars: ✭ 109 (-94.61%)
Mutual labels:  rich-text-editor

About Zefyr

Build Status codecov

Soft and gentle rich text editing for Flutter applications.

You are viewing early dev preview version of this package which is no longer actively maintained. To follow latest updates see dev releases for 1.0.0-dev.x versions. You can learn more about upcoming 1.0.0 release here: https://github.com/memspace/zefyr/issues/409

For questions and general discussions check out our Spectrum community.

Clean and modern look

Zefyr's rich text editor is built with simplicity and flexibility in mind. It provides clean interface for distraction-free editing. Think Medium.com-like experience.

Markdown-inspired semantics

Ever needed to have a heading line inside of a quote block, like in this Markdown block:

I'm a Markdown heading

And I'm a regular paragraph

Zefyr can deliver exactly that:

Ready for collaborative editing

Zefyr's document model uses data format compatible with Operational Transformation which makes it possible to use for collaborative editing use cases or whenever there is a need for conflict-free resolution of changes.

Zefyr editor uses Quill.js Delta as underlying data format. Read more about Zefyr and Deltas in our documentation. Make sure to checkout official documentation for Delta format as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].