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

quill-view-html - numbered and bulleted lists #1888

Closed
majster opened this issue Jul 2, 2024 · 4 comments
Closed

quill-view-html - numbered and bulleted lists #1888

majster opened this issue Jul 2, 2024 · 4 comments

Comments

@majster
Copy link

majster commented Jul 2, 2024

Example view-html on https://killercodemonkey.github.io/ngx-quill-example/#html is not showing numbered and bulleted lists correctly

Wayback machine (2023-10-18)

image

Current version (2024-07-02)

image

@KillerCodeMonkey
Copy link
Owner

known quill 2.0 issue, since you get html code from quill with getSemanticHTML() and there are some things missing slab/quill#4103.

i do not touched the content of the view-html example so it uses quill v1 content instead of 2.

in general... do not store html to database... never^^

@majster
Copy link
Author

majster commented Jul 3, 2024

Really appreciate a fast response. I think the issue here is that ngx-quill is advertising quill-view-html component which is apparently not supported as of 2.0. I would recommend marking it as deprecated.
Thanks again for clarification, i will find a suitable solution to my problems.

@KillerCodeMonkey
Copy link
Owner

yes the quill-view-html was honestly only there to have an alternative to show the content without the quill overhead.

i mean someone could extend the list formats so maybe getSemanticHTML() will return some data-attributes/inline-stylings you can use to add css-styling to get what you want.

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

2 participants