I started using semantic line breaks a while back. I found it helped both my writing and version control.
0 Boosts
0 Likes
@ljwrites @dmoonfire @WeirdWriter
Adding breaks at commas helped me wrangle cumbersome clauses too.
@ljwrites @dmoonfire @WeirdWriter
I wrote a little script which splits lines up, if it would be useful or interesting I can share a link.
@RussSharek @ljwrites @dmoonfire Not for me since I can do that with regular expressions I feel. I would encourage you to share it with others though
@RussSharek @dmoonfire @WeirdWriter I've been using the minimal version of semantic line breaks in Org Mode (one line per sentence) without knowing the term, and also find it helpful for writing. It's much easier to catch unintentionally overlong sentences, lack of length variation between sentences, or repeatedly starting adjacent sentences with the same word without meaning to. Now that I know the spec I might start experimenting with more aggressive forms of semantic line breaks as well.