13 Commits

Author SHA1 Message Date
cumany
951eba6bc5 支持标签组功能,支持直接从列表多选标签。 2025-07-12 16:51:52 +08:00
9914ca9fd8 新增版本更新通知功能,包含更新提示模态框样式和逻辑,用户首次运行新版本时将显示更新通知,提示用户重新配置 User-API-Key。更新国际化文件以支持多语言提示。 2025-07-11 23:55:04 +08:00
16a33d0572 更新 README.md,修改配置项描述为“User Api key”,并优化样式文件,新增设置页面样式以提升用户体验。同时,简化 API 请求头的设置逻辑,确保始终使用 User-Api-Key 进行请求。 2025-07-11 23:31:49 +08:00
b24bf09efc feat: 新增分类冲突处理功能,用户在本地分类与远程分类不同时可选择使用哪一分类。更新样式以支持分类冲突确认对话框,并在国际化文件中添加相关文本。更新 GitHub Actions 工作流以生成发布说明。 2025-06-20 21:23:19 +08:00
25982b1541 优化样式文件,统一使用 CSS 变量以提高可维护性,增强按钮和通知的可见性,添加过渡效果,确保在不同主题下的兼容性。 2025-06-20 21:04:52 +08:00
f27ada6a4e Add internationalization (i18n) support
- Introduced i18n framework with translation support
- Updated config, main, and styles files to use translation keys
- Implemented dynamic locale setting based on Obsidian's language
- Replaced hardcoded Chinese strings with translatable keys
- Added locale change event listener to update translations dynamically
2025-02-03 23:07:04 +08:00
ce2d944ee6 Enhance DiscourseSyncPlugin with tag management features
- Updated styles for modal and form areas to improve layout and usability.
- Added support for selecting and managing tags in the DiscourseSync settings.
- Implemented fetching of available tags from the Discourse API.
- Enhanced the category selection modal to include tag selection functionality.
- Updated settings interface to store selected tags.
- Improved error handling and user feedback during tag operations.
2025-01-24 17:09:58 +08:00
65444caad1 Remove unused style.css file and update release workflow to reference styles.css instead of style.css. Enhance error handling in postTopic method to provide detailed feedback on publishing errors in DiscourseSyncPlugin. 2025-01-23 23:21:53 +08:00
14e448c37a Remove unused styles.css file to streamline the plugin and reduce unnecessary assets. 2024-12-22 20:06:50 +08:00
b37e4bdcb5 fix 2024-12-22 20:01:35 +08:00
66c72d64be No changes detected in the current diff; no modifications made since the last commit. 2024-12-21 02:49:57 +08:00
70d7803527 Refactor plugin for publishing to Discourse: renamed plugin, updated metadata, localized UI elements to Chinese, removed unused CSS, and upgraded GitHub Actions for Node.js environment. 2024-12-21 02:44:47 +08:00
Tim Finley
b49d801bda init 2024-06-28 12:52:16 -04:00