mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
* feat: add font size and table of contents settings to RichEditor - Introduced font size customization in the RichEditor component, allowing users to adjust the font size for better readability. - Added a toggle for displaying a table of contents in the editor settings. - Updated localization files to include new settings descriptions. - Enhanced the NotesSettings component with a slider for font size adjustment and a switch for the table of contents feature. - Migrated state management to include new settings in the Redux store. * feat: enhance CodeEditor with customizable font size and responsive layout * feat: enhance markdown conversion to preserve square brackets - Improved the htmlToMarkdown function to correctly handle and preserve wiki-style double brackets [[foo]] and single brackets [foo] while maintaining proper Markdown link syntax. - Added unit tests to verify the preservation of these bracket formats during conversion. * feat: enhance YamlFrontMatterNodeView with editor content check * fix * chore * chore: bump store persistence version to 153 --------- Co-authored-by: icarus <eurfelux@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| miniWindow.html | ||
| selectionAction.html | ||
| selectionToolbar.html | ||
| traceWindow.html | ||