# 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 23
# self = https://watcher.sour.is/conv/b6oc3qq
image post test
Imgur
It will be nice if we have preview
@hashrock Do you mean link preview via OpenGraph tags? We actually already support those, we just haven't built a frontend to render link previews in the UI yet... Maybe this is something you can help us do? 🤔
@hashrock Do you mean link preview via OpenGraph tags? We actually already support those, we just haven't built a frontend to render link previews in the UI yet... Maybe this is something you can help us do? 🤔
@prologic yeah I mean the post UI in twtxt.net. I'll try to add it when I have time.
@hashrock Oh a preview for the post interface, Yes! That would be awesome if we could have such a feature 👌 It would make the User Experience so much better for sure!
@hashrock Oh a preview for the post interface, Yes! That would be awesome if we could have such a feature 👌 It would make the User Experience so much better for sure!
Hi @hashrock and welcome to the twtxtverse. I have made a front-end for twtxt with a focus on visual content called pixelblog, but we hope to make some of these features part of yarn.social as well someday :)
@darch We will 👌
@darch We will 👌
@darch nice! definitly useful for visual-content guys!
@hashrock you can edit you latest post, so that kinda works like a preview, but yes that would be a nice feature to have a proper preview before posting
Probably the simplest way to support a basic "Preview" right now is to just have a "Preview" button that does some Server-Side rendering of the to-be-posted Twt, returns what it would be rendered as and we shove that in a block somewhere on the page.
Probably the simplest way to support a basic "Preview" right now is to just have a "Preview" button that does some Server-Side rendering of the to-be-posted Twt, returns what it would be rendered as and we shove that in a block somewhere on the page.
What if we just turn the "Post" button into a 2-step process.

- Preview
- Post

First click, calls the backend to ask for a Preview. Second click submits for posting. If you modify the textarea the button goes back to "Preview". Would this work? 🤔
What if we just turn the "Post" button into a 2-step process.

- Preview
- Post

First click, calls the backend to ask for a Preview. Second click submits for posting. If you modify the textarea the button goes back to "Preview". Would this work? 🤔
or, we can just implement this as undo - a shortcut for editing last post. as darch said, we don't need preview actually
@hashrock Well that's actually what most of us do already. If we notice a mistake on our Last Twt, we just go back and Edit it.
@hashrock Well that's actually what most of us do already. If we notice a mistake on our Last Twt, we just go back and Edit it.
maybe we should keep it 1-step...
@hashrock Yeah, the complexity _might_ not be worth it right now.
@hashrock Yeah, the complexity _might_ not be worth it right now.
@prologic
Yeah, I think simplicity here is important. I'm just not used to the way things are done here, I've been using twitter for almost 10 years now and I don't realize how inconvenient it is.