-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SuperEditor] Numbered list doesn't work on manual addition of items and when number is not 1 #1894
Comments
@alterhuman The example demos you shared, which app are they captured from? |
@rutvik110 this is Bear app. Similar behaviour is present in Apple Notes too. |
Tested this across google docs as we're trying to follow it for certain editor features and their behaviours. I can see some of the things you mentioned are supported in google docs and there are few key differences between how Super Editor vs google docs work with numbered lists. @matthew-carroll We probably wanna re-visit how Super Editor handles numbered list and try to match the google docs experience for them. Though this missing behaviours aren't critical enough for us to work on this immediately but nice to have improvements that we can work on later down the line. |
@miguelcmedeiros @brian-superlist - Can you two let us know if this is a desirable default behavior? It seems like a fine thing to support, but we don't want to make it the default if you don't want it. |
Yes, this makes sense for sure. |
If you type
and press enter/return, the result is as follows:
This is correct behaviour. But if you type:
and then manually enter
2.
below it, the attribution doesn't change.Ideally it should change it to the second list item, resulting in:
and then manually enter
4.
below it, it changes it to:Video Example
Screen.Recording.2024-03-13.at.8.30.45.PM.mov
Related Issue
If you type
1.
, it changes to list attribution, but typing any other number2.
or12.
etc. doesn't change the attribution to numbered list attribution.Ideally it should start a list from that very number. For example,
2.
should start a list from 2.Screen.Recording.2024-03-13.at.8.33.27.PM.mov
The text was updated successfully, but these errors were encountered: