Skip to content

Fix Select All functionality in editor - #15

Merged
bladnman merged 2 commits into
mainfrom
claude/fix-select-all-editor-01XbRQbYXzuhLfk4oTw89mTv
Dec 4, 2025
Merged

Fix Select All functionality in editor#15
bladnman merged 2 commits into
mainfrom
claude/fix-select-all-editor-01XbRQbYXzuhLfk4oTw89mTv

Conversation

@bladnman

@bladnman bladnman commented Dec 4, 2025

Copy link
Copy Markdown
Owner
  • Fix Select-All (Cmd/Ctrl+A) in markdown editor by adding Mod-a keymap handler
  • Add editor window pinning feature with always-on-top toggle
  • Pin button in ModeToggle toolbar toggles between normal and pinned modes
  • In pinned mode, Escape closes the window; in normal mode, Escape does nothing
  • Use Tauri's setAlwaysOnTop API for window management

claude and others added 2 commits December 4, 2025 19:22
- Fix Select-All (Cmd/Ctrl+A) in markdown editor by adding Mod-a keymap handler
- Add editor window pinning feature with always-on-top toggle
- Pin button in ModeToggle toolbar toggles between normal and pinned modes
- In pinned mode, Escape closes the window; in normal mode, Escape does nothing
- Use Tauri's setAlwaysOnTop API for window management
- Replace pin toggle button with "Floating editor" setting in Settings > General
- Floating mode (default): editor stays on top, minimal decorations (no min/max buttons)
- Normal mode: standard window with full decorations
- Opening launcher closes editor when in floating mode
- Fix Cmd+A select all in markdown editor using ink-mde native API
- Add "+" new prompt button to collapsed sidebar
- Add always-on-top permission to Tauri capabilities

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@bladnman
bladnman merged commit 4a642d6 into main Dec 4, 2025
@bladnman
bladnman deleted the claude/fix-select-all-editor-01XbRQbYXzuhLfk4oTw89mTv branch December 4, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants