Skip to content

✨(frontend) add multi columns support for editor #533

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Jan 2, 2025

Purpose

We add multi columns support for editor, now you can add columns to your document !

Demo

scrnli_GH62vBWaciZ5Rq.webm

@AntoLC AntoLC added dependencies Pull requests that update a dependency file frontend feature add a new feature editor labels Jan 2, 2025
@AntoLC AntoLC self-assigned this Jan 2, 2025
@AntoLC AntoLC linked an issue Jan 2, 2025 that may be closed by this pull request
@AntoLC AntoLC force-pushed the feature/editor-multi-columns branch from 0005fbd to d1f6312 Compare January 2, 2025 16:14
@AntoLC AntoLC requested a review from PanchoutNathan January 2, 2025 16:16
@AntoLC AntoLC force-pushed the feature/editor-multi-columns branch from d1f6312 to a44f74b Compare January 2, 2025 16:24
@AntoLC AntoLC force-pushed the feature/editor-multi-columns branch from a44f74b to 2673f0a Compare January 21, 2025 08:15
We add multi columns support for editor,
now you can add columns to your document.
@AntoLC AntoLC force-pushed the feature/editor-multi-columns branch from 2673f0a to ef77889 Compare January 28, 2025 15:17
Copy link
Contributor

@PanchoutNathan PanchoutNathan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, several small things are not working properly.

  • export to pdf/word is not working.
  • I tried to upgrade to 0.25.1 very quickly and it doesn't work (probably nothing serious)
  • Some small design issues (but I think it's blocknote) :
Capture d’écran 2025-03-10 à 08 03 26 Capture d’écran 2025-03-10 à 08 05 59

@@ -18,6 +18,7 @@
"@blocknote/core": "0.21.0",
"@blocknote/mantine": "0.21.0",
"@blocknote/react": "0.21.0",
"@blocknote/xl-multi-column": "0.21.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it took us a while to review this PR, maybe update this deps to the latest version now (0.25.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file editor feature add a new feature frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add @blocknote/xl-multi-column to docs
2 participants