Skip to content

Commit 0fb2167

Browse files
committed
0.1.3
1 parent 7d6dd76 commit 0fb2167

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Obsidian plugin for AT Protocol bookmarking platforms.
66

77
- **Semble** (`network.cosmik.*`) - Collections and cards
88
- **Bookmarks** (`community.lexicon.bookmarks.*`) - Community bookmarks lexicon with tag filtering (supports kipclip tags)
9+
- **margin.at** (`at.margin.*`) - Bookmarks with collections and tags support
910

1011
## Installation
1112

@@ -17,8 +18,18 @@ Install via [BRAT](https://github.com/TfTHacker/obsidian42-brat):
1718
4. Enter the GitHub URL: `https://github.com/treethought/obsidian-atmark`
1819
5. Enable the plugin in Community Plugins
1920

20-
## Configuration
21+
## Getting Started
22+
23+
### Authentication
2124

2225
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.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "atmark",
33
"name": "ATmark",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"minAppVersion": "0.15.0",
66
"description": "Obsidian plugin for AT Protocol bookmark platforms",
77
"author": "treethought",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-atmark",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Obsidian plugin for AT Protocol bookmark platforms",
55
"main": "main.js",
66
"type": "module",

0 commit comments

Comments
 (0)