nytimes/ice
track changes with javascript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5369
- days_rel: n/a
- days_push: 803
- n_releases_24m: 0
Adoption not part of the score
1713 stars · 190 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ice is a JavaScript library that implements track changes (insert/delete tracking with accept/reject) for any contenteditable element on the web. Built by The New York Times CMS group, it powers the newsroom's article editing tools and includes plugins for TinyMCE and WordPress.
Use cases
- add track changes to a contenteditable editor
- track multi-user inserts and deletes in a web text editor
- accept and reject edits programmatically in rich text
- get clean HTML content without change-tracking markup
- integrate revision tracking into TinyMCE or WordPress editors
- track copy-pasted content in an editable region
When to choose
- you need Word-style track changes in a browser-based contenteditable editor
- you use TinyMCE or WordPress and want revision tracking plugins
- you need a mature API for accepting/rejecting changes and cleaning content
When to avoid
- you need real-time collaborative editing with operational transforms or CRDTs
- your editor is not DOM/contenteditable-based (e.g., canvas or native mobile text fields)
- you need a fully maintained library with active development and modern build tooling
Facets
library · maturity maintenance
editor ui-components plugin-system web-development frontend text-editors cms browser track-changes contenteditable rich-text-editor tinymce-plugin wordpress-plugin collaborative-editing javascript
1 source
- readme: https://github.com/nytimes/ice · fetched 2026-08-28 · 7d4e903bfb4e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nytimes/ice | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem