Jerome Paulos

Results 6 comments of Jerome Paulos

In case anyone is finding this through Google, here's an example: ```js new EasyMDE({ imageUploadFunction: (file, onSuccess, onError) => { const reader = new FileReader(); reader.onload = () => onSuccess(reader.result);...

> PHP version 5.4 and above are supported. This package is currently incompatible with PHP 8. Could an author please merge this 6-month old PR? I'd really rather not have...

This would be so useful! Any word?

There are no guest authors. They are all user accounts.

> @jxxe: Do you see the same problem when deactivating all other plugins and using a default WordPress stheme, such as the Twenty Twenty-one theme? I'm asking as I'm unable...

Using // will use whatever protocol the site that is loading the script is using. For example, if a site uses HTTPS, it will load `https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js` and it if uses...