• 0 Posts
  • 63 Comments
Joined 6 months ago
cake
Cake day: May 26th, 2024

help-circle
  • It is really sad to see them leave. They were one of the best open source citizens I know. We only have 1.0 today because of them (and many other contributors).

    I was always sceptical about them having a valuable business model. And I thought they’d have bigger pockets. Becaue IMO FC/Ondsel is only now starting to get usable enough for anyone whose time is measured in $ per hour. Paying 1000 $ for a license is not much, if it saves your worker only 1 hour each week. Just yesterday I had troubles importing a step file into FC. Some worked two didn’t. Ondsel could import them. That’s when I read the sad news…



















  • I write business letters in HTML. I have a custom letter.css and a base letter.html+.js that loads individual letters into a template. I have some custom tags for date, address and similar. The individual docs are super clean. I can export compiled html files with embedded css (no js needed) and images that render perfectly and are even smaller then the pdfs I export (print) and those are small too.

    Two downsides. The biggest problem, I didn’t find a way to do proper multi page docs. And especially Firefox has limited print css support.

    Second: everything is crudely hacked together and in no way usable by others…

    maybe chatgpt can rewrite the code better, so I can publish it?