Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 10 May 23:36

zh-CN

✨ 新增功能

  • 粘贴为 MarkdownCtrl+Shift+V):将网页 / Notion / 微信公众号等富文本一键转 Markdown,识别 10+ 常见来源站点;剪贴板已是 Markdown 时按原样粘贴,避免二次转义。默认 Ctrl+V 流程不变。
  • 文档模板系统:6 个内置模板(空白 / 日记 / 会议 / 读书 / 技术文档 / 周报),支持 {{date}} / {{cursor}} 等变量与日期格式化;.marking/templates/ 目录可放自定义模板。
  • 字体字号设置:「外观 → Typography」新增分页,编辑器与预览可独立调整字号(5 档)与字体;20+ 条字体列表(含霞鹜文楷 LXGW WenKai,使用操作系统字体,需系统支持)。导出走独立配置不受影响。
  • 三档界面密度:「外观 → 界面密度」紧凑 / 标准 / 舒适,统一调整标题栏、状态栏、侧边栏高度;默认与 v1.4.0 视觉一致。
  • 隐藏 . 开头文件夹:默认开启,打开 Obsidian / Logseq / Git 仓库时自动隐藏 .obsidian/ / .git/ / .vscode/ 等元数据目录;MarKing 内部目录始终隐藏。

🔧 体验优化

  • 知识库概览「最近编辑」每行显示真实色标签 + 「+N」溢出徽章,hover 查看完整列表。
  • 模板预览「最终效果」改为真 markdown 渲染 + frontmatter 可视化。

🐛 修复

  • 修复新建文档首次保存后「本周字数变化」不增长。
  • 修复删除文档后统计未更新、数据完整性中心误报缺失文件。
  • 修复 YAML frontmatter 中 null / boolean / number 字段经存盘读盘后被错误转为字符串,恢复与 Obsidian Dataview、Notion API 等工具的类型兼容性。

en-US

✨ Features

  • Paste as Markdown (Ctrl+Shift+V): turn rich text from web pages, Notion or WeChat MP into clean Markdown. Recognizes 10+ common sources; if the clipboard is already Markdown, content is pasted verbatim with no double-escaping. The default Ctrl+V flow is untouched.
  • Document Templates: 6 built-in templates (Blank / Diary / Meeting / Reading / Tech Doc / Weekly Report) with {{date}} / {{cursor}} and other variables; drop your own under .marking/templates/.
  • Typography: new "Appearance → Typography" pane — independent font size (5 levels) and font family for editor and preview; 20+ fonts list including LXGW WenKai, need system support. Exports use their own font configuration.
  • Interface Density: "Appearance → Interface Density" — compact / standard / comfortable; the default ("standard") matches v1.4.0 visually.
  • Hide Dotfile Folders: on by default — .obsidian/ / .git/ / .vscode/ and other metadata directories are hidden when opening third-party note vaults; MarKing's internal directories stay hidden either way.

🔧 Polish

  • Recent Edits on Vault Overview: up to 2 real-color tag chips + "+N" overflow badge per row, hover for the full list.
  • Template preview "Final Output" now performs real markdown rendering plus a frontmatter chip group.

🐛 Bug Fixes

  • Fixed "Words this week" staying at zero on first save of a newly created document.
  • Fixed stats not updating and the Data Integrity Center misreporting "missing" after deleting documents.
  • Fixed YAML frontmatter null / boolean / number fields being coerced to strings on save/read round-trip — types are now preserved end-to-end, restoring compatibility with tools like Obsidian Dataview and Notion API.