# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 4
# self = https://watcher.sour.is/conv/oknqbdq
New pod logo lol
it took a bit of work to get this logo the way I wanted. I only had a PNG, so I converted that to PGM with glimpse and then to SVG with potrace -s. Then, I used inkscape to resize the image, touch things up a little and add the text. I saved that as a Plain SVG (not compressed, not optimized, and not inkscape's format) and opened it in a text editor. Everywhere fill: appeared, I changed that from whatever it was to currentColor, to follow the styling of the rest of the page. I then copypastaed that text into the field in the yarn.social Settings where you can paste a custom logo.

The font turned out to be a problem, because you have to use web fonts or upload a font file, which I hadn't done. So, I searched around on Google's web fonts till I found one I liked, manually added a <style> section to the SVG text to import the font, and changed the SVG's <text> element appropriately, setting font-family to the font I chose. Et voila.
@abucci Love it 😍 Wish I had mad skillz to do this 😂
@abucci Love it 😍 Wish I had mad skillz to do this 😂