Currently only bluesky post links (from most clients) seem to be the only thing supported in the search. For example: pasting in a leaflet/greengale/whtwnd/offprint/etc link into search goes to the standard.site document for that post.
atmosphere explorer
pds.ls
tool
typescript
atproto
Allow standard.site post links in search #24
closed
opened by
madoka.systems
madoka.systems
(author)
Greengale and whtwnd both seem to put the handle and rkey in the url (first post I saw: https://greengale.app/sunscreen.cc/3mgus2sn3lu2q).
In the section of leaflet and whtend pages tho, there is a record like:
<link rel="alternate" href="at://did:plc:yk4dd2qkboz2yv6tpubpc6co/site.standard.document/3mguviy6iks2a">
but greengale and leaflet (it has both) have:
<link rel="site.standard.document" href="at://did:plc:ndtr43d6znzd4xbinupx4l4w/site.standard.document/3mgus2sn3lu2q">
but that gets into parsing the actual page content which seems scary.
added greengale support, whtwnd doesnt support site.standard afaik, it's a dead project and i think people should move away from it
Problem with those sites is that they often don't include the handle/DID or rkey in the URL, making it impossible to map to an AT URI (i know it's an issue with leaflet, i tried before)
if you find sites where this could work, i will add them