Commit graph

5 commits

Author SHA1 Message Date
Xheldon
56b942e7ff v1.0.4: 修复 Obsidian 社区插件反馈问题
- 修复硬编码的 .obsidian 路径,使用 app.vault.configDir
- 将内联 JavaScript 样式移动到 CSS 文件中
- 减少 console.log 输出,避免污染开发控制台
- 移除 any 类型转换,提高类型安全性
- 提升代码质量以符合 Obsidian 社区插件标准
2025-08-01 15:31:31 +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
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
33b4284577 init 2025-07-25 19:53:04 +08:00