Various AT Protocol integrations with obsidian
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update description

+2 -2
+1 -1
manifest.json
··· 3 3 "name": "ATmark", 4 4 "version": "0.1.6", 5 5 "minAppVersion": "0.15.0", 6 - "description": "AT Protocol bookmarking platforms in Obsidian", 6 + "description": "View and manage AT Protocol bookmarks.", 7 7 "author": "treethought", 8 8 "authorUrl": "https://github.com/treethought", 9 9 "isDesktopOnly": false
+1 -1
package.json
··· 1 1 { 2 2 "name": "obsidian-atmark", 3 3 "version": "0.1.6", 4 - "description": "Obsidian plugin for AT Protocol bookmark platforms", 4 + "description": "View and manage AT Protocol bookmarks.", 5 5 "main": "main.js", 6 6 "type": "module", 7 7 "scripts": {