-
Notifications
You must be signed in to change notification settings - Fork 113
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ba258d3
feat(table): Allow multiline cells in tables
mejo- e161ca6
test: Add markdownThroughEditor test for complex table
mejo- 2f097bb
feat(tables): Support headerless tables
mejo- ca694ea
fix(table): Fix cell alignment in serialized markdown
mejo- 94ad2f0
chore(table): Remove dead code from table node classes
mejo- b1e731d
test(cy): Adjust mulitline cell test
mejo- 986345b
chore(imageInline): Rename node
mejo- a8a3057
fix(table): Don't trim cell lines
mejo- 0a562ea
chore(tableCaption): remove obsolete parameters from `toMarkdown`
mejo- bec62da
fix(table): Allow all block elements as table children
mejo- 4a6b997
chore(table): Remove custom 2x return handling
mejo- 9d9ea42
fix(table): No margin-bottom for last paragraph in table cell
mejo- 6b3db06
fix(table): Make sure cells with block node content span over two lines
mejo- e3c8c82
fix(table): Reset document sessions on upgrade
mejo- 3fa6c57
fix(table): prevent nested tables
mejo- 0f42ab5
fix(table): Drop support for parsing headerless markdown tables
mejo- cb624cf
fix(table): don't mutate looped variable in `rowToMarkdown()`
mejo- f970ac9
chore(table): Refactor `rowToMarkdown()` and `normalizeCells`
mejo- b625cbb
fix(table): CSS rules to make cell selections visible
mejo- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| - **πΎ Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too. | ||
| - **β Strong foundation:** We use [π tiptap](https://tiptap.scrumpy.io) which is based on [π¦ ProseMirror](https://prosemirror.net) β huge thanks to them! | ||
| ]]></description> | ||
| <version>7.0.0-dev.2</version> | ||
| <version>7.0.0-dev.3</version> | ||
| <licence>agpl</licence> | ||
| <author mail="[email protected]">Julius HΓ€rtl</author> | ||
| <namespace>Text</namespace> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.