Matt Carroll
Matt Carroll
Given a single-line `SuperTextField` on mobile, dragging selection handles into the auto-scroll region results in ugly rapid movement of the handle as the selection moves character by character. https://github.com/superlistapp/super_editor/assets/7259036/662c49b8-5f97-4a01-ba93-51961c7c5f02 When...
In `SuperTextField` we hard code a base text style with font size 14 and black text. This is the base text style regardless of the surrounding `DefaultTextStyle`. This probably shouldn't...
Remove any overlay control builders from SuperTextField for iOS and use ancestor composition to configure their builders and LeaderLinks. This is the SuperTextField version of this ticket: https://github.com/superlistapp/super_editor/issues/1508
Create a widget, similar to `SuperEditor`, that's designed for markdown editing. Include relevant toolbars and other tools. The purpose of this widget and tooling is to facilitate a use-case out...
Create a widget, similar to `SuperEditor`, which is configured and optimized as a blog/article/post editor. Include things like reasonable toolbars and other use-cases specific widgets and tools. The purpose of...
In https://github.com/superlistapp/super_editor/pull/1649 we added a few tests that drag a scroll bar. This requires hovering over the scroll bar, waiting for it to appear, and then dragging and releasing it....
We've added scopes with controllers for Android and iOS controls. Do something similar for desktop. Desktop doesn't include any handles, magnifiers, or standard popover toolbars. However, desktop might want to...
We added an entrypoint specifically to demo `SuperTextField` in this PR: https://github.com/superlistapp/super_editor/pull/1596 That work is a start, but we can create a more compelling demo app for `SuperTextField`. Implement the...
On Android, the overlay magnifier follows the users finger from left to right. However, the magnifier seems to snap to lines. Implement a similar behavior for the Android magnifier for...
Image loading has a regrettable impact on the scroll offset when `SuperEditor` begins with a selection, or has `autofocus` turned on, which places the caret at the end of the...