subconsciousnetwork / subconscious

Apache License 2.0
8 stars 0 forks source link

Block-based editor #214

Open gordonbrander opened 2 years ago

gordonbrander commented 2 years ago

Basic functionality:

Possible feature enhancements:

gordonbrander commented 2 years ago

Investigate:

gordonbrander commented 2 years ago

From https://developer.apple.com/videos/play/wwdc2021/10061/ @ 40:18

Screen Shot 2022-06-13 at 12 34 13 PM

I guess we'll have to wait for iOS16 Beta (Sep 2022) https://developer.apple.com/documentation/uikit/uitextview/4018418-textlayoutmanager

gordonbrander commented 2 years ago

Looks like iOS16 has TextKit2 https://developer.apple.com/documentation/uikit/uitextview/4018418-textlayoutmanager

bfollington commented 1 year ago

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.

gordonbrander commented 1 year ago

Approaching this with a stack of UITextViews in UIKit. See https://github.com/subconsciousnetwork/subconscious/pull/881