I don't mean any disrespect, but I made an incredibly basic doc - the JSON export is unlikely to be helpful, and the HTML export is essentially broken for a lot of features, such as an equation.
I think that getting perfect PDF exports should definitely be up there on the priorities. Might help you hone the document model too.
Noted. You're definitely not the only one asking this, so it's top on the list.
Side note: I did start implementing PDF exports, but for anyone curious, it's actually a lot more complex than imagined. There is no easy way to turn HTML to PDF (if anyone knows otherwise, please share) and there are font and language complications.
Perhaps you could target the PanDoc AST for export (and import!). That’s probably the single most robust document conversion tool available. Plus it’s open source so you can get some force multiplication on all the edge cases.
Personally, I’d love to do contract management with a system like this. Each clause could be a block with its own version control history. Easy to query a subset of them into a spreadsheet or slide deck. Main challenge is that all the lawyers will want it in MSFT Word for tracking changes during negotiations, so need to seamlessly interoperate with .docx
This is the sort of question I would ask of the export route (vs the much preferable self-host route), thanks for testing it out. If one could export office formats, e.g. docx for docs that'd probably be the best.
The more I look at this app the more I'm impressed, though.
I think that getting perfect PDF exports should definitely be up there on the priorities. Might help you hone the document model too.