Skip to content

slides: no native table command surface (parallel to docs table tooling) #824

Description

@sebsnyk

Problem

gog slides has 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-text also cannot target a table cell — it takes only an objectId + --insertion-index, so text lands on the table object, not a rowIndex/columnIndex cell.

Repro

gog slides --help            # no `table` group
gog slides insert-text <deck> <tableObjId> "x"   # no --row/--col; cannot address a cell

Suggested

A gog slides table group 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.clawsweeper:human-reviewClawSweeper automerge is paused for maintainer reviewclawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis 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.no-staleExempts this issue from stale automation.

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions