-
Notifications
You must be signed in to change notification settings - Fork 23
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
Idea of a sentences separation #154
Comments
Wontfix. Line breaks be line breaks. Configure your text editor to softwrap on a given column. I believe we had the proposed line behaviour before. It wasn't good. I could consider a trailing backslash to join lines though. |
@bouncepaw One more thing to consider. When you edit a single (or more) word in a one-line text, the diff output is insane and shows you the whole text, not your edit. So, if there is a merge conflict it is impossible to solve it, because it is a one line. Since the mycorrhiza is built upon a git, there is no other way to work, but with separate lines. If you disagree, read this: https://grishaev.me/strings-80/
|
This is true. The proper solution is to have a better diff output though. The real solution is to ditch Git, but this is my power fantasy, it won't happen any time soon.
Merge conflicts are impossible to solve in Mycorrhiza already... |
I think that
input:
out:
is better than we have now
out:
It is a pain not to separate sentences with lines if you write in some text editors.
Reading the whole stuff from one edge of the screen to another is kinda exhausting
I mean
is better than
and they should be rendered the same way
You can read https://sive.rs/1s for a better understanding.
The text was updated successfully, but these errors were encountered: