You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta ticket for the goal of inserting, selecting, and deleting small images and widgets within text in SuperEditor, SuperReader, and SuperTextField.
Small images and widgets means images and widgets whose size is comparable to the text around them.
Anti-goal: This work does NOT include text within widgets within text, e.g., inline code snippets. This work does NOT include document-level line flowing, e.g., paragraphs flowing around images.
Adjust SuperText to produce InlineSpans that now include WidgetSpans, which inject the appropriate widgets for the placeholders in AttributedText: [SuperText] - Render inline widgets #2441
This is a meta ticket for the goal of inserting, selecting, and deleting small images and widgets within text in
SuperEditor
,SuperReader
, andSuperTextField
.Small images and widgets means images and widgets whose size is comparable to the text around them.
Anti-goal: This work does NOT include text within widgets within text, e.g., inline code snippets. This work does NOT include document-level line flowing, e.g., paragraphs flowing around images.
Steps:
AttributedText
: [AttributedText] - Add single-character placeholders #2440SuperText
to produceInlineSpan
s that now includeWidgetSpan
s, which inject the appropriate widgets for the placeholders inAttributedText
: [SuperText] - Render inline widgets #2441The text was updated successfully, but these errors were encountered: