Add clipping/highlight planning docs and sync current extension updates

This commit is contained in:
2026-03-01 17:55:20 +09:00
parent b9a4faa5f1
commit 3e1bd55438
24 changed files with 272 additions and 71 deletions

View File

@@ -9,3 +9,11 @@
- [ ] Step 2: content script 보조 탐지
- [ ] Step 3: 노이즈 필터/품질 그룹핑
- [ ] Step 4: 고급 분석/진단 UI
## Page Clipping + Highlight
- [x] 계획서 작성 (`docs/CLIPPING_HIGHLIGHT_PLAN.md`)
- [ ] Step 1: 텍스트 선택 캡처(`Selection` + `Range`)와 하이라이트 렌더러 구현
- [ ] Step 2: 저장소/메시지 채널 추가 (`clipStore`, background relay)
- [ ] Step 3: Popup/History UI에 클립 목록, 재이동(스크롤), 삭제 기능 추가
- [ ] Step 4: 페이지 재진입 시 하이라이트 복원(anchoring) 및 깨진 앵커 fallback 처리
- [ ] Step 5: 내보내기/가져오기(JSON)와 기본 회귀 테스트 시나리오 정리