# 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/eg2oypa
@ullarah, can the textarea used for twts be modified, so that it can be resized by the user on the Y axis? It would help a lot when typing mid to mega size twts.
@fastidious Whay about some graceful JS that auto expands it vertically? 🤔
@fastidious Whay about some graceful JS that auto expands it vertically? 🤔
@prologic there is no need for JS. Textarea out of the box provides that. Somehow it is being forbidden to do so by current CSS.
@fastidious The textarea has the CSS property resize: none
on it for some reason.
@eldersnake fixed on 593. @ullarah please make sure you pull a fresh copy of the yarnd repo, so that when you make updates you do not override mine.
Hmm, there seems to be something else. There is something else disallowing the resizing.