Now that the newsletter is out announcing it[1] an...
# thinking-together
m
Now that the newsletter is out announcing it[1] and that it has a fancy url[2] I can say here that FoC has an almost functional full history search 🙂 check it out here and let me know if it breaks: http://history.futureofcoding.org/ [1] You didn't know that FoC has a weekly newsletter? fix that problem here: https://tinyletter.com/marianoguerra/ [2] Thanks to @Ivan Reese
💯 4
😎 5
🍻 2
👍 3
c
Does the newsletter only extract messages from certain channels, or do you curate which conversations are added?
m
I pick from general, feedback and two-minute-week, maybe I should add graphics and music to it
if it's a slow week almost all will go in the newsletter, if there are many I try to filter the ones that are not so much about future or coding 🙂
amiga tick 2
k
Is there a way to search by author? For ego surfing purposes 🙂
m
not yet, I have to add the usernames to the search index (and pagination, otherwise it will be a lot for some users)
@Kartik Agaram just added msg sender username and real name to the index and reindexed, if you search for
Agaram
you should get all messages that you sent or were mentioned, next task is pagination (for some reason if I search "Kartik Agaram" it returns much fewer results
❤️ 2
m
@Mariano Guerra ive been combing through the past few months in my inbox. thanks so much for doing all of this, ive gotten so much out of it. One suggestion that may or may not involve a lot of labor: thumbnails for the video media content? There may be a way to pull directly from slack's unfurl widgets into the tinyletter
I'm personally more interested in the visual forms people are experimenting with than, say, type systems, and the video thumbnails are an easy (lossy) heuristic to find whos doing what
💯 1
m
I never went too deep into how images work on emails, if someone has experience
i
You can use an <img> tag that points to a URL, and that works fine. Put any styling on the <img> inline for best compatibility, rather than using classes or ids and a separate style block.
px
units work best in my experience. Eg — here's an image I use in one of my emails:
Copy code
<img width="113px" height="126px" style="vertical-align:middle; margin-left:6px; margin-top: 20px;" src="[Big long CDN url]">
👍🏽 1
g
Heya @Mariano Guerra, thanks for the newsletter. Is there a way to access the archive, i.e. more than the last 10 newsletters?
m
you have to click on the right arrow on the footer
g
Woops missed that, my cookie dialog ignoring vision made me blind to that component. Thank you!