Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thisisjedr
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
thisisjedr
11d ago
Docx to markdown is a lossy conversion, so getting .docx back is possible but will lose most formatting details
2.
▲
by
thisisjedr
11d ago
Thanks! Our core product is a Word editor that you can embed in your React / Vue app. So we just repurposed the layout engine to be an accurate converter. You can see how our layout engine "sees" the document in the left tab
3.
▲
Show HN: Docx-to-Markdown – layout-aware Word to Markdown converter
(docx-editor.dev)
2 points
by
thisisjedr
11d ago
|
4 comments
4.
▲
by
thisisjedr
4mo ago
I'm working on https://docx-editor.dev/ , open-source, .docx editor library for building document apps.
5.
▲
by
thisisjedr
4mo ago
Thanks for reporting! We do have perf tests for editing docs over 50 pages, but something in the demo doc must indeed be slowing edits down, this is not expected behaviour. Filed an issue https://github.com/eigenpal/doc
6.
▲
by
thisisjedr
4mo ago
Noted, and thanks for the feedback! It's on our roadmap to better support mobile experience
7.
▲
by
thisisjedr
4mo ago
Happy to hear that! :) The repo has actually been public for ~3 months, but we only launched the project homepage https://www.docx-editor.dev recently, so search engines are still catching up. > I was scouring the internet fo
8.
▲
by
thisisjedr
4mo ago
Thanks!
9.
▲
by
thisisjedr
4mo ago
Thank you!
10.
▲
by
thisisjedr
4mo ago
Thanks! The hard here part is not typescript implementation but it's catching Word undocumented quirks. The OOXML spec gets you far but doesn't cover 100% of how Word renders things. Community feedback has helped a lot here, users
11.
▲
Show HN: Open-source .docx editor library for building document apps
(github.com)
107 points
by
thisisjedr
4mo ago
|
17 comments
12.
▲
by
thisisjedr
5mo ago
I'm working on https://docx-editor.dev/ , the open-source, mit licensed word editor library. We are building this because we such library it in our core business, and a lot of other engineers seem to need it too. We ha
13.
▲
by
thisisjedr
8mo ago
Thank you!
14.
▲
by
thisisjedr
8mo ago
https://ghuntley.com/loop/
15.
▲
by
thisisjedr
8mo ago
Yes, it's like Google Docs for .docx files. It's open-source, MIT-licensed, and runs fully in JS, so you can embed it in your app. Every other JS DOCX editor I found was either abandoned or commercial. I couldn't find a solid
16.
▲
by
thisisjedr
8mo ago
We don’t have a formal '% compatibility' metric yet, but it’s on our radar as a feedback loop mechanism for self-improvement. For now, we mostly rely on testing with our own and customer docs. In practice, we were seeing solid res
17.
▲
by
thisisjedr
8mo ago
Fair point, we know the editor isn't yet 1:1 with Word. When you built yours, was Word your source of truth (reverse-engineering sense), or did you stick to MS-OE376? And any recommended process for systematically uncovering those undo
18.
▲
Show HN: JavaScript-first, open-source WYSIWYG DOCX editor
(github.com)
130 points
by
thisisjedr
8mo ago
|
44 comments