-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug] Numbered list #1761
Comments
It's by design. If we press the enter between numbered lists, the below part will re-sort from 1. Please take a look at this video if you'd like to insert an empty line between the incremental numbered list. demo.movOr using shift+enter to add a new line at the same node. |
I didn't know about shift+enter, maybe that's what Annie wants. In google docs, the shift+enter to add a new line in the same node is a single enter followed a backspace, and a subsequent enter/backspace will trigger AppFlowy's usual backspace behavior that splits the number list into two. |
Ok I see. I didn't figure out the trick. |
Okay, so we just want to add documentation for the shift+enter, in our shortcuts guide(which I will be happy to make), right? Or am I missing something? I did not understand what Richard meant. |
Based on my understanding, what Richard means is that in Google Docs both ways (shift+enter or enter+backspace) can achieve adding lines between numbered item without breaking the existing number order. AppFlowy only supports shift+enter at the moment. I think we should write documentation to list out all the shortcuts we support. In addition, we can add an entry to the "?" list at the bottom right of the editing area to direct users to view the shortcut guide. |
Okay understood! Thanks. |
Hey there can I work on this? |
Hey @AmanNegi! Go ahead, you can start working on this. |
Hey there, do we already have a list of Shortcuts listed somewhere? If not are we supposed to create a Flutter Page or a |
Hi @AmanNegi , we should create a documentation page to list the shortcuts we support and build a link in the app so people can be directed to that page. Just created a page for you to fill good stuff in: https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/main/essential-documentation/shortcuts.md |
Hey @AmanNegi, you can find the list of existing shortcuts here. |
Thanks, 😊 @MayurSMahajan That helps a lot! |
Hey there, I had a question. If I add some text, do I need to add translation in each language? "questionBubble": {
"shortcuts": "Shortcuts",
"whatsNew": "What's new?",
"help": "Help & Support",
"debug": {
"name": "Debug Info",
"success": "Copied debug info to clipboard!",
"fail": "Unable to copy debug info to clipboard"
}
}
PS: I have added all the shortcuts and made a PR here. |
No just English is fine, if you want to add a translation for any other language, you can create a new PR for that. |
Okay great :) |
Bug Description
No line between numbered list items is allowed
How to Reproduce
Expected Behavior
Like Google Docs, I can add empty lines in between a numbered list
Operating System
Windows 10
AppFlowy Version(s)
0.0.9.1
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: