deathbeds / jupyterlab-deck

Lightweight presentations for JupyterLab

Home Page:https://jupyterlab-deck.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable basic drag-and-drop organization of cells on slides

bollwyvl opened this issue · comments

Elevator Pitch

Allow positioning cells on a slide visually.

Motivation

Using the property inspector is hard.

Design Ideas

  • from the property inspector, offer a Position Cells mode
  • Use an overlay built from lumino drag-and-drop
  • offer top, left, right, bottom, width, height, zoom as percents
    • also z-index
  • offer some keyboard shortcuts
  • (shift)tab to cycle through visible cells
  • arrows to move around
  • shift+arrows to zoom
  • #21 is still a better long-term solution