@prologic@twtxt.net how do newlines in twts work? I see they don’t show up in the raw twtxt.txt (in my browser at least). The twtxt spec seems (?) to forbid actual newlines, so I’m guessing you are using some sort of workaround specific to Yarn?
#rm3puaa
(#rm3puaa) @prologic@twtxt.net Ah cheers. Pity the original spec doesn’t allow real newlines, maybe with indentation or escaping a-la-Markdown to indicate continuation lines… but using \u2028
is a clever solution to working around that limitation.
#iy7btaq
(#rm3puaa) @prologic@twtxt.net Oh for sure. I just would prefer if the twtxt file could be consumed raw inasmuch as possible; that seems to me to be one of the main points of a raw text-based format vs something more structured. But as you say, this doesn’t really break that. As I say, a clever workaround to an annoying flaw in the original spec. 😉
#fkn7siq