feat(editor): add slide shortcut - #86
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds a new ChangesslideEditor Shortcut
Estimated code review effort: 1 (Trivial) | ~5 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant KeyResolver
participant CommandRunner
participant promptSlide
User->>KeyResolver: press 's'
KeyResolver->>KeyResolver: resolve to slideEditor command id
KeyResolver->>CommandRunner: dispatch slideEditor
alt note selected
CommandRunner->>promptSlide: open slide prompt for selected note
else no note selected
CommandRunner->>CommandRunner: set status prompting selection
end
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.44.1)screen.jsast-grep timed out on this file Comment |
13dcbfb to
5710677
Compare
889ee6a to
90e04d9
Compare
5710677 to
50e1568
Compare
90e04d9 to
22376aa
Compare
50e1568 to
89b1004
Compare
22376aa to
3c5c39e
Compare
Summary
Validation
Summary by CodeRabbit
Skey now opens the slide prompt for the currently selected note in both shortcut modes.