als@lemmy.blahaj.zone to Today I Learned@lemmy.worldEnglish · 8 days agoTIL that one company owns Tinder, Hinge, OkCupid, Match.com and at least 40 more dating sites/appsen.wikipedia.orgexternal-linkmessage-square142linkfedilinkarrow-up1613arrow-down14
arrow-up1609arrow-down1external-linkTIL that one company owns Tinder, Hinge, OkCupid, Match.com and at least 40 more dating sites/appsen.wikipedia.orgals@lemmy.blahaj.zone to Today I Learned@lemmy.worldEnglish · 8 days agomessage-square142linkfedilink
minus-squareTrex202@lemmy.worldlinkfedilinkEnglisharrow-up4·8 days agoThe problem is converting the list to point form. I would have used bullet points if it was easier than spacing
minus-squareSatyrSack@quokk.aulinkfedilinkEnglisharrow-up8·8 days agoA bit of an advanced technique that I use often: Paste the list into a text editor like VSCodium, then use find/replace (in regex mode) to add a hyphen and a space to the beginning of each line, then copy all and paste that into Lemmy. Find: ^ Replace: -
minus-squaresiipale@sopuli.xyzlinkfedilinkEnglisharrow-up4·7 days agoOr in vim you can do the same regex replace thing with :%s/^/- Or as I like to do sometimes without regex :%norm I-
minus-squareTrex202@lemmy.worldlinkfedilinkEnglisharrow-up2·7 days agoSure, but I’m surfing 100% on my phone
minus-squareSatyrSack@quokk.aulinkfedilinkEnglisharrow-up3·7 days agoI use Joplin for this purpose on mobile.
The problem is converting the list to point form. I would have used bullet points if it was easier than spacing
A bit of an advanced technique that I use often: Paste the list into a text editor like VSCodium, then use find/replace (in regex mode) to add a hyphen and a space to the beginning of each line, then copy all and paste that into Lemmy.
Find:
^Replace:
-Or in vim you can do the same regex replace thing with
:%s/^/-Or as I like to do sometimes without regex
:%norm I-Sure, but I’m surfing 100% on my phone
I use Joplin for this purpose on mobile.