Coming to an App Store near you soon! Atlas gets annotations, footnotes, a markdown formatting keyboard, and sooooo much more!

App Store Link: https://apps.apple.com/us/app/atlas-write-and-collect/id6755169090
Detailed release notes: https://contagious.dev/blog/atlas-1-1-5-annotations-footnotes-markdown-keyboard-and-oh-so-much-more/

#iosdev #macdev #indiedev

@nemesisprime I am curious how have implemented the custom keyboard? UIKit View + inputView? Or is there already a better SwiftUI solution for that?
UIInputView! So classic UIKit with UICollectionView—back to the basics since there really doesn’t seem to be a good SwiftUI way to approach it, yet.