sunsonliu

Results 41 issues of sunsonliu

### Clear and concise description of the problem or idea. 目前纯预览模式也有完整的dom结构(包括左侧编辑区、顶部工具栏等),希望增加一个配置,在纯预览模式下不再出现这些与预览无关的dom

🚀enhancement

### Clear and concise description of the problem or idea. ![Image](https://github.com/user-attachments/assets/b576325d-6a1f-4e52-886e-79f9502dba39) 有概率出现鼠标hover到代码块后,代码块工具栏反而会消失的情况

🐞bug

### Clear and concise description of the problem or idea. https://github.com/Milkdown/milkdown 本来想基于ProseMirror手撸所见即所得(类typro)编辑模式,结果发现了milkdown,交互体验不错,于是决定直接引入milkdown来实现该功能。 实现后CherryMarkdown将具备三种模式: 1. 双栏编辑模式(可以关闭预览) 2. 纯预览模式(包括针对流式会话的流式会话模式) 3. 所见即所得WYSIWYG模式(类typro) 由于所见即所得模式是通过milkdown实现的,所以这里会不可避免地出现语法兼容、交互体验不统一、主题样式冲突等问题,这需要比较长期的优化。 当然目前还是个想法,如果遇到其他更优的组件也会考虑更换(不过目前体验的组件里,milkdown交互体验是最好的一个)

🚀enhancement

如题 同时支持下单独配置 toolbar.toolbarHandlers 支持哪些功能的配置功能

🐞bug

### Clear and concise description of the problem or idea. 如题

🚀enhancement
wontfix
good idea

十万行md内容直接页面卡死

### Clear and concise description of the problem or idea. 如题

🚀enhancement
💻client
🔌vscode-plugin

### 在通用表格语法基础上增加单元格合并的能力 TODO: - 在通用Markdown表格语法的基础上增加一个标志符,有这个标志符时自动合并相同内容的单元格。 - 进行所见即所得编辑时,需要自动拆分所有合并的单元格(不然不太好编辑,当然有更好的交互更好) 类似以下这种,在表头最左边单元格的起始位置标记表格为自动合并单元格的表格: ``` |* Header | Header | Header | | ------ | ------ | | Sample1 | Sample2 | Sample3 | | Sample...

🚀enhancement

### Clear and concise description of the problem or idea.

🐞bug

### Clear and concise description of the problem or idea.

🐞bug