-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
[BUG] Depth issues with md serialize/deserialize #345
Comments
After having a look at it and for future reference: It looks like the root of the issue is that the plugins BulletedList and Numbered list are not ready to handle nested We might have to tweak this function: https://github.com/Darginec05/Yoopta-Editor/blob/faa418c8de51aa05361f9e1cf4dacaee0ce59c0f/packages/core/editor/src/parsers/deserializeTextNodes.ts#L7 and look for After playing with it I got this lovely result: So I think I'm on the good track here. |
@gloaysa I checked, and yeap, you are right. |
I'll take care of it during the weekend, I'll have more time then @Darginec05 |
@gloaysa roger that |
* fix: depth issues in BulletedList with md serialize/deserialize; closes #345 * chore: remove console.log * fix: list item children as list-item Descendant type * update email examples (#391) ## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings * Improvements for loom and wistia videos (#402) * update email examples ## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings * fixes for loom and wistia providers --------- Co-authored-by: 5andu <[email protected]> * Update deserialize.ts (#415) * fix types * add smooth selection between block * fix: changes after review plus clean empty nodes * fix: nested TodoList items --------- Co-authored-by: Alexandru Golovatenco <[email protected]> Co-authored-by: Akhmed Ibragimov <[email protected]> Co-authored-by: 5andu <[email protected]> Co-authored-by: Vaishnav Deore <[email protected]>
Has this bug been raised before?
Description
Depth issues with md serialize/deserialize
Steps to Reproduce
Screenshots
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response
The text was updated successfully, but these errors were encountered: