From 751db0c85c534fc6b9a38e56f8afe6a08f43c491 Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Fri, 29 May 2026 11:42:14 +0200 Subject: [PATCH] Add inline comments on text passages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collaborative annotation system: - Select text + click "Commenter" → enter author (E/M) + comment - Highlighted text with author-colored underline (green=Etienne, terra=Myriam) - Click highlighted passage → popup shows comment, author, date - Delete comment from popup - Comments stored as marks in HTML (no separate table needed) - Custom TipTap Mark extension loaded via esm.sh Co-Authored-By: Claude Opus 4.6 --- public/index.html | 141 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 139 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a883da5..b96c181 100644 --- a/public/index.html +++ b/public/index.html @@ -7,10 +7,34 @@