mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 17:40:25 +00:00
- Fix hardcoded .obsidian paths to use app.vault.configDir for better compatibility - Move inline JavaScript styles to CSS files for better theme adaptability - Reduce console.log pollution by implementing debug-only logging - Improve type safety by removing any type casting where possible - Fix GitHub settings not saving to data.json - Enhance test URL button to validate both URL format and GitHub token - Fix debugLog recursive call issue - Add comprehensive GitHub connection testing with user info and permissions - Improve user experience with loading states and detailed feedback - Enhanced code quality to meet Obsidian community plugin standards
11 lines
No EOL
474 B
JSON
11 lines
No EOL
474 B
JSON
{
|
|
"id": "git-folder-sync",
|
|
"name": "Git Folder Sync",
|
|
"version": "1.0.5",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.",
|
|
"author": "Xheldon",
|
|
"authorUrl": "https://github.com/Xheldon",
|
|
"fundingUrl": "https://paypal.me/xheldoncao",
|
|
"isDesktopOnly": false
|
|
} |