holtwick / onepile

Playground for the future of private notes and document management
https://onepile.app
MIT License
48 stars 4 forks source link

Move away from NSDocument/UIDocument #126

Closed holtwick closed 4 years ago

holtwick commented 4 years ago

At least on macOS NSDocument is useless without NSWindowController and NSDocumentController. Instead use NSFilePresenter and Coordinator directly. The current implementation works, but has useless overhead.

See also #40