Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentdchan/blocky-editor
A Notion-like editor built with blocks.
https://github.com/vincentdchan/blocky-editor
collaborative-editing editor notion react reactcomponents rich-text-editor web wysiwyg wysiwyg-editor
Last synced: about 24 hours ago
JSON representation
A Notion-like editor built with blocks.
- Host: GitHub
- URL: https://github.com/vincentdchan/blocky-editor
- Owner: vincentdchan
- License: mit
- Created: 2022-06-09T10:08:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T13:49:58.000Z (about 1 year ago)
- Last Synced: 2025-01-23T13:41:25.443Z (2 days ago)
- Topics: collaborative-editing, editor, notion, react, reactcomponents, rich-text-editor, web, wysiwyg, wysiwyg-editor
- Language: TypeScript
- Homepage: https://blocky-editor.dev/
- Size: 3.28 MB
- Stars: 456
- Watchers: 8
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-github-star - blocky-editor
README
# Blocky Editor
Blocky Editor is an editor which supports the concept of blocks. It can help you to build an editor like Notion. It's tiny, fast and extensible. You can extend it with blocks.
| [Demo](https://blocky-editor.dev/)
| [Documentations](https://blocky-editor.dev/doc/get-started)
|## Why?
The main goal of this project is to provide an editor which is small and fast enough to be embedded in Notion-like apps.
It doesn't depend on any heavy editor framework, and it handles the complex text-editing details for you.
The developers only need to develop their blocks with their favourite UI frameworks.
## Features
- Extremely small.
- Extensible. Extend the editor with custom blocks and spans.
- Static typed.
- Collaborative editing.## Packages
![](./packages/blocky-example/public/arch.png)
- Core(![npm](https://img.shields.io/npm/v/blocky-core)): The core of the editor. Written in vanilla JS. It can be used standalone without any
UI frameworks.
- Gzipped size: ~40kb
- React bindings(![npm](https://img.shields.io/npm/v/blocky-react)): Wrap the editor in [React](https://react.dev/). Provide the UI facilities such as
toolbar and spanner.
- Gzipped size(including Core): ~48kb
- [Example](https://blocky-editor.dev/): The example to demonstrate how to use the editor.## Resources
- [Get started](https://blocky-editor.dev/doc/get-started)
- [Contributing](./CONTRIBUTING.md)## Products
- [CubyText](https://github.com/vincentdchan/CubyText)
## Compatibility
Tested on
- Google Chrome
- Microsoft Edge
- Safari