cherry-studio/src/main
SuYao 86a3a108a7
feat: support table and hyperlink when export to word (#2837)
* feat(export): Enhance markdown-to-docx export with table support

Add comprehensive table rendering capabilities to the ExportService, including:
- Support for table headers and body rows
- Configurable cell styling and alignment
- Handling of inline text formatting within table cells

* feat(export): Add hyperlink support in markdown-to-docx export

Enhance ExportService to handle hyperlinks during document export:
- Implement link detection in inline tokens
- Create ExternalHyperlink with proper styling
- Preserve link text and URL in exported document
2025-03-05 11:16:45 +08:00
..
loader fix(KnowledgeBase): handle JSON parse failure by falling back to text file processing to avoid error display affecting normal progress indication 2025-02-20 11:44:36 +08:00
resources feat: add the ability to display the application in tray #297 2024-11-09 08:42:09 +08:00
services feat: support table and hyperlink when export to word (#2837) 2025-03-05 11:16:45 +08:00
utils fix: Ignore hidden files when traversing directories 2025-02-20 11:43:01 +08:00
config.ts refactor: main code 2024-11-02 23:32:59 +08:00
constant.ts refactor: shortcuts feature 2024-12-03 10:23:53 +08:00
electron.d.ts feat: add the ability to display the application in tray #297 2024-11-09 08:42:09 +08:00
env.d.ts feat: added vite_main_bundle_id config and improved code cleanliness 2024-09-15 10:35:02 +08:00
index.ts feat: Enhance UI styling and interaction details 2025-02-28 23:25:36 +08:00
ipc.ts revert: some proxy errors in main process (#2294) 2025-03-01 23:17:44 +08:00