QLPreviewRepresentedView

public struct QLPreviewRepresentedView: NSViewRepresentable

Show a QL preview of an URL

Note

I don’t use the SwiftUI .quickLookPreview($url) here because that seems to conflict with a NSTextView in a `NSViewRepresentable. Unsaved documents cannot be previewed on macOS 14 for some unknown reason…