# 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 4
# self = https://watcher.sour.is/conv/44fhplq
@fastidious The textarea element does not support auto resizing of entered text, not without some JS wizardry.

We can however try to replace the textarea element with a span element with contenteditable.

Here is what I have found if this is what you are thinking…
@ullarah no, no, I am not being clear. I want to be able to resize the textarea itself, not the text in it.
In many browsers, <textarea> is resizable by default. Something on CSS/JS is disabling it on yarnd.
@fastidious ah righto! I’ll check it out once I get a break from todays events. I thinking placing the vertical resize rule needs to be either a separate class attached to the textarea element or perhaps force the rule?

We’ll figure it out 👍