home.social

#linebreak — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #linebreak, aggregated by home.social.

  1. @keyboards

    Woah, this has a “half-linebreak” key! I wonder if this is sort of like the html tag </br>, as opposed to a new paragraph <p>. Or it could be the difference between Carriage Return (CR) and Line Feed (LF) or both (CRLF).

    #CarriageReturn #LineBreak #Enter #EnterKey #HalfLineBreak #HalfEnter #HalfCarriageReturn #ISOEnter

  2. @keyboards

    Woah, this has a “half-linebreak” key! I wonder if this is sort of like the html tag </br>, as opposed to a new paragraph <p>. Or it could be the difference between Carriage Return (CR) and Line Feed (LF) or both (CRLF).

    #CarriageReturn #LineBreak #Enter #EnterKey #HalfLineBreak #HalfEnter #HalfCarriageReturn #ISOEnter

  3. @keyboards

    Woah, this has a “half-linebreak” key! I wonder if this is sort of like the html tag </br>, as opposed to a new paragraph <p>. Or it could be the difference between Carriage Return (CR) and Line Feed (LF) or both (CRLF).

    #CarriageReturn #LineBreak #Enter #EnterKey #HalfLineBreak #HalfEnter #HalfCarriageReturn #ISOEnter

  4. @keyboards

    Woah, this has a “half-linebreak” key! I wonder if this is sort of like the html tag </br>, as opposed to a new paragraph <p>. Or it could be the difference between Carriage Return (CR) and Line Feed (LF) or both (CRLF).

    #CarriageReturn #LineBreak #Enter #EnterKey #HalfLineBreak #HalfEnter #HalfCarriageReturn #ISOEnter

  5. @keyboards

    Woah, this has a “half-linebreak” key! I wonder if this is sort of like the html tag </br>, as opposed to a new paragraph <p>. Or it could be the difference between Carriage Return (CR) and Line Feed (LF) or both (CRLF).

    #CarriageReturn #LineBreak #Enter #EnterKey #HalfLineBreak #HalfEnter #HalfCarriageReturn #ISOEnter

  6. This is pre alpha / experimental and just for me....

    I'd like to have a visual test for the line breaking algorithm of boxes and glue, so I created a little HTML / canvas fronted with Go / Web Assembly (wasm)

    linebreak.boxesandglue.dev

    and

    github.com/speedata/linebreak-

    More bells and whistles will follow.

    #boxesandglue #linebreak

  7. Two ways to get a hard within a paragraph with :

    1. End the line with two spaces (most portable).

    I want a linebreak after this.␠␠
    This is a new line.

    2. “Backslash escape” the linebreak (more readable).

    I want a linebreak after this.\
    This is a new line.

    Both methods work with and any processor.