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
Long-pressing on the inserter button ((+) on the quick toolbar) should show options to Add Block Before and Add Block After the currently selected block. If there is no selection these options could be Add to beginning and Add to end. On iOS, this could be an ActionSheet and Android a BottomSheet.
Example:
Note: I think we could expand on this pattern in the future, but I've found myself wanting to do add blocks before the selected one quite often, especially now that we have InnerBlocks.
We might also want to add these options to the ••• menu on the inline toolbar when we get a chance, similar to web.
The text was updated successfully, but these errors were encountered:
I'm not sure how discoverable the long-press will be
I have a feeling it'll be more expected than it seems on the surface (similar to the "empty space at the end of the post" expectation), but considering it's additive at this point, I think it's a good starting point. In the long-run maybe we have a bunch of options, here are a few:
Show a "floating tip" of sorts
Add as part of a more comprehensive on-boarding flow
Trigger a "tip" after you insert your first block as an explainer
The inline toolbar menu can be done in a separate step.
Sounds good 👍 I was assuming we wouldn't work on that for a while (until we have that ••• menu).
Long-pressing on the inserter button (
(+)
on the quick toolbar) should show options toAdd Block Before
andAdd Block After
the currently selected block. If there is no selection these options could beAdd to beginning
andAdd to end
. On iOS, this could be anActionSheet
and Android aBottomSheet
.Example:
Note: I think we could expand on this pattern in the future, but I've found myself wanting to do add blocks before the selected one quite often, especially now that we have InnerBlocks.
We might also want to add these options to the
•••
menu on the inline toolbar when we get a chance, similar to web.The text was updated successfully, but these errors were encountered: