Hacker News new | ask | show | jobs
by harrisonlo 893 days ago
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.

1 comments

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

https://pandoc.org/