AT protocol bookmarking platforms in obsidian

0.1.3

+16 -5
+14 -3
README.md
··· 6 6 7 7 - **Semble** (`network.cosmik.*`) - Collections and cards 8 8 - **Bookmarks** (`community.lexicon.bookmarks.*`) - Community bookmarks lexicon with tag filtering (supports kipclip tags) 9 + - **margin.at** (`at.margin.*`) - Bookmarks with collections and tags support 9 10 10 11 ## Installation 11 12 ··· 17 18 4. Enter the GitHub URL: `https://github.com/treethought/obsidian-atmark` 18 19 5. Enable the plugin in Community Plugins 19 20 20 - ## Configuration 21 + ## Getting Started 22 + 23 + ### Authentication 21 24 22 25 1. Open Settings > ATmark 23 - 2. Enter your handle or DID 24 - 3. Enter your app password (create one at Settings > Privacy and security > App passwords on Bluesky) 26 + 2. Enter your AT Protocol handle or DID 27 + 3. Create an app password in your AT Protocol client (Bluesky: Settings > Privacy and security > App passwords) 28 + 4. Enter the app password in the plugin settings 29 + 5. Save settings 30 + 31 + The plugin will automatically connect using your credentials. 32 + 33 + ### Opening the View 34 + 35 + Open the command palette (Ctrl/Cmd + P) and search for "ATmark: Open view". The view will show your bookmarks from all supported platforms.
+1 -1
manifest.json
··· 1 1 { 2 2 "id": "atmark", 3 3 "name": "ATmark", 4 - "version": "0.1.2", 4 + "version": "0.1.3", 5 5 "minAppVersion": "0.15.0", 6 6 "description": "Obsidian plugin for AT Protocol bookmark platforms", 7 7 "author": "treethought",
+1 -1
package.json
··· 1 1 { 2 2 "name": "obsidian-atmark", 3 - "version": "0.1.2", 3 + "version": "0.1.3", 4 4 "description": "Obsidian plugin for AT Protocol bookmark platforms", 5 5 "main": "main.js", 6 6 "type": "module",