Commit graph

17 commits

Author SHA1 Message Date
Xheldon
c0948fe13b v1.0.5: Fix Obsidian community plugin feedback issues
- 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
2025-08-01 15:35:54 +08:00
Xheldon
1850f3b895 Fix GitHub Actions permissions and bump to v1.0.3
- Add 'contents: write' permission to GitHub Actions workflow
- This should fix the 403 error when creating releases
- Bump version to 1.0.3 for testing the fixed workflow
2025-07-31 15:08:47 +08:00
Xheldon
d94e386dac Bump version to 1.0.2 for clean release test
- Updated manifest.json, package.json, and versions.json
- Ready to test automatic GitHub Actions release
- Contains only essential files for Obsidian community plugin
2025-07-31 15:06:52 +08:00
Xheldon
f77759554a Add clean release tooling
- Add create-release.sh script for manual releases
- Update .gitignore to exclude release files
- Ensures only main.js, manifest.json, styles.css are released
- GitHub Actions already configured for automatic clean releases
2025-07-31 15:05:38 +08:00
Xheldon
78d711a099 Fix README historical issues
- Fix typo in git clone command (git-folder-ync -> git-folder-sync)
- Update Chinese README title to match plugin name
- Replace specific example paths with generic placeholders
- Update right-click menu reference in Chinese README
2025-07-31 14:58:05 +08:00
Xheldon
668de78e6f Update plugin ID and name to 'git-folder-sync'
- Changed plugin ID from 'git-sync' to 'git-folder-sync'
- Updated plugin name to 'Git Folder Sync' consistently
- Updated cache key to match new ID
- Bumped version to 1.0.1
- Updated all documentation and i18n strings
2025-07-31 14:54:19 +08:00
Xheldon
d948d026eb change some text 2025-07-31 14:50:40 +08:00
Xheldon
3529d9080b Add release workflow and changelog for community plugin submission 2025-07-31 14:46:53 +08:00
Xheldon
44ff9bc5fa Prepare for community plugin release
- Fix plugin ID consistency between manifest.json and folder name
- Add MIT license file
- Update package.json name to match plugin ID
- Ready for initial release v1.0.0
2025-07-31 14:44:47 +08:00
Xheldon
a987540417 ready to publish 2025-07-31 14:41:23 +08:00
Xheldon
47d60e695f [update] readme 2025-07-30 16:22:58 +08:00
Xheldon
6698cd79c1 [done]cos support 2025-07-30 16:18:01 +08:00
Xheldon
b3ad2efb2b add cos support(wip-2) 2025-07-30 14:40:04 +08:00
Xheldon
a03e57fe44 add cos support(wip-1) 2025-07-29 19:35:29 +08:00
Xheldon
4004668604 Add data.json to .gitignore to protect sensitive information 2025-07-29 17:14:40 +08:00
Xheldon
088c5e90bc add Readme 2025-07-25 19:55:48 +08:00
Xheldon
33b4284577 init 2025-07-25 19:53:04 +08:00