← Back to all updates

Enable Drag and Drop for Images in Notes

Commit: b55711c

Users can now drag and drop images directly into notes.

Changes

  • Implemented drag and drop functionality for image files in the note editor using SwiftUI’s onDrop modifier.
  • Supported image formats include PNG, JPEG, and GIF, enhancing media integration in notes.
  • Updated note rendering to accommodate dynamic image sizing and aspect ratio preservation.