Bluesky Intention Link Generator
Intention Links I thought it would be nice to have a link generator that helps craft Bluesky intention links for pre-populating posts. An intention link is essentially a URL containing predefined content that pre-fills a web app’s form or action. When clicked, it opens the app with specified content ready to go - similar to mailto: links for email. I generate a URL using Bluesky’s compose intent format https://bsky.app/intent/compose, followed by the encoded text and a URL. The code consists of two simple components: an HTML form for input and a bit of JavaScript to handle the link generation. ...