https://github.com/ericyip/hexx
notion like block editor in react
https://github.com/ericyip/hexx
blockeditor editor react
Last synced: 5 months ago
JSON representation
notion like block editor in react
- Host: GitHub
- URL: https://github.com/ericyip/hexx
- Owner: 0xycvv
- Archived: true
- Created: 2020-11-17T01:39:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T13:44:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T04:02:15.492Z (5 months ago)
- Topics: blockeditor, editor, react
- Language: TypeScript
- Homepage:
- Size: 2.02 MB
- Stars: 40
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - hexx
README
## Getting Started
install package
```bash
npm install @hexx/editor
# or
yarn add @hexx/editor
```## Example
```jsx
import { Editor } from '@hexx/editor';
import {
BlockMap, // default block mapping
// preset
PlusButton,
TuneButton,
InlineTool,
// additional inline tool
InlineCode,
InlineMarker,
InlineLink
} from '@hexx/editor/components';
```