steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
12.47k stars 1.03k forks source link

feat: Export to .pdf and .docs #430

Open bakikucukcakiroglu opened 1 month ago

bakikucukcakiroglu commented 1 month ago

Describe the feature you'd like to request

I think export to pdf and docs is a necessity.

Note: I started to implemented a project using novel and I've just noticed that it is not possible to export as pfd or docs. If I cannot find a solution I will probably need to start from scratch using a different tool. So any help or advice is very welcomed at the moment.

shakedhagag commented 1 month ago

I agree! there is a tiptap extension that can export to certain doc types like docx markdown etc. but no pdf. We can use a markdown2pdf package for that but I dont know if that is the best approach: https://github.com/realdennis/md2pdf

bakikucukcakiroglu commented 4 weeks ago

Built-in support for various export types would also give a competitive advantage to this library. There is no library doing that as far as I know.