Context
v1 ignores overflow: when content is pushed down past the page bottom it is clipped (off-page). For the v2 auto-move this becomes a real correctness concern.
Goal
When shifting content down would push it beyond the page height, automatically insert a new page and move the overflowing content there.
Approach
Acceptance criteria
References
Context
v1 ignores overflow: when content is pushed down past the page bottom it is clipped (off-page). For the v2 auto-move this becomes a real correctness concern.
Goal
When shifting content down would push it beyond the page height, automatically insert a new page and move the overflowing content there.
Approach
yexceedspageH.PluginFileAPI.insertNotePage({notePath, page, template})to add a page.Acceptance criteria
References
references/api-quick-ref.md(insertNotePage), SKILL.md gotchas v1: landscape / rotation support #20/v1: component smoke test for App.tsx #22/v2: overflow → auto-insert page #24