Replies: 2 comments
-
Issue Status: 🆕 *Untriaged*🆕 Untriaged The team has not yet reviewed the issue. We usually do it within one business day. This is an automatic reply by the bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems to be designed early on, I will turn it into a discussion, and then plan how to adjust it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I find current indent/unindent slightly counterintuitive, and often result in extra steps.
Current Behavior: When indenting an item, all underlying blocks automatically indent as well. Similarly, deleting a line with lower-level indents causes all underlying items to unindent. This results in more steps compared to other editors when adding a new indented item or deleting a single indented line.
AFFiNe.Indent.mov
Suggestion: Make the indent/unindent selection explicit. If a user wants to shift all items below the current line, they should select the blocks and use tab or shift-tab. If only a single line is selected and tab or shift-tab, it should indent/unident just that line.
Below is how Notion works.
Notion.Indent.mov
Use case
No response
Anything else?
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions