Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Mac | 60,891 | 9 days ago | 6 | July 22, 2022 | 136 | cc0-1.0 | JavaScript | |||
Now we have become very big, Different from the original idea. Collect premium software in various categories. | ||||||||||
Atom | 59,004 | 5 months ago | 1,006 | mit | JavaScript | |||||
:atom: The hackable text editor | ||||||||||
Quill | 35,941 | 2,895 | 1,527 | a day ago | 76 | April 10, 2020 | 1,335 | bsd-3-clause | JavaScript | |
Quill is a modern WYSIWYG editor built for compatibility and extensibility. | ||||||||||
Slate | 27,120 | 3,499 | 923 | 6 days ago | 686 | August 23, 2022 | 595 | mit | TypeScript | |
A completely customizable framework for building rich text editors. (Currently in beta.) | ||||||||||
Micro | 21,620 | 3 | 6 days ago | 36 | July 24, 2022 | 780 | mit | Go | ||
A modern and intuitive terminal-based text editor | ||||||||||
Lime | 14,884 | 2 years ago | 21 | bsd-2-clause | ||||||
Open source API-compatible alternative to the text editor Sublime Text | ||||||||||
Pell | 11,656 | 41 | 22 | a year ago | 16 | December 05, 2018 | 68 | mit | JavaScript | |
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Vue Quill Editor | 7,135 | 1,269 | 415 | 9 months ago | 27 | April 09, 2018 | 250 | mit | JavaScript | |
@quilljs editor component for @vuejs(2) | ||||||||||
Lite | 6,084 | 2 years ago | 101 | mit | Lua | |||||
A lightweight text editor written in Lua |
bangle.dev is a collection of components for building powerful editing experiences for the web.
🔋 Batteries included
We expose plenty of components to help you get started with your Editor.
Insanely powerful API
Bangle uses Prosemirror to provide an API which can help you build the next google docs including collaboration.
Vanilla JS
Bangle is written in a framework agnostic way, so that you can focus on building the editor and not learning a new framework. That said, we have support for React and I have plans to add Vue support in the coming months.
Customize UI with React (more frameworks to come)
Doing UI in vanilla Javascript is not fun. Bangle comes with first party React support and React components (the ones starting with @bangle.dev/react-
) to add some extra 💅 oomph to your Editor.
🚗 Fast as a racing car
Bangle is as fast as a rich text editor can be; try pasting a really long document in one of its example (😉 don't forget to compare it with your current favourite editor).
npm install @bangle.dev/core
Read the docs at https://bangle.dev/docs/getting-started for more details.