Releases: Zuoqiu-Yingyi/widget-pseudocode
Releases · Zuoqiu-Yingyi/widget-pseudocode
pseudocode v0.2.0 release
v0.2.0/2022-11-14
- v0.1.1 <=> v0.2.0
- 修复手动设置序号错误问题 | Fix the issue of manually setting the serial number error.
- 编号设置为
0
时启用自动编号 | Enable automatic numbering when the serial number is set to0
.
pseudocode v0.1.1 release
v0.1.1/2022-11-06
- v0.1.0 <=> v0.1.1
- 使用
<style>
标签设置data-export-html
导出样式 | Using<style>
tag to set thedata-export-html
export style. - 更新 URL 分享链接 | Update the URL sharing link.
- 为
data-export-html
导出样式的<style>
标签添加scoped
属性 | Add thescoped
attribute to the<style>
tag for thedata-export-html
export style.
pseudocode v0.1.0 release
v0.1.0/2022-10-17
- 实现编辑与渲染基础功能 | Implement basic editing and rendering functions.
- 引入渲染器为
ES6
模块 | Introduced the renderer as theES6
module. - 支持分屏预览 | Support split-screen preview.
- 支持
KaTeX
宏定义 | SupportKaTeX
macro definitions. - 支持国际化与本地化 | Support internationalization and localization. (
i18n & l10n
) - 添加用语法帮助与示例 | Add grammar help and examples.
- 支持宏自动补全 | Supports macro autocompletion.
- 开启自动闭合括号功能 | Enable the function of automatic closing of parentheses.
- 双击预览面板切换编辑/预览状态 | Double-click the preview panel to toggle the edit/preview status.
- 支持代码高亮 | support code highlighting.
- 调整公式自动补全模板的换行与缩进 | Adjust the wrapping and indentation of the formula auto-completion template.
data-export-html
中引用样式文件 | Reference style files indata-export-html
.- 新增使用链接分享功能 | Added the function to share with link.