Can you support export docx? #3003
Unanswered
Adonis0123
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sure, supporting custom exporters is on our plan, but this may require some more time to make this happen. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current approach involves using block2Html to obtain an HTML string, which I then export as a DOCX file using html-docx-js-typescript. Can Blocksuite directly support this functionality? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions