In the editor window, if I want to click at the start of a line I have to be accurate in the placement of the cursor.

In many word processors you can click in the left margin and it will move the caret to the start of the relevant line.

It is a minor annoyance, but, for me, this would be a great usability improvement.

4 Likes

Definitely agree. Made this very similar request here: Clicking to left of beginning of line should place cursor there

Thanks.

I have turned off “Readable line length” and added to the CSS:

.CodeMirror-lines,
.CodeMirror-selected,
.markdown-preview-section {
    max-width: 620px;
    max-width: 65ch;
    margin: 0 auto;
}

I can click in the margin to get what you want. :smiley:

EDIT:
Okay. It’ll work until outside the blue screen.

Sounds great. What file do I add the CSS to?