-
Hello 👋
It should include code editor and compiler - something like [replit](https://replit.com/) for coders. I am mostly interested in JavaScript (JS)
ATM - I haven't seen spaced repetition type…
-
### Issue
Hey there, it looks like your License isn't being interpreted by GitHub correctly, which means that it's not in the proper format.
This is an example of using the BSD 3 license from an…
-
Thanks for filing an issue!
If at all possible, please provide a Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.
[template]:
https:/…
-
I want to add custom handler for image upload that i find here https://github.com/quilljs/quill/issues/2436 and https://github.com/quilljs/quill/issues/2034
But i am doing something wrong and cant fi…
-
When using Nova Field Trix inside nova-flexible-content, images are not saved upon dragging and dropping them.
When searching for the cause of error i noticed, that when trix is used inside flexible-…
-
It seems that the Conditional Container removes the fields from the Nova Fields Collections so that `->availableFields()` doesn't return them. When we try to upload an image we get a 404 since the fi…
-
I am currently doing some research into various web-based WYSIWYGs and so far I really like MediumEditor since it seems to be easy to customize for our needs.
One of our requirements is realtime coll…
-
Is it possible to parse [markdown horizontal rules](https://www.markdownguide.org/basic-syntax/#horizontal-rules)?
There are such dividers in [QuillJS](https://quilljs.com/guides/cloning-medium-wit…
-
**Expected behavior**:
Expects that the following code
```js
// file is a file opened with image dialog selector
let blobUrl = URL.createObjectURL(file); // url will contain something like blob:…
-
Currently, Sawaliram is using the QuillJS editor for text editing (eg. writing comments and blogs). This means the data is submitted and saved as raw HTML, then directly rendered while viewing. Howeve…