laravel-editorjs
laravel-editorjs copied to clipboard
A simple editor.js html parser for Laravel
This pull request is in response to a change in the @editorjs/list block. The latest version of @editorjs/list generates data with a style parameter, as shown below: ```json { "id":...
Fixes #25 Also adds `editorjs()` helper.
When developers use this package, they should have the ability to validate the blocks. ### Tasks: - Add a validation method to the facade. - Implement a custom validation rule...
eg. `@render($post->body)` helps to simplify things for devs.
We need to create unit tests for the following supported blocks in our project to ensure their functionality is thoroughly tested and reliable. These tests will help us catch potential...
We need to add appropriate CSS class names to the blocks following the BEM (Block Element Modifier) methodology. This will help make our code more structured, readable, and easier to...
Editor.js offers two different tools for handling images: the **Image Tool** and the **Simple Image Tool**. We need to add support for both of these tools in our implementation to...