From 244ac46f715c14e91b927aab5b91144bcc815e15 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 07:59:21 +0100 Subject: docs: update timeline editor documentation for v2 format Updates all documentation to reflect Sequence V2 format support: Timeline Editor (tools/timeline_editor/): - README.md: Updated features list, file format examples with NODE declarations and arrow syntax, usage instructions for node editing - ROADMAP.md: Added completed item 1.0 "Sequence V2 Format Support" Core Documentation (doc/): - HOWTO.md: Updated timeline example to use v2 arrow syntax, added NODE/buffer chain features to visual editor description - SEQUENCE.md: Marked timeline editor graph visualization as completed All examples now show v2 format: EFFECT + ClassName input1 input2 -> output1 output2 start end Co-Authored-By: Claude Sonnet 4.5 --- doc/SEQUENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/SEQUENCE.md') diff --git a/doc/SEQUENCE.md b/doc/SEQUENCE.md index 76e19d4..7055271 100644 --- a/doc/SEQUENCE.md +++ b/doc/SEQUENCE.md @@ -201,7 +201,7 @@ params.aspect_ratio; // width/height **TODO**: - Port remaining effects (10+ effects, CNN effects) - Implement flatten mode (inline effects, direct members) -- Update HTML timeline editor for graph visualization +- ✅ ~~Update HTML timeline editor for graph visualization~~ (COMPLETED: 2026-02-17) ## Migration Notes -- cgit v1.2.3