Vitor Carvalho

Results 27 comments of Vitor Carvalho

I can reproduce this error in Chomium (not "Chrome") under Ubuntu 12.10

I can confirm this seems to be the issue. The bucket should NOT have "block public access" permissions set. Once this is set, it fixes the verbose output.

> > The bucket should NOT have "block public access" permissions set > > This is poor security practice. Instead, set `define( 'S3_UPLOADS_OBJECT_ACL', 'private' );` in wp-config.php. AFAIK, that depends...

In a recent installation with PHP 7.4 and WordPress 5.4.2, and using version 2.2.2 of S3-Uploads, I had to comment lines 55 and 66 to make sideload work. ``` FastCGI...

This would be extremely fantastic to have.

As upon my research, there's no _de facto_ HTML expression to reproduce a preview, semantically speaking. However, there's a clever way that we can approach, using the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure) HTML tag...

Hi @testBP0612 In the case of Tailwind, we normally use the [Typography plugin](https://tailwindcss.com/docs/typography-plugin) and wrap the `` with `prose` CSS class.

@kobkosgit I'm afraid you have to follow the same approach, you have to [customize the CSS](https://tailwindcss.com/docs/typography-plugin#customizing-the-css).

Thank you for your contribution 💯 According to the specs of [editor-js/image](https://github.com/editor-js/image#uploading-files-from-device-) plugin, the `url` field must contain a full public path hence, the relative path is just not recommended:...

Hi @kepi, thank you for your comment 😄 The Editor.js team already provides an official [plugin to add nested lists](https://github.com/editor-js/nested-list) that we support, but I haven't had time to identify...