# 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/2b4c4zq
@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.
@fastidious I did that yesterday at 7pm my time. I rm -rf’d my local copy and pulled a new one. I do that each time so I’m current.

So I’m not sure what happened there.
@ullarah no, nothing happened. Actually, my PR didn't really fixed the issue. There is something else that's missing, which is escaping me right now.
@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…