Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eharris128/obsidian-bluesky
Post to Bluesky from Obsidian
https://github.com/eharris128/obsidian-bluesky
bluesky obsidian
Last synced: 2 months ago
JSON representation
Post to Bluesky from Obsidian
- Host: GitHub
- URL: https://github.com/eharris128/obsidian-bluesky
- Owner: eharris128
- License: mit
- Created: 2024-11-06T21:20:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T01:25:31.000Z (2 months ago)
- Last Synced: 2024-11-21T02:21:25.230Z (2 months ago)
- Topics: bluesky, obsidian
- Language: TypeScript
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bluesky Plugin
- Post to Bluesky via a Tab view or by highlighting text## Usage Guide
### Initial Setup
- Open the Bluesky plugin in the Obsidian settings.
- Enter your Bluesky handle (e.g. evanharris.bsky.social).
- Enter a Bluesky App Password - Note: Please do not enter your Bluesky password here.
- If you do not have an App Password, you can create one by going to [the App Passwords page](https://bsky.app/settings/app-passwords) and creating a new App Password.### How to Post
A new `megaphone` icon will appear in the left sidebar after you install the plugin.
- To compose a post or a thread:
- Click the `megaphone` icon to open a Bluesky tab.
- Write your post or thread.
- Click "Post" to post to Bluesky.
- If you prefer to use the command palette, you can run the `Open Bluesky tab` command.## Say Hi
- [Bluesky](https://bsky.app/profile/evanharris.bsky.social)## Attribution
This project builds upon the [Bluesky AT Protocol](https://github.com/bluesky-social/atproto), which is licensed under the [MIT License](https://opensource.org/licenses/MIT).
The source code of this project includes parts of the Bluesky AT Protocol, following the MIT License requirements.