feat: introduce SurfSense plugin for Obsidian with syncing capabilities and enhanced settings management

This commit is contained in:
Anish Sarkar 2026-04-20 04:04:19 +05:30
parent ee2fb79e75
commit 60d9e7ed8c
19 changed files with 2044 additions and 175 deletions

10
manifest.json Normal file
View file

@ -0,0 +1,10 @@
{
"id": "surfsense",
"name": "SurfSense",
"version": "0.1.0",
"minAppVersion": "1.4.0",
"description": "Sync your Obsidian vault to SurfSense for AI-powered search across all your knowledge sources.",
"author": "SurfSense",
"authorUrl": "https://github.com/MODSetter/SurfSense",
"isDesktopOnly": false
}