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

Links not getting converted #2

Open
dudewad opened this issue Sep 24, 2019 · 0 comments
Open

Links not getting converted #2

dudewad opened this issue Sep 24, 2019 · 0 comments

Comments

@dudewad
Copy link

dudewad commented Sep 24, 2019

I'm on Quill 1.3.7 and links aren't getting converted with fromDelta. Basic use case is:

fromDelta((this.quill as any).editor.delta.ops)

Is there a different way I should be using this? Italics/bold/etc are working fine.

I noticed that the default converters check against LINK and don't do any kind of string case-normalization (i.e. toLower/UpperCase()). I'm going to try passing in my own converters to see if that's the issue but would love a nudge if maybe its just because I'm passing it the wrong thing or something. Given that I'm getting well formatted output w/ links just ignored I think I'm doing it right.

Update
Modified converters don't work either. I tried lower-casing the LINK attribute and it made no difference.

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