nova-editor-js icon indicating copy to clipboard operation
nova-editor-js copied to clipboard

Editor JS field for Laravel Nova

Results 26 nova-editor-js issues
Sort by recently updated
recently updated
newest added

A few fixes I had to do on my version - PR'd back. List was escaping the `` tags, and similar issue with raw which was escaping all the HTML...

When using `\Advoor\NovaEditorJs\NovaEditorJs::generateHtmlOutput` it automatically encodes html entities in the returned `HtmlString` object returned: Then when using blade to output this string it shows as html tags which is not...

question

Currently [Block Tunes](https://editorjs.io/block-tunes-api) are not available when rendering content. Tunes are stored separate to a block's data. Here's an example for an image with a tune called "blockWidthTune": ```json {...

- URLs no longer need to be alive, just valid - Use Laravel's HTTP library, not `file_get_contents` and streams - Replaced URL-image-upload `mimetype` test with test on HTTP response -...

enhancement

In a vanilla installation the embed block does not show up in the drop down list, even though it's enabled in the config file.

Hello, I have an issue with this Field on Details page. When other Fields are first in the Panel they don't have `border-t` and other border-related classes: However when Nova...

This should make further contributions easier to verify, and more consistent. The php-cs-fixer config is _slightly_ opinionated towards modern code (PSR12 + `strict_types`). It also adds a few rules about...

enhancement

As far as i have seen, you are now using Spatie/Image for optimizing uploaded images. Maybe better way will be using full Spatie/laravel-medialibrary (https://github.com/spatie/laravel-medialibrary), which also stores image information associated...

enhancement

https://github.com/advoor/nova-editor-js/blob/c7bb8906d8290fc5722f5057264de5ab83745c73/src/Http/Controllers/EditorJsLinkController.php#L20 The "active_url" validator failed when then domain use a CNAME (ex: https://www.lemonde.fr) Should be a simple "url" validator.

how we can have RTL support for this package?

enhancement