# 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 6
# self = https://watcher.sour.is/conv/3mn3k6a
@prologic I am sure it is fixable, I just don’t know how yet. Twitter ellipses long URLs that would break the interface. I always Markdownify my URLs, but it seems common here to simply drop them in a twt.

Hoping @ullarah and, perhaps, @markwylde could chime in on this.
@fastidious I often Markdownify my links too, I _should_ have here too I guess. I'll remember next time 😅 -- What would be nice _I think_ is a little client-side JS that when you drop a li
@fastidious I often Markdownify my links too, I _should_ have here too I guess. I'll remember next time 😅 -- What would be nice _I think_ is a little client-side JS that when you drop a link in it auto-Markdownifies it for you? 🤔
@fastidious I often Markdownify my links too, I _should_ have here too I guess. I'll remember next time 😅 -- What would be nice _I think_ is a little client-side JS that when you drop a link in it auto-Markdownifies it for you? 🤔
Perhaps using something like this for URLs? What say you, @ullarah?
@fastidious Wow that sure is a thing that’s happened. I can’t see the url breaking though? I will have to test it with a super long url…

I don’t mind the JS that @prologic mentioned, or perhaps have a bit of ol’ golang code to convert mentions of ^(http|https)://*. to automagically convert to “Link” or something like that. Leaving the original twtxt alone.

Just thinking out loud here haha