Skip to content

feat: copy a note's text from the Mac menus#325

Merged
fjbarrett merged 1 commit into
mainfrom
feat/mac-copy-text
Jul 10, 2026
Merged

feat: copy a note's text from the Mac menus#325
fjbarrett merged 1 commit into
mainfrom
feat/mac-copy-text

Conversation

@fjbarrett

Copy link
Copy Markdown
Owner

Summary

  • Copy Text in the row context menu and menu-bar Note menu puts the note body on the pasteboard
  • Extracts MacPasteboard.copy so this and Copy Share Link share the same pasteboard write
  • Menu-only change (no static UI delta to screenshot)

Test plan

  • xcodebuild -scheme KeepMac builds
  • Manual: Copy Text on a note, paste elsewhere

🤖 Generated with Claude Code

The web editor has a Copy-text action; the Mac app had no way to grab a
note's body without opening it and selecting all. Adds Copy Text to the
row context menu and the Note menu, and extracts the pasteboard write
shared with Copy Share Link into MacPasteboard.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@fjbarrett
fjbarrett merged commit fa6c1dd into main Jul 10, 2026
3 checks passed
@fjbarrett
fjbarrett deleted the feat/mac-copy-text branch July 10, 2026 03:55
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.

1 participant