You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, heynote is awesome; thanks so much! Also, I totally respect your hard stance on scope creep, so no worries if this doesn't make the cut.
In VS Code, with word wrap on, the wrapping wraps to the column of the first non-whitespace character:
In heynote, the word wrap wraps to flush left:
I prefer VS Code's approach, especially for ad-hoc markdown style lists, and would love to see that behavior in heynote. Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
I agree that keeping the indentation for the wrapped lines is nicer. The line wrapping in Heynote is currently handled by CodeMirror, and I don't think CodeMirror's line wrapping functionality supports this out-of-the-box, so it would have to be implemented as a CodeMirror extension.
At the moment, I don't have time to work on this, but I'd happily accept a well-implemented PR.
heyman
changed the title
Feature request: word wrap at column of line start
Keep initial indentation for wrapped lines
Feb 6, 2024
First off, heynote is awesome; thanks so much! Also, I totally respect your hard stance on scope creep, so no worries if this doesn't make the cut.
In VS Code, with word wrap on, the wrapping wraps to the column of the first non-whitespace character:
In heynote, the word wrap wraps to flush left:
I prefer VS Code's approach, especially for ad-hoc markdown style lists, and would love to see that behavior in heynote. Thanks for your consideration!
The text was updated successfully, but these errors were encountered: