Skip to content

Releases: Hanser0521/quick-editing

Quick Editing 1.0.5

Choose a tag to compare

@github-actions github-actions released this 12 Sep 11:33

Full Changelog: 1.0.4...1.0.5

Quick Editing 1.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 04:14

What's changed

  • Addressed the 640 warnings reported by the Obsidian Community scorecard for
    1.0.3. The official Obsidian ESLint rules now complete with zero warnings.
  • Added the official scanner rules to npm run check and made warnings fail CI
    to prevent regressions.
  • Removed legacy var declarations, unnecessary regular-expression escapes,
    dead variables and unused SVG constants.
  • Hardened clipboard writes, smart-paste event handling, metadata type checks,
    and multi-window undo notices.
  • Added CONTRIBUTING.md with the supported setup and verification workflow.
  • The status bar format-brush menu now shows the configured text and
    highlighter colors directly, including on macOS with native menus enabled.

Full changelog: 1.0.3...1.0.4

Quick Editing 1.0.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:43

Full Changelog: 1.0.2...1.0.3

Quick Editing 1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:18

Full Changelog: 1.0.1...1.0.2

Quick Editing 1.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:45

Full Changelog: 1.0.0...1.0.1

Quick Editing 1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:17

Quick Editing 是原“增强编辑”插件面向新版 Obsidian 的现代化延续版本,使用新的插件 ID quick-editing

本次更新

  • 使用 Markdown 语法树保护 Frontmatter、代码块、行内代码、数学公式、HTML、链接、图片和 Obsidian 注释。
  • 全文转换增加预计修改数量、前后预览和一键撤销。
  • 智能粘贴改用 ClipboardEvent,HTML 与 Office 表格通过 DOM 解析。
  • 内链转换结合 MetadataCacheFileManager.generateMarkdownLink(),正确处理别名、标题和相对路径。
  • 将智能符号、格式刷、智能粘贴和全文清理拆成独立功能组,并增加命令搜索与逐命令开关。
  • 增加多窗口和弹出窗口支持,重新设计插件设置页面。
  • 移除 27 条 Obsidian 核心已经实现得更完整的重复命令。
  • 新增“一键删除图片链接”,支持 Markdown 图片、Obsidian 图片嵌入、引用式图片和 HTML <img>,不会删除附件文件。
  • 与本机 Obsidian 1.13.4 完成真实运行验证;101 条命令注册成功,57 项测试全部通过。

许可证

项目现统一采用 MIT License。维护者在上游公开的 授权申请 Issue #93 中明确申请以 MIT License 使用、修改、构建、再分发和发布衍生版本,原作者 obsidian-canzi 公开回复“请随意发布”;历史作者及贡献者署名保留在 LICENSENOTICE 中。

安装

下载 quick-editing-1.0.0.zip,解压到仓库的 .obsidian/plugins/quick-editing/ 目录;也可以让 BRAT 读取本仓库的 Release 资产。