-
Notifications
You must be signed in to change notification settings - Fork 110
Multiline tables with block node content #7523
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
base: main
Are you sure you want to change the base?
Conversation
b6526cb to
c619227
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #7523 +/- ##
==========================================
+ Coverage 52.91% 59.70% +6.78%
==========================================
Files 497 497
Lines 42943 38164 -4779
Branches 1125 1124 -1
==========================================
+ Hits 22724 22786 +62
+ Misses 20111 15271 -4840
+ Partials 108 107 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c619227 to
b18ab8b
Compare
Allow paragraphs, lists, code blocks and images in table cells for now. Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
Table cells with lists or code blocks are hardcoded to left alignment though, as everything else would break markdown parsing later. Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
Dashes in nodes names are not nice and this PR changes the editor schema anyway. Signed-off-by: Jonas <[email protected]>
Unnecessary and breaks serializing e.g. nested lists. Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
4c135b1 to
ac21086
Compare
Also add tests for tables with complex nested structures in their cells. Signed-off-by: Jonas <[email protected]>
ac21086 to
8e40758
Compare
|
@mejo- Did you figure out what prevents nesting a table in a table right now? |
Not exactly, but I guess it's rather a broken |
|
Will this fix as well, rich previews added with the smart picker ? |
Just wanted to say that I would love this being broken 🫠 |
📝 Summary
🖼️ Screenshots
🚧 TODO
block+as content for tableCell. For some reason, allowing blockquotes results in all cell rows being serialized to markdown as blockquote. I didn't find out yet why this is the case<br>in table cellsfilterTransaction(as suggested here🏁 Checklist
npm run lint/npm run stylelint/composer run cs:check)