Tencent/cherry-markdown
 Watch   
 Star   
 Fork   
7 days ago
cherry-markdown

cherry-markdown-vscode-plugin@0.0.20

Patch Changes

7 days ago
cherry-markdown

cherry-markdown@0.9.1

Patch Changes

15 days ago
cherry-markdown

cherry-markdown-vscode-plugin@0.0.19

Patch Changes

All notable changes to the "cherrymarkdown" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

15 days ago
cherry-markdown

cherry-markdown@0.9.0

Minor Changes

Patch Changes

15 days ago
cherry-markdown

@cherry-markdown/client@0.1.1

Patch Changes

2025-01-13 10:28:04
cherry-markdown

v0.8.58

Features

  • #947 urlProcessor支持第三个参数,第三个参数为回调函数 (05c6cab)
  • client: 导入 *.md 文件时默认启用预览效果,导航栏显示控制 (#1022) (dfb16fe)

Bug Fixes

  • #1014 修复engine.makeHtml报错的问题 (5a5e8f9)
  • 去掉github特殊语法高亮 (fd13e45)
  • type: insert api's normal-table-row*col type constraints (#1019) (c7217f0)
2024-12-23 10:20:15
cherry-markdown

v0.8.57

Features

  • #1005 增加滚动到具体位置的api,增加滚动行为控制的参数,修复预览区滚动没有触发编辑区滚动的bug (7b7f7ad)
  • #1006 流式会话场景中,增加flowSessionCursor配置项,实现虚拟光标的效果 (5e025bf)
  • vscodePlugin: add i18n (#1010) (9c9265c)

Bug Fixes

  • #1009 处理容器宽度发生变化时,编辑器光标出现错位的问题 (ccae682)
  • #1009 调整编辑器刷新时机,只有编辑器处于显示状态时才需要刷新 (2b8696f)
  • #993 修复识别html标签的正则逻辑 (c58466e)
  • 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题 (99f6bae)

Code Refactoring

  • 废弃elementsFromPoint方法 (2f732ea)
2024-12-18 12:41:01
cherry-markdown

v0.8.56

Features

  • 优化单行大文本的判定逻辑 (2b5d8fc)

Bug Fixes

  • 处理图片base64和base64数据正则替换冲突的问题 (dc3306e)
2024-12-17 16:07:48
cherry-markdown

v0.8.55

临时发版,如无必要,可用v0.8.53

2024-12-16 10:23:18
cherry-markdown

v0.8.53

Features

  • #992 增加配置代码块自定义按钮的功能 (a645e7f)
  • #999 处理大文本缩略展示的逻辑,对单行超大文本作特殊缩略处理 (#1000) (fdbb48c)
  • 顶部操作栏自适应换行 (#991) (57fb28d)

Bug Fixes

  • #985 修复快捷键配置弹窗定位问题 (37e15c6)
  • #989 修复点击img获取不到data-formula-code属性的问题 (75718fc)
  • example: remove duplicate configurations (#983) (e509c9f)

Code Refactoring