# 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/fwjro5a
Working on showing attached images in the desktop client, it worked on first try.
Now I need to fix the scale and alignment - but cool that it works already!
@stigatle Nice! 👌 Using a Markdown parser / renderer? 🤔
@stigatle Nice! 👌 Using a Markdown parser / renderer? 🤔
@stigatle Nice! 👌 Using a Markdown parser / renderer? 🤔
@prologic They have some markdown support that you can use, but I have not looked into that yet, I might check on that for clickable links in label.
I now just get all the attached links in each post, check for direct links to images, download them and show them as in the screenshot.
@stigatle Ahh I see! I was thinking if you used some kind of HTML widget ... ?
I may have no idea what I'm talking about 😆
@stigatle Ahh I see! I was thinking if you used some kind of HTML widget ... ?
I may have no idea what I'm talking about 😆
@stigatle Ahh I see! I was thinking if you used some kind of HTML widget ... ?
I may have no idea what I'm talking about 😆
Gonna code a bit tonight. Clean up the image code, then I will rewrite some of the code that uses libcurl, make a more generic function that I use in the calls, instead of many functions. That will be nice.