Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 为 PlantUML 增加渲染缓存
- feat: 自定义容器增加
div类型 - feat: 用户自定义插件脚本支持顶层
await关键字 - feat: 优化链接粘贴行为
- fix: 修复某些时候自定义编辑器快捷键重启后失效的问题
- fix: 修复宏定义使用空键值时候导致页面渲染异常的问题
- feat(plugin):
ctx.view.getContentHtml方法增加useRemoteSrcOfLocalImage选项,用于保留本地图片的远程地址
- feat: Added rendering cache for PlantUML
- feat: Added
divtype to custom containers - feat: Added support for top-level
awaitkeyword in user-defined plugin scripts - feat: Optimized link pasting behavior
- fix: Fixed an issue where custom editor shortcuts would become ineffective after restart
- fix: Fixed rendering issues caused by empty key values in macro definitions
- feat(plugin): Added
useRemoteSrcOfLocalImageoption toctx.view.getContentHtmlmethod for preserving remote URLs of local images