Skip to content

v2: multi-layer shift for auto-move #25

Description

@gorlix

Context

The v2 auto-move (#7) must keep all layers visually coherent. Shifting only the current layer would misalign content that spans layers 1–3.

Goal

Auto-move shifts content on all layers below the cut line by the same delta (subject to the v1 layer toggle in #1).

Approach

  • For each layer (0–3), getElements/operate per layer, applying the same vertical shift.
  • Respect layer restrictions (custom layers can't hold titles/links/five-stars — SKILL.md "Layer Restrictions").
  • Tie into the layer toggle (chore: add Claude Code skill, MCP config and editor settings #1): "current layer" vs "all layers".

Acceptance criteria

  • With "all layers" selected, every layer's content below the line shifts together.
  • Layer-restricted element types handled correctly.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv2Belongs to v2 (advanced auto-move)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions