Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tunaltd/blocks-editor
Blocks editor based on editor.js
https://github.com/tunaltd/blocks-editor
blocks-style content-editor editorjs json wysiwyg-editor
Last synced: 2 months ago
JSON representation
Blocks editor based on editor.js
- Host: GitHub
- URL: https://github.com/tunaltd/blocks-editor
- Owner: tunaltd
- License: apache-2.0
- Created: 2020-12-23T10:29:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T13:08:57.000Z (almost 4 years ago)
- Last Synced: 2024-08-08T18:19:57.442Z (6 months ago)
- Topics: blocks-style, content-editor, editorjs, json, wysiwyg-editor
- Language: JavaScript
- Homepage:
- Size: 843 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - tunaltd/blocks-editor - Blocks editor based on editor.js (json)
README
# blocks-editor
Blocks editor based on editor.js## Hack on editor.js
1. [Affected files](editor.js/hack/readme.md)
2. The main difference is UUID generation in [utils](editor.js/src/utils.ts).## Components/Tools
* [Hyperlink](./src/components/editorjs-hyperlink/readme.md) forked from [trinhtam/editorjs-hyperlink](https://github.com/trinhtam/editorjs-hyperlink) (MIT license)
* [MarkdownBlock](./src/components/markdown-block/readme.md)
* [OneImage](./src/components/one-image/readme.md) forked from [editorjs-inline-image](https://github.com/kommitters/editorjs-inline-image) (MIT license)
* [TextSpoiler](./src/components/editorjs-inline-spoiler-tool/readme.md) forked from [editorjs-inline-spoiler-tool](https://www.jsdelivr.com/package/npm/editorjs-inline-spoiler-tool)## Helper Functions: BlocksUtility
* `static getHyperLinks(blocksData: OutputData): Array`
* `static getImageLinks(blocksData: OutputData): Array`## test
`test/index.html`## License
[Apache-2.0 License](https://github.com/taurenshaman/blocks-editor/blob/main/LICENSE) inherited from [editor.js](https://github.com/codex-team/editor.js/blob/master/LICENSE)