Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hata6502/editorjs-examples
Examples of using Editor.js
https://github.com/hata6502/editorjs-examples
Last synced: 4 days ago
JSON representation
Examples of using Editor.js
- Host: GitHub
- URL: https://github.com/hata6502/editorjs-examples
- Owner: hata6502
- License: cc0-1.0
- Created: 2020-12-22T11:13:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T22:58:15.000Z (about 2 years ago)
- Last Synced: 2024-11-17T06:40:32.219Z (about 2 months ago)
- Homepage:
- Size: 469 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-editorjs - editorjs-examples
README
# editorjs-examples
Examples of using Editor.js.
This repository introduces the better way to use Editor.js with React and TypeScript.## Contents
- [examples/ExampleBlockTool.ts](https://github.com/hata6502/editorjs-examples/blob/main/examples/ExampleBlockTool.ts): An example Block Tool written in TypeScript.
- [examples/ExampleDefaultBlockTool.ts](https://github.com/hata6502/editorjs-examples/blob/main/examples/ExampleDefaultBlockTool.ts): An example Default Block Tool written in TypeScript.
- [examples/ExampleEditorConfigTools.ts](https://github.com/hata6502/editorjs-examples/blob/main/examples/ExampleEditorConfigTools.ts): A type definition improved EditorConfig\["tools"\].
- [examples/ExampleEditorJSData.ts](https://github.com/hata6502/editorjs-examples/blob/main/examples/ExampleEditorJSData.ts): A type definition improved OutputData.
- [examples/ExampleReactBlockTool](https://github.com/hata6502/editorjs-examples/blob/main/examples/ExampleReactBlockTool): An example React Block Tool.
- [examples/onDataChange.ts](https://github.com/hata6502/editorjs-examples/blob/main/examples/onDataChange.ts): Events that occur with EditorJS data changes