I think it would be beneficial to have an easy way for the user to manage and clean/delete the assets (images and videos) in their vault. *The vault is the folder that contains all the files and folders in their Space.* It should show a list/grid of all the assets. Maybe have an import button. Be able to rename assets. Allow user to select and delete. Stuff like that. Then have filtering buttons. For example, filter by unused. This should display a list of all unused assets - meaning an asset that is not attached to any note or canvas. In case an asset is being used, the user should be able to see which notes and canvases are using it. I already have much of the backend for this, because once the user tries to delete an asset, the app will check to see if the asset is attached to any note or canvas, and if so, it’ll display a warning message that the user must confirm before the deletion will proceed. I just think it would be great to have a dedicated page to manage assets rather than doing this in the ‘Files’ sidebar.
Frederik Handberg's avatar Frederik Handberg
I implemented an object to embed websites into visual canvas files in the notes app I'm building. image 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
View quoted note →