ATProtoApps / sonaruo

Your friendly Bluesky AT Protocol client for the web. Friendly fork for funding issues.
https://polar.sh/ATProtoApps/ouranos/
MIT License
3 stars 2 forks source link

Have an interface to add out of band hashtags #6

Closed bmann closed 2 weeks ago

bmann commented 1 month ago

Add support for out of band hashtags -- a link at the bottom of the posts composer, that lets you add hashtags. This are not part of the post character count, but store in the protocol record.

And of course, display out of band hashtags!

See the thread on Bluesky Community Dev Discord

Here are the details on the "tags" part of the post Lexicon: https://github.com/bluesky-social/atproto/blob/c36456f0ba7bf412b0e059288edd46dcd28e32c9/lexicons/app/bsky/feed/post.json#L51

          "tags": {
            "type": "array",
            "description": "Additional hashtags, in addition to any included in post text and facets.",
            "maxLength": 8,
            "items": { "type": "string", "maxLength": 640, "maxGraphemes": 64 }
          },

Upvote & Fund

Fund with Polar

bmann commented 2 weeks ago

This is merged upstream and live in Ouranos by @pdelfan