yn

A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.

AGPL-3.0 License

Stars
5.6K
Committers
12

Bot releases are visible (Hide)

yn - v3-next-09

Published by github-actions[bot] 3 months ago

yn - v3-next-05

Published by github-actions[bot] 3 months ago

yn - v3.72.2

Published by github-actions[bot] 4 months ago

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 优化有序列表自动编号使用体验,配置项支持禁用自动编号
  2. feat: 使用目录大纲跳转/显示编辑器后自动聚焦编辑器
  3. feat: 优化语法建议补全,区分行内元素和块元素,支持快速新增表格行
  4. feat: 预览区图片增加右键上下文菜单,支持复制图片、打开图片等操作
  5. feat: 优化导航堆栈,支持锚点定位和滚动位置保持
  6. feat: 代码运行支持自动滚动到底部
  7. feat: 输入 【【 时自动触发 Wiki 链接建议
  8. feat: 其他交互体验优化和问题修复
  9. fix: Windows zip 版本禁用自动更新,避免反复升级失败问题
  10. feat(plugin): markdown-link 插件暴露 mdRuleConvertLink, htmlHandleLink 方法
  11. feat(plugin): ctx.doc.switchDoc 增加更多参数,支持跳转到指定位置
  12. feat(plugin): 增加 ctx.routines.changePosition 方法,用以跳转到当前文档的指定位置
  13. feat(plugin): 增加 ctx.view.highlightAnchor 方法,用以高亮/跳转到当前预览区的指定锚点
  14. feat(plugin): 增加 ctx.view.getScrollTop 方法,用以获取当前预览区的滚动位置
  15. feat(plugin): 增加 DOC_SWITCH_SKIPPED Hook,尝试切换到当前文档时触发

  1. feat: Optimize the experience of using automatic numbering for ordered lists, and support disabling automatic numbering in configuration options.
  2. feat: Use the table of contents outline to jump/automatically focus on the editor after displaying the editor.
  3. feat: Optimize syntax suggestion completion, distinguish between inline elements and block elements, and support quickly adding table rows.
  4. feat: Add a right-click context menu for images in the preview area, supporting operations such as copying images and opening images.
  5. feat: Optimize the navigation stack, supporting anchor positioning and maintaining scroll position.
  6. feat: Support automatic scrolling to the bottom when running code.
  7. feat: Automatically trigger Wiki link suggestions when typing 【【.
  8. feat: Other interaction experience optimizations and bug fixes.
  9. fix: Disable automatic updates for the Windows zip version to avoid repeated upgrade failure issues.
  10. feat(plugin): The markdown-link plugin exposes the mdRuleConvertLink, htmlHandleLink methods.
  11. feat(plugin): ctx.doc.switchDoc adds more parameters, supporting jumping to a specified location.
  12. feat(plugin): Add the ctx.routines.changePosition method to jump to a specified location in the current document.
  13. feat(plugin): Add the ctx.view.highlightAnchor method to highlight/jump to a specified anchor in the current preview area.
  14. feat(plugin): Add the ctx.view.getScrollTop method to get the current scroll position of the preview area.
  15. feat(plugin): Add the DOC_SWITCH_SKIPPED Hook, which is triggered when attempting to switch to the current document.
yn - v3-next-18

Published by github-actions[bot] 4 months ago

yn - v3-next-17

Published by github-actions[bot] 4 months ago

yn - v3-next-03

Published by github-actions[bot] 4 months ago

yn - v3.71.1

Published by github-actions[bot] 4 months ago

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 支持使用 [[文件名#锚点|显示文本]][[文件名:行,列|显示文本]] 语法来链接文档
  2. feat: 运行 shell 代码支持停止运行
  3. feat: .bib, .plantuml, .dot, .gv, .puml 文件视为文本文件,可编辑
  4. feat: 编辑器配置支持字体连字
  5. fix: 修复代码块不遵守 .avoid-page-break 样式,导致打印时分页不正确的问题
  6. chore: 升级 Electron 到 28.3.3

  1. feat: support for linking documents using the syntax [[filename#anchor|display text]] or [[filename:line,column|display text]].
  2. feat: running shell code now supports stopping the execution.
  3. feat: files with extensions .bib, .plantuml, .dot, .gv, .puml are considered as text files and are editable.
  4. feat: editor configuration now supports ligatures for fonts.
  5. fix: fixed an issue where code blocks did not adhere to the .avoid-page-break style, causing incorrect pagination during printing.
  6. chore: upgraded Electron to version 28.3.3.
yn - v3-next-11

Published by github-actions[bot] 4 months ago

yn - v3-next-07

Published by github-actions[bot] 4 months ago

yn - v3-next-05

Published by github-actions[bot] 4 months ago

yn - v3-next-03

Published by github-actions[bot] 5 months ago

yn - v3-next-02

Published by github-actions[bot] 5 months ago

yn - v3.70.4

Published by github-actions[bot] 5 months ago

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

[!NOTE]
此版本升级了 Electron ,将不再支持 Windows 7/8 系统,如有需要,可下载旧版

  1. feat: 富文本粘贴为 Markdown 支持表格
  2. feat: 上下文菜单支持使用键盘导航
  3. feat: 优化对话框键盘访问
  4. perf: 当文档图片过多时,图片预览器不再显示图片导航栏
  5. refactor: 使用 undici 代替 request
  6. refactor(plugin): 增加 ctx.api.proxyFetch 方法,移除 ctx.api.proxyRequest 方法,更好的支持 SSE
  7. chore: 升级 Electron 到 28.3.1

[!Note]
This version has upgraded Electron and will no longer support Windows 7/8 systems. If necessary, you can download the old version.

  1. feat: Support pasting rich text as Markdown with table support
  2. feat: Support keyboard navigation in context menu
  3. feat: Optimize keyboard accessibility in dialogs
  4. perf: Hide image navigation bar in image previewer when there are too many images in the document
  5. refactor: Replace request library with undici
  6. refactor(plugin): Add ctx.api.proxyFetch method, remove ctx.api.proxyRequest method for better SSE support
  7. chore: Upgrade Electron to 28.3.1

AI Copilot 扩展新增文字生成图片功能

image

yn - v3-next-01

Published by github-actions[bot] 5 months ago

yn - v3.70.3

Published by github-actions[bot] 5 months ago

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. fix: 修复扩展安装不成功问题

  1. fix: fix extension install failed issue

AI Copilot 扩展新增文字生成图片功能

image

yn - v3.70.2

Published by github-actions[bot] 5 months ago

yn - v3-next-05

Published by github-actions[bot] 5 months ago

yn - v3-next-01

Published by github-actions[bot] 5 months ago

yn - v3.69.1

Published by github-actions[bot] 6 months ago

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 增加繁体中文语言支持
  2. feat: 增加配置项支持禁用编辑器粘性滚动
  3. fix: 修复更改预览器后,未刷新控制面板的问题
  4. feat(plugin): ctx.api.proxyRequest 方法增加 abortSignal 参数用以取消请求;支持 sse 参数用以接收服务器推送事件

  1. feat: Added support for Traditional Chinese language
  2. feat: Added support for disabling editor sticky scrolling through configuration option
  3. fix: Fixed issue where control panel was not refreshed after changing previewer
  4. feat(plugin): Added abortSignal parameter to ctx.api.proxyRequest method for canceling requests; added support for sse parameter for receiving server-sent events
yn - v3-next-03

Published by github-actions[bot] 6 months ago

Badges
Extracted from project README
Download