FREE export BlockNote documents to PDF, Word under MIT license no GPL 3.0 #3003
Replies: 1 comment 1 reply
|
Hi Opestro, While you're free to build independent exporters this way, I'd like to push back on positioning it as an escape from the official packages. Every app using BlockNote benefits from the core staying actively maintained. The dual licensing model (the XL packages) is in place to encourage people to contribute back financially so we can run a long term sustainable open source project. Being a good open source citizen isn't just about license compliance, in my opinion it's also about supporting the projects your product depends on, whether through licenses, sponsorship, or contributions. Building value on top of BlockNote while actively marketing a way around supporting it isn't the community behavior that keeps projects like this alive. Thanks for your understanding, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We published an MIT Word (.docx) exporter for BlockNote document JSON, which we use in production at coconutStudio.
This is a small, independent package. It reads public BlockNote document JSON and uses the MIT docx library to build a Word file. It is neither a fork nor a copy of @blocknote/xl-docx-exporter, and it is not a replacement for BlockNote XL.
If you need the official exporter suite, the PDF, editor-schema mappings, and the rest of XL, use those packages and support the BlockNote project. This is for a narrower case: apps that only need Word output from public document JSON, under MIT.
npm: https://www.npmjs.com/package/@coconutstudio/blocknote-word-exporter-mit
GitHub: https://github.com/coconutstudio-io/blocknote-word-exporter-mit
All reactions