# 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 5
# self = https://watcher.sour.is/conv/c3afgma
on my yarn pod nothing really embeds (not even images) so i'm looking at the embed rules part of the mod settings and i'm like... i don't know how to do any of this 😭😭😭
@kat Ahh what do you mean by images don't embed? They definitely should! By default however all domains are blocked, so you might want to either allow some domains or just put in a .* entry to allow all/any domsins. Screenshot attached
There is a missing feature I've been intending to add to though, which is that _any_ link that _looks_ like a URL that _might_ be an image, for example, ends with .png or .jpg or whatever, we _should_ just render that as an image and not expect users to wrap it in Markdown image links ![](...)
@prologic AHA the
.*
entry did the trick! i originally had these rules in there, they were added by default except for the youtube rules:


imgur\.com
giphy\.com
imgs\.xkcd\.com
reactiongifs\.com
githubusercontent\.com
youtube\.com
yt.\be


also oooh the missing feature sounds very handy!
@kat Cool! 😎 Yeah I'll add that soonβ„’