- 更新 Brython 版本至 3.10.7 / Update Brython version to 3.10.7.
- 调整包引用路径 | Adjusted the path of package reference.
- 更新 Brython 版本至 3.11.0 / Update Brython version to 3.11.0.
- 更新 Brython 版本至 3.11.1 / Update Brython version to 3.11.1.
- 调整导出的 markdown 内容 / Adjust the exported markdown content.
- 更新 Brython 版本至 3.10.6 / Update Brython version to 3.10.6.
- 调整菜单栏样式 | Adjust the style of the menu bar.
- 保存时将代码与运行结果保存至
data-export-md
属性, 在导出时渲染为代码块 | Saves the code and run results to thedata-export-md
attribute when saving, rendering as a block of code on export.
- 修复在非 iframe 模式下获取主题配置文件失败的问题 | Fix an issue where getting a theme configuration file in non-iframe mode.
- 配色跟随主题切换 | The color scheme follows the global theme.
- 添加
.gitignore
配置文件 | Add the.gitignore
configuration file.
- 更新 README.md 错误链接 / Update the README.md error link.
- 取消控制台面板的拼写检查 / Cancel spell checking for the console panel.
- 调整
文档
,示例
与测试
超链接位置 / Adjust theDocument
,Demo
andTest
hyperlink locations.
- 更新 Brython 版本至 3.10.3 / Update Brython version to 3.10.3.
- 添加代码文件导入/导出功能 / Add code file import/export feature.
- 将控制台默认字体设置为
Consolas
/ Set the console default font toConsolas
.
- 将挂件名称更改为
brython-editor
/ Change the widget name tobrython-editor
. - 自动保存用户设置 / Save user settings automatically.
- 自动加载用户设置 / Load user settings automatically.
- 新建项目 / Create a new project
- 添加顶部菜单 / Add a top menu
- 将代码与输出保存至思源笔记块属性 / Save code and output to the block properties of SiYuan note.
- 从思源笔记块属性中加载代码与输出 / Load code and output from the block properties of SiYuan note.
- 清空编辑器按钮 / A button to empty editor content.
- 清空输出面板按钮 / A button to empty output panel.
- 启用/关闭长代码自动换行 / A button to Enable/Disable long code wraps.
- 切换界面语言(简体中文/英文) / Switch interface languages(Chinese Simplified/English).
- 切换编辑器主题 / Switch editor themes.
- 切换编辑器与输出面板字号 / Switch the font sizes of editor and output panel.
- 运行代码 / Run code.
- 显示
Python
运行输出 / Display the run output ofPython
- 显示
Python -> JavaScript
的翻译结果 / Displays the translation ofPython -> JavaScript
- 生成代码分享链接 / Build a code sharing link.
- 启用/关闭调试 / Enable/Disable debugging.
- 显示/折叠输出面板 / Display/Fold output pannel