Skip to content

Commit ae8e9fb

Browse files
committed
add comparison
1 parent da91ca0 commit ae8e9fb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,22 @@ htmldocs is built upon Chromium's rendering engine, which means it can render an
7777

7878
htmldocs also uses the [Paged.js library](https://pagedjs.org/) under the hood. Paged.js is used for layout and chunking, as well as more modern features like margin boxes that aren't fully supported by the W3C's CSS standard.
7979

80+
## 📊 Comparison
81+
82+
| Feature | Traditional Documents<br/>(Word, Google Docs) | LaTeX Documents<br/>(Overleaf, TeXStudio) | Freeform Documents<br/>(Figma, Sketch) | Web Documents<br/>(htmldocs) |
83+
|---------|:-------------------------------------------:|:----------------------------------------:|:-------------------------------------:|:---------------------------:|
84+
| Content Structure | Semi-Structured | Structured | Freeform | Structured |
85+
| Learning Curve | ✅ Simple | ❌ Complex | ✅ Simple | ✅ Simple |
86+
| Template Variables | ❌ Limited | ❌ Limited | ❌ Limited | ✅ Supported |
87+
| Styling | ✅ Basic | ❌ Complex | ✅ Advanced | ✅ Advanced |
88+
| Version Control | ❌ Limited | ✅ Supported | ❌ Limited | ✅ Supported |
89+
| External Libraries | ❌ Limited | ✅ Supported | ❌ Limited | ✅ Supported |
90+
| Automation / API | ❌ Limited | ❌ Limited | ❌ Limited | ✅ Supported |
91+
| Live Preview | ✅ Supported | ❌ Limited | ✅ Supported | ✅ Supported |
92+
| CI/CD Integration | ❌ Limited | ⚠️ Partial | ❌ Limited | ✅ Supported |
93+
| Type Safety | ❌ Limited | ❌ Limited | ❌ Limited | ✅ Supported |
94+
| AI | ❌ Limited | ❌ Limited | ❌ Limited | ✅ Supported |
95+
8096
## 🛠️ Tech Stack
8197

8298
| <img src="https://github.com/user-attachments/assets/df03494d-44a1-4a74-9ae6-1ee9870c2ce2" width="48px" height="48px" alt="Next.js"> | <img src="https://www.typescriptlang.org/favicon-32x32.png" width="48px" height="48px" alt="TypeScript"> | <img src="https://user-images.githubusercontent.com/4060187/196936123-f6e1db90-784d-4174-b774-92502b718836.png" width="48px" height="48px" alt="Turborepo"> | <img src="https://pnpm.io/img/favicon.png" width="48px" height="48px" alt="pnpm"> |

0 commit comments

Comments
 (0)