Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting InnerHTML doesn't get me what I see? #4216

Open
MoshiKiwi opened this issue May 20, 2024 · 0 comments
Open

Exporting InnerHTML doesn't get me what I see? #4216

MoshiKiwi opened this issue May 20, 2024 · 0 comments

Comments

@MoshiKiwi
Copy link

MoshiKiwi commented May 20, 2024

So i spent a while making, debugging and modifying a bit Quill, adding some custom modules and whatnot, only to find out that the result of innerHTML lacks all styling?

The very reason why I swicthed to Quill was for is WYSIWYG abilities, as so described everywhere on the website, but visibly doesn't get me what i'm seeing? what's going on here?

For the time being, i'm manually importing some CSS styling like this
<link href="https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.core.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/quill@2.0.0-rc.2/dist/quill.snow.css" rel="stylesheet">

but I feel this is something that should be given by default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant