Feature #43258
openautomatic list marker - with SHIFT-RETURN just a new line
Description
With version 6.1.0, the automatic list markers were addded.
Using the input SHIFT+ENTER should not insert a new list marker,
just start a new line without a new marker.
I think this is the standard behavior for text inputs.
* First * Second `Shift+Enter` just new Line * Third added automatik with `Enter` double Enter here it continues
Files
Related issues
Updated by Marius BĂLTEANU 7 months ago
- Related to Feature #43095: Support automatic list marker insertion in textareas added
Updated by Marius BĂLTEANU 7 months ago
- Target version set to Candidate for next minor release
Mizuki ISHIKAWA, can you take a look, please?
Updated by Mizuki ISHIKAWA 7 months ago
From what I’ve observed, there are services like Slack and Backlog where pressing Shift + Enter also inserts a list marker, so it seems not all services follow the same specification.
That said, many people are accustomed to this behavior on platforms like GitHub, so I think it’s a good idea to support this specification.
This is a little different from that feature, but in the current version of Redmine, if you press the Enter key while only a marker remains, the marker is removed immediately to make it easy to delete unwanted markers. (The same behavior as GitHub.)
Updated by Florian Walchshofer 1 day ago
I agree that GitHub should remain the reference behavior.
In Redmine, pressing Enter on an empty list item already removes the marker, which effectively results in almost the same outcome as using Shift + Enter.
Therefore, I think this issue can be closed.