-
Notifications
You must be signed in to change notification settings - Fork 657
slides: no native table command surface (parallel to docs table tooling) #824
Copy link
Copy link
Closed
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:human-reviewClawSweeper automerge is paused for maintainer reviewClawSweeper automerge is paused for maintainer reviewclawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.no-staleExempts this issue from stale automation.Exempts this issue from stale automation.
Description
Metadata
Metadata
Assignees
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:human-reviewClawSweeper automerge is paused for maintainer reviewClawSweeper automerge is paused for maintainer reviewclawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.no-staleExempts this issue from stale automation.Exempts this issue from stale automation.
Type
Fields
Priority
None yet
Problem
gog slideshas no table command surface at all. The Docs side already has rich native-table tooling (insert-table,table-row,table-column,table-merge,table-column-width, cell styling). Slides has none — creating a table, writing/styling a cell, inserting/deleting rows or columns, merging, column width / row height, and borders all require the raw Slides API.gog slides insert-textalso cannot target a table cell — it takes only an objectId +--insertion-index, so text lands on the table object, not arowIndex/columnIndexcell.Repro
Suggested
A
gog slides tablegroup paralleling the Docs one:create --rows --cols, cell write (--row --col), cell style (fill/text), row/col insert+delete, merge/unmerge, column-width/row-height, borders.gog 0.27.1.