Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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