Move slide to new position with automatic renumbering
/plugin marketplace add rhuss/cc-slidev/plugin install slidev@slidev-dev-marketplace<from-slide-number> --after <to-slide-number># Move Slide Command Move a slide to a new position by specifying which slide to move and which slide it should come after. All slides are automatically renumbered sequentially. **IMPORTANT: Arguments are SLIDE NUMBERS (e.g., 6 for Slide 6), NOT list positions** **IMPORTANT: Go DIRECTLY to the script - do NOT read slides.md or display structure first** ## Execution ### 1. Parse Arguments Extract FROM and AFTER from `$ARGUMENTS`. Expected format: `<from> --after <to>` If missing, show: `"Usage: /slidev:move <from-slide-number> --after <to-slide-number>"` ### 2. Confirm Move Ask for ...