# 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 5
# self = https://watcher.sour.is/conv/7s52vmq
And btw @darch ... @ullarah and I have been discussing how we _about_ refactoring and building some new UX around a "Gallery" view that you've wanted for a while. The only reason this is difficult to achieve today is because we lump all uploaded media in once place and don't attribute any user to that media. Once we fix that and refactor that part of the backend we _think_ we can support your use-case. Not sure yet what it'll look like per se, but it'll be possible π
And btw @darch ... @ullarah and I have been discussing how we _about_ refactoring and building some new UX around a "Gallery" view that you've wanted for a while. The only reason this is difficult to achieve today is because we lump all uploaded media in once place and don't attribute any user to that media. Once we fix that and refactor that part of the backend we _think_ we can support your use-case. Not sure yet what it'll look like per se, but it'll be possible π
@prologic niceπ what I have done in Pixelblog is to filter out posts contains any markdown image (
) and render eatch match as its own image, that then links back to the original post See the code for gallery.php
Do you want to have gallery view for all the feeds someone follows or just under eatch user on the profile page?
@darch Well as I've said once before, when builtin search comes (_very soon!_) this will be possible both way. A "Gallery" view -- A sort of different timeline, as well as a "Show me all the images of this user", etc. So both I guess.
@darch Well as I've said once before, when builtin search comes (_very soon!_) this will be possible both way. A "Gallery" view -- A sort of different timeline, as well as a "Show me all the images of this user", etc. So both I guess.