โ– humdrum codex / glint v1.1.2
license AGPL-3.0

โ† issues

TASK-045 Highlight TK placeholder markers

๐Ÿ Done feature priority: medium

created 2026-07-14 15:48 ยท updated 2026-07-14 16:12

Description

Stylize journalism 'TK'/'tk' to-come placeholders so they pop as fill-in reminders. Decided: whole-word match (TK/tk/TKTK repeats), case-insensitive, prose only (skip code files, code spans, URLs, frontmatter, wikilink/link targets - same exclusions as spellcheck). Render as a filled 'badge' chip: padded ' TK ', bold, loud fg/bg pair. New theme token TK added to all 3 palettes (loud accent: magenta-ish dark, matching light/charm). Implement as a prose post-pass in buildVisual (like spellPass/grammarPass) splitting prose spans and re-emitting TK tokens with the badge style. TDD.

Acceptance Criteria