Join Nostr
2026-03-21 22:00:05 UTC

frederikhandberg on Nostr: I implemented an object to embed websites into visual canvas files in the notes app ...

I implemented an object to embed websites into visual canvas files in the notes app I'm building.


The website objects are live, meaning that if the user double-clicks on an object, they can scroll, zoom, select text, and click links - just as they would in a real browser.

I need to show the actual website inside the minimap in the bottom-left corner. Currently, it just shows a dark box with a Safari logo.
#dev #Swift #SwiftUI #AppKit #macOS