This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Block-based editor #214
Labels
Comments
From https://developer.apple.com/videos/play/wwdc2021/10061/ @ 40:18 I guess we'll have to wait for iOS16 Beta (Sep 2022) https://developer.apple.com/documentation/uikit/uitextview/4018418-textlayoutmanager |
Looks like iOS16 has TextKit2 https://developer.apple.com/documentation/uikit/uitextview/4018418-textlayoutmanager |
Currently doing discovery on TextKit 2 integration in https://github.com/subconsciousnetwork/ObservableStoreDemo Once we have found an approach that's viable I'll start integrating this into the main app. |
6 tasks
Approaching this with a stack of UITextViews in UIKit. See #881 |
Merged
This was referenced Nov 2, 2023
bfollington
pushed a commit
that referenced
this issue
Nov 3, 2023
...a helper view that makes it easier to embed UIHostingControllers in a parent view. Pass a parent controller into the initalizer, along with the UIHostingController. It will add the UIHostingController to the parent controller, and remove the UIHostingController from the parent controller when the UIView is deinitialized. This should make it easier for us to embed SwiftUI views in the block editor. Part of epic #214.
This was referenced Dec 20, 2023
bfollington
pushed a commit
that referenced
this issue
Dec 22, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basic functionality:
Possible feature enhancements:
The text was updated successfully, but these errors were encountered: