A new megaphone icon will appear in the left sidebar after you install the plugin.
megaphone icon to open a Bluesky tab.Open Bluesky tab command.You can add your post (or a whole thread) as a reply that continues an existing Bluesky post.
https://bsky.app/profile/handle/post/...) into the Reply to a Bluesky post field at the top.Leave the field empty to post normally. Any public post can be replied to.
This plugin only contacts the network for the following, all initiated by you:
bsky.social) - to authenticate with your App Password, to
publish posts, threads, and uploaded images via the AT Protocol
(@atproto/api), and to look up a post you choose to reply to. Your
credentials are stored locally and sent only to Bluesky.No telemetry or analytics are collected. The plugin makes no network requests unless you post or include a link.
npm run test:e2e
Runs provider-free UI smoke tests against a real, sandboxed Obsidian instance via wdio-obsidian-service — no Bluesky credentials, no network calls, no contact with your real vault. See test/README.md for details.
[!WARNING] When touching the test config, never point
plugins:inwdio.conf.mtsat the repo root ("."). wdio-obsidian-service copiesdata.json— which holds your real Bluesky app password — from the plugin directory into every test vault. Always go through the staged copy intest/plugin-dist/(scripts/stage-plugin.mjs).
This project builds upon the Bluesky AT Protocol, which is licensed under the MIT License.
The source code of this project includes parts of the Bluesky AT Protocol, following the MIT License requirements.