[dead]
The open source DOCX editor submitted to HN a few weeks ago has been deleted
21–30 of 64 posts
Github can just instantly take down all forks with a single click of a button.
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#22it is forseeable that MS would be very interested in taking a security stance vs a very possible vector.
A vector against a standardized XML+ZIP document format?
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#23Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#24[flagged]
Your account was created 5 hours ago, and you’ve already had two Show HNs flagged? That’s ‘email the site mods and ask for participation guidance’ territory. Perhaps you posted them under an account that wasn’t participating otherwise on the site and/or was named after a business rather than a person? In any case, bad form to re-promote your projects in an unrelated new post rather than reaching out to the mods. Adap…
[dead]
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#25[deleted]
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#26Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#27Not affiliated but I been using https://github.com/superdoc-dev/superdoc and it is very good and compatible with many docx features.
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#28Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#29The 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.
Re: The open source DOCX editor submitted to HN a few weeks ago has been deleted
#30Also 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