news.ycombinator.com

The open source DOCX editor submitted to HN a few weeks ago has been deleted

gcanyon · 108 points · 44 comments · 4天前
HN 讨论

The github repo under eigenpal is gone. The web site at docx-editor is 503. No idea what's going on.

评论

5 条预览评论 · 正在加载完整讨论
tekacs4天前

The original source (matching the latest published NPM version) is still at https://github.com/mhurhangee/patrick/tree/main/packages and Apache-2.0, so I imagine that someone who'd like a copy can pick it up from there.

anenefan4天前

This link should be enough to work out the relevant links. [1] I would guess that they have lost access to a resource lately ... I've read there's a lot of that going around atm. [1] https://news.ycombinator.com/threads?id=thisisjedr

dijksterhuis4天前

i'd wager a guess that they gave up on their "experiment" the top comment on the show hn would seem quite apt if so https://news.ycombinator.com/item?id=46971202

nathanstitt4天前

Also not affiliated but my open-source tinycld uses docx as the backend storage for its text package. Supports _most_ of the features (including comments and suggestions) but is still very young. It has a golang backend that reads/writes docx and translates to YJS that the editor reads for multi-user access. Has web/iOS/Android support. I found docx to be a very well documented format and a surprisingly good fit for this. https://tinycld.org has a live demo

bratao4天前

Not affiliated but I been using https://github.com/superdoc-dev/superdoc and it is very good and compatible with many docx features.