v3.79.1
github-actions
released this
02 Jan 10:16
·
69 commits
to develop
since this release
v3.79.1 2025-01-02
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: Markdown
![]()
图片语法支持本地视频和音频路径 - feat: 增加直接在应用中打开预览视频和音频文件
- feat: 优化 HTML 解析
- feat: 支持书写 mhchem 化学方程式
- feat: 设置面板设置项增加重置为默认值按钮
- feat: 开启索引的仓库支持仓库 md 文件添加/删除后自动刷新目录树
- fix: 修复导出 HTML 点击锚点后会在新窗口打开页面问题
- fix: 修复文档中嵌入本地视频不能播放问题
- feat(plugin): 增加
ctx.api.listUserDir
方法,获取用户插件数据目录文件列表 - feat(plugin): 增加
SETTING_PANEL_AFTER_SHOW
Hook,设置面板显示后触发 - feat(plugin): 增加
INDEXER_FS_CHANGE
Hook,开启索引的仓库文件变更后触发
- feat: Markdown
![]()
image syntax now supports local video and audio paths - feat: Added the ability to preview video and audio files directly within the application
- feat: Optimized HTML parsing
- feat: Support for writing mhchem chemical equations
- feat: Added a "Reset to Default" button in the settings panel
- feat: Repositories with indexing enabled now support automatic refresh of the directory tree after adding/removing md files
- fix: Fixed issue where clicking on anchors in exported HTML would open a new window
- fix: Fixed issue where embedded local videos in documents could not be played
- feat(plugin): Added
ctx.api.listUserDir
method to get a list of user plugin data directory files - feat(plugin): Added
SETTING_PANEL_AFTER_SHOW
Hook, triggered after the settings panel is displayed - feat(plugin): Added
INDEXER_FS_CHANGE
Hook, triggered after file changes in repositories with indexing enabled
新增拼写检查(Spellchecker)扩展