initial vault sync

This commit is contained in:
冯先生
2026-06-23 00:24:32 +08:00
commit 8e7723c17a
795 changed files with 157458 additions and 0 deletions

View File

@ -0,0 +1,47 @@
{
"account": "",
"credential": "",
"remoteDir": "",
"remoteCacheDir": "",
"useGitStyle": false,
"conflictStrategy": "diff-match-patch",
"oauthResponseText": "",
"loginMode": "sso",
"confirmBeforeSync": false,
"syncMode": "loose",
"filterRules": {
"exclusionRules": [
{
"expr": "**/.git",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.DS_Store",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.trash",
"options": {
"caseSensitive": false
}
},
{
"expr": ".obsidian",
"options": {
"caseSensitive": false
}
}
],
"inclusionRules": []
},
"skipLargeFiles": {
"maxSize": "30 MB"
},
"realtimeSync": false,
"startupSyncDelaySeconds": 0,
"autoSyncIntervalSeconds": 300
}

34
.obsidian/plugins/nutstore-sync/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "nutstore-sync",
"name": "Nutstore Sync",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Sync your vault with Nutstore/坚果云 using WebDAV protocol.",
"author": "nutstore",
"authorUrl": "https://github.com/nutstore",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long