news.ycombinator.com

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

gcanyon · 108 points · 44 comments · 4 hari yang lalu
HN discussion

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

Comments

5 preview comments · loading full thread
tekacs4 hari yang lalu

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 hari yang lalu

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 hari yang lalu

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 hari yang lalu

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 hari yang lalu

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