-
-
Notifications
You must be signed in to change notification settings - Fork 567
feat: Support for multi-column block in PDF, DOCX & ODT exporters #1781
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Couple of small things:
- docx: word on mac gives me a warning
- odt: libreoffice on mac shows borders
Also, the lockfile has quite some changes / upgrade. @nperez0111 what's a good policy for this? rather exclude these from this PR?
Somewhat unrelated, I noticed the heading spacing / font size for PDF is off (see "Heading Right"). Would it be possible to add a fix for that as well?
@YousefED I've fixed the headings in PDFs with added line-height, applied the feedback and cleaned-up the lockfile. The two exporter issues need some more research/discussion |
Looks like maybe |
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
This PR adds support for the multi-column block inside PDF, DOCX & ODT exporters based, using:
closes #1745