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
onDropmodifier. - 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.