Md Editor V3 Versions Save

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

v4.13.5

2 weeks ago

重构

  • ⭐️ 恢复列表的默认样式

Refactor

  • ⭐️ Keep the default style of the list.

v4.13.4

3 weeks ago

重构

  • ⭐️ 主动向扩展组件提供previewTheme

Refactor

  • ⭐️ Add previewTheme to the expansion component actively.

v4.13.3

3 weeks ago

重构

  • ⭐️ 支持转换粘贴内容中所有的图片链接。
  • ⭐️ 升级部分依赖项。

修复问题

  • 🐞 下拉列表在边缘的时候,没有显示完整(#490)。

Refactor

  • ⭐️ Supports converting all images within pasted content.
  • ⭐️ Upgrade dependencies.

Fixed Bugs

  • 🐞 Dropdown list does not display fully when at the edge(#490).

v4.13.2

1 month ago

修复问题

  • 🐞 未正确粘贴包含图片语法的内容(#489)。

Fixed Bugs

  • 🐞 The content containing picture syntax was not pasted correctly(#489).

v4.13.1

1 month ago

重构

  • ⭐️ 支持异步转换图片的链接。

Refactor

  • ⭐️ Support for asynchronous conversion of image links.

v4.13.0

1 month ago

新增特性

  • 🌟 以英文翻译为基础,合并不完整的本地化配置。
  • 🌟 编辑模式下提供仅预览模式。
  • 🌟 调用内部操作的触发器: execCommand(#471)。
  • 🌟 转换图片链接的接口: transformImgUrl(#468)。
  • 🌟 调整内置的搜索面板样式(#452)。

New Features

  • 🌟 Merging the missing language settings based on English.
  • 🌟 Preview mode only in edit state.
  • 🌟 Invoke triggers for internal operations: execCommand(#471).
  • 🌟 Api for converting image links: transformImgUrl(#468).
  • 🌟 Adjust search panel style(#452).

v4.12.4

1 month ago

修复问题

  • 🐞 输入拼写类文字时,光标不正常 #474 。
  • 🐞 单模块时同步滚动报错 #484 。

Fixed Bugs

  • 🐞 Title symbol followed by typing exhibits abnormal cursor position #474 .
  • 🐞 Synchronous scrolling functionality is malfunctioning #484 .

v4.12.3

1 month ago

修复问题

  • 🐞 多余的调试代码(#474)。
  • 🐞 添加事件监听后,滚动条的位置不正常。
  • 🐞 单行中已存在$时,再输入未正确提示(#478)。

Fixed Bugs

  • 🐞 Remove unnecessary debug code(#474).
  • 🐞 After adding event listener, the initial scrollbar position is abnormal.
  • 🐞 In a line where sign $ already exists, further input will not trigger suggestions(#478).

v4.12.2

1 month ago

修复问题

  • 🐞 UMD模块在生产环境报错(#475 )。
  • 🐞 两位数及以上的列表序号显示不完全,现在默认显示三位数,超过请自行调整样式(#477 )。

Fixed Bugs

  • 🐞 In production environments, errors occur with UMD module(#475 ).
  • 🐞 For two-digit and above list item numbers that are not fully displayed, currently they default to showing three-digit numbers; for longer numbers, please manually adjust the style accordingly(#477 ).

v4.12.1

2 months ago

修复问题

  • 🐞 在nuxt3中使用报document is not defined错。

Fixed Bugs

  • 🐞 Get document is not defined in nuxt3.