8 Commits

Author SHA1 Message Date
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