# 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 9
# self = https://watcher.sour.is/conv/mbc2l4a
Really simple change, but I think it worked well. I would love to have a highlight/active class on the current sort, so I could underline it or add an up/down arrow. But wasn't sure how the go template literal stuff worked.
@markwylde Ahh yeah the Go html/template can be a bit tricky as it's not really Go per se, but a template language, I can't say I _love_ it but I've gotten used to it 🙃 Happy to help! The basics aren't that hard, you're just mostly calling functions and templates inside curly braces.
@markwylde Ahh yeah the Go html/template can be a bit tricky as it's not really Go per se, but a template language, I can't say I _love_ it but I've gotten used to it 🙃 Happy to help! The basics aren't that hard, you're just mostly calling functions and templates inside curly braces.