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 ...
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.)
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
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"
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?
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.
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?
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
[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.
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.
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
[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”