# 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 10
# self = https://watcher.sour.is/conv/dxfwtkq
I notice the lack of font colours is missing from Yarn? bother?
@off_grid_living Hmmm we’ve talked about this before … I’m not sure how feasible it is to add support for but I’ll discuss and find out 😁
@off_grid_living Hmmm we’ve talked about this before … I’m not sure how feasible it is to add support for but I’ll discuss and find out 😁
I _think_ the only way to support colors is to use HTML snippets in your post (_which uses Markdown_) like this:

In his beard lived three cardinals.=
I _think_ the only way to support colors is to use HTML snippets in your post (_which uses Markdown_) like this:

In his beard lived three cardinals.=
That was taken as an example from here and looks like (_in raw form as you'd type it out_):


In his beard lived three <span style="color:red">cardinals</span>.
That was taken as an example from here and looks like (_in raw form as you'd type it out_):


In his beard lived three <span style="color:red">cardinals</span>.
I guess it's always been supported by the code base 😂
I guess it's always been supported by the code base 😂
Hoping that the HTML is limited otherwise it could lead to some really bizarre, and potentially bad, issues in the future!…

XSS in 2021

Edit: Just tested a few samples, seems to be a-ok for now. 👍