# 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 7
# self = https://watcher.sour.is/conv/xjurqha
@eldersnake There's actually an old issue now to rework how we handle multi-line Twts. Check it out here -- I'd be happy for anyone to explore this and work on it. I have _some_ reservations, mostly around how it affects Twt Hashes, but something worth exploring.
@eldersnake There's actually an old issue now to rework how we handle multi-line Twts. Check it out here -- I'd be happy for anyone to explore this and work on it. I have _some_ reservations, mostly around how it affects Twt Hashes, but something worth exploring.
@prologic Ahh gotcha :) Well that helped me fix the immediate issue anyway, as I'm just doing rudimentary display on my site I was able to use sed
to replace the unicode 2028 into <br>
. Cheers!
@prologic Ahh gotcha :) Well that helped me fix the immediate issue anyway, as I'm just doing rudimentary display on my site I was able to use sed
to replace the unicode 2028 into <br>
. Cheers!