#Loqi[Roland Turner] TL;DR: I have started a long-term project to substantially reduce my use of Facebook and increase my engagement with friends elsewhere, rather than outright quitting. I am interested to know where others are with this.
They leave Omelas, they walk ...
#petermolnarcss gurus: can two elements be forced not to allow linebreak in between them? in my case, dt and dd should always be on one line
#KartikPrabhupetermolnar: do you have a URL I could try in browser
#Zegnatpetermolnar, make sure neither is set to display:block;? Even display:inline-block; may work if you still need margin/padding/etc support. (Though that may leave old IE in the dust.)
#aaronpkwhite-space: nowrap on an element that contains both should do it
#ZegnatAnother option is of course float. And I bet someone who has played more with css flexbox/grids will have yet another solution.
#petermolnaraaronpk: that's the problem: there is no wrapper for the two elements
#petermolnarKartikPrabhu: I wanted something which makes it nice and working without CSS, since Zegnat (khm) needs that
#ZegnatAlright. So somehow we want unbreakable whitespace between the dt+dd, and breakable whitespace between the dd+dt. Hmm.
#ZegnatThis same problem would apply to any other HTML element you would choose, I guess. If you do not want a wrapper per pairing it gets frustratingly hard. Hahaha
#KartikPrabhuyou want one solution that works across all viewport sizes?
#petermolnarok. I want the same layout as now: fluid, everything in the same paragraph, filling up the space available (set to 72ch), but I don't want to allow line breaks between the definition title "dt" (eg. xmpp) and the definition details "dd" (eg. mail@petermolnar.net), only between "dd" and "dt"
#petermolnarand yes, one solution across any viewport
#KartikPrabhuneither grid nor flex-box have some explicit breaking thing
#KartikPrabhuok, I couldn't find any magic solution across all viewports
#ZegnatI was thinking grid might work if columns can have some sort of relative width and wrap, because we can then assign the dt and dd pairs to the same column? That way grid columns should only wrap the dt/dd pairwise?
#KartikPrabhuthat won't work across viewports to convert it to inline I think
#petermolnarI didn't think this is possible, it's just curiosity
#ZegnatEverything whitespace:nowrap;, 7 grid columns, every column gets a DT/DD pair, wrapping within column can’t happen because we do not wrap on whitespace, but we do allow the grid columns themselves to map to fit the viewport.
#KartikPrabhuCSS does not have any concept of "groups" of elements
#ZegnatIn that case, you’re stuck using grouping <div>s for styling, petermolnar ;) Which is fine per HTML spec (“for styling purposes, each group in a dl element can be wrapped in a div element” - WHATWG HTML spec)
#skippysnarfed: newest challenge with Granary for me: `content` has truncated links, rather that the expanded links. Since I'm going FROM tweets TO my site, the size limit isn't necessary for me. Is there an easy way for me to use expanded_url rather than display_url for all t.co links?
#skippythe tuncated links are all invalid, and I'd rather not have a bunch of links on my site that are all 404s.
#snarfedagreed, if you auto-link truncated links in AS1 content from tweets, you'll have a bad time
#snarfedthe full urls are all in the AS1 tags field. but again, i definitely recommend using at least object_to_html() or render_content(), either of those will generate <a> tags that link to the full url
#snarfed(and you can html2text that HTML to markdown if you want)
#[kevinmarks]I was wondering if you could use that to do some clever float switching, but wrapping in <span> may be easier
#skippysnarfed: that should work for me. thank you!
#[kevinmarks]<video> fallback is still a bit annoying - for browsers that don't have it you can put a link in, but for unsupported format you still get a bad video.
#[kevinmarks]though I think h264 is supported almost everywhere now
#radedworkThere's one format that's universally supported on everything a... yep that
#radedworkI also had this idea to do extreme fallback to bittorrent downloads for videos that are seeing very high traffic
#radedworkBut I don't have an audience yet so it doesn't matter lol
#GWGI spent an hour wondering how I misinterpreted a redirect instruction before I realized that the command uses the WordPress safe redirect which only allows for same site.
#ZegnatThat is actually being handled by my array_reduce, KartikPrabhu.
#KartikPrabhuZegnat: yeah I am wondering how to do it in python
#ZegnatI keep count of how many linebreaks I have added to the string last. (This resets to 0 when I added a normal string.) If the current digit is less, do nothing. If it is higher, add the difference and up the counter.
snarfed, [miklb], KevinMarks, [snarfed] and kaushalmodi joined the channel
#kaushalmodiFinally got Markdown down "comments" (actually Webmentions sent by cweiske's commenpara.de) working on my site.. supports the triple-backquote Markdown code block syntax.. plus syntax highlighting too! :D
#www.boffosocko.comedited /discuss (+1503) "Bullets on IRC/Matrix to add parallelism for chat modalities; hacked IRC section with blockquote for indent, but others may have better formatting ideas to keep the IRC section in columns; link for Matrix; section on chat service differences; see also lin" (view diff)
snarfed, [eddie], davy_ and davy__ joined the channel
#davy__I'm having trouble finding something on the wiki: what's the difference between p-author and u-author?
[eddie] joined the channel
#[eddie]Hey davy__ the prefix tells the parser where to find the value. So p-author would use plain text, hence it would be something like “Eddie Hinkle”