Draw slides on the board as frames, which Export takes as they are - #96
Merged
Conversation
marcosqlbi
force-pushed
the
feature/export-e4-vector-pdf
branch
from
September 3, 2026 18:27
18fb9bb to
87cb28f
Compare
marcosqlbi
force-pushed
the
feature/export-e5-frames
branch
from
September 3, 2026 18:27
f1cbb47 to
4dd812d
Compare
marcosqlbi
force-pushed
the
feature/export-e4-vector-pdf
branch
from
September 3, 2026 21:54
87cb28f to
86bdf04
Compare
marcosqlbi
force-pushed
the
feature/export-e5-frames
branch
from
September 3, 2026 21:54
4dd812d to
e06d354
Compare
marcosqlbi
force-pushed
the
feature/export-e4-vector-pdf
branch
from
September 3, 2026 21:58
86bdf04 to
d738e3c
Compare
marcosqlbi
force-pushed
the
feature/export-e5-frames
branch
from
September 3, 2026 21:58
e06d354 to
f2c9640
Compare
Phase of docs/export.md squashed onto its base after the previous phase merged; the tree is unchanged. Co-Authored-By: Claude Fable 5.1 <[email protected]>
marcosqlbi
force-pushed
the
feature/export-e5-frames
branch
from
September 3, 2026 22:03
f2c9640 to
3f4c881
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Phase E5 of docs/export.md, on top of #95 (base is the E4 branch; retarget to
mainonce it merges). The automatic cut serves a board drawn without a deck in mind. Someone preparing a board for a deck wants to say where the slides are, and on a whiteboard the way to say it is to draw a rectangle. Decision 27 is the summary.What it does
preview.png.Where the code is
Core/Model:FrameBoardObjectwith its edge-and-tab hit test;BoardDocument.HitTestTopContainertakes the zoom and reaches frames by their edge;BoardArchivewrites and readsframe, choosing the version per board.Core/Export/BoardPartitioner: frames first.SQLBI.Whiteboard:BoardSurfacedraws frames over everything when asked and the rasterizer and preview renderer ask it not to;MainWindowgains the command, the rename, and frame cases in the gesture code;FrameTitleWindowis the rename dialog.The smaller calls are under E5 in docs/export-decisions.md.
🤖 Generated with Claude Code