Skip to content

Releases: idoncar2/chinese-writing-layout

1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:11

Full Changelog: 1.0.5...1.1.0

1.0.5

Choose a tag to compare

@github-actions github-actions released this 08 Sep 16:59

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Sep 10:45

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:05

Full Changelog: 1.0.2...1.0.3

1.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 04:22

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:39

Chinese Writing Layout 1.0.1

修复 Obsidian Community Directory 自动审核发现的 3 个问题。

本次修复

  • 卸载时不再强制关闭写作工坊面板:插件卸载不再主动 detach 写作工坊 leaf;开启 / 关闭“简单界面模式”的原有逻辑不受影响。
  • 设置页标题改用 Obsidian 规范 API:设置页的页头、分区标题、分组标题改用 Setting.setHeading(),视觉层级与样式保持不变。
  • 兼容 iOS 16.4 之前的旧系统:正文可见文本提取不再使用 lookbehind 正则;_text_*text*a_b 以及中文正文中的 Markdown 标记处理结果与之前完全一致。

安装

  1. 下载 chinese-writing-layout-1.0.1.zip不要下载 GitHub 自动生成的 Source code 压缩包)。
  2. 解压后确认 chinese-writing-layout/ 内直接包含 main.jsmanifest.jsonstyles.css
  3. 将整个文件夹放入 <你的 Obsidian 仓库>/.obsidian/plugins/chinese-writing-layout/
  4. 重启 Obsidian,在“设置 → 第三方插件”中启用。

更详细的说明见附件 INSTALL.txt

1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:35

Chinese Writing Layout 1.0.0

中文写作排版 Obsidian 插件的 1.0.0 正式版。

主要能力

  • 写作模式:只改显示、不改正文,编辑 / 实时预览 / 阅读视图判定一致;支持自动规则(文件夹、Tag、文件名、CSS Class)、全局默认与单篇状态。
  • 版式与字体:正文 / 标题 / 引用 / 粗体 / 斜体字体、字号、字距、行距、段距、首行缩进、正文宽度、左右留白、两端对齐、标题居中与纸张背景;可跟随 Obsidian 或使用推荐写作版式,微调支持撤回与历史。
  • 一键排版:整理复制进来的文字,覆盖空白、空行、段首、标点、引号与 Markdown 标记;内置方案、自定义方案、规则排序与批量处理,YAML/frontmatter 和围栏代码块受保护。
  • 写作辅助:打字机模式、高亮当前行、专注模式、中文写作提示、字符统计。
  • 内容预览、复制与导出:TXT / Markdown / DOCX / 长图 PNG;桌面端用本地保存对话框,移动端导出到 写作导出/,两端都不修改原笔记。
  • 字体导入:支持 .ttf / .otf / .woff / .woff2,导入后立即应用并跟随版式。
  • 数据与正文全部保存在本地,不上传、无遥测。

安装

  1. 下载 chinese-writing-layout-1.0.0.zip不要下载 GitHub 自动生成的 Source code 压缩包)。
  2. 解压后确认 chinese-writing-layout/ 内直接包含 main.jsmanifest.jsonstyles.css
  3. 将整个文件夹放入 <你的 Obsidian 仓库>/.obsidian/plugins/chinese-writing-layout/
  4. 重启 Obsidian,在“设置 → 第三方插件”中启用。

更详细的说明见附件 INSTALL.txt

0.14.3

Choose a tag to compare

@idoncar2 idoncar2 released this 24 Aug 05:18

中文写作排版 0.14.3

  • 重做“跟随 Obsidian”的原生继承方式,只输出用户明确调整的版式字段。
  • 保持一键排版后的编辑位置,避免整篇整理后跳回文首。
  • 生产构建与 39 项自动化测试通过。

安装

下载 chinese-writing-layout-0.14.3.zip,解压后将 chinese-writing-layout 文件夹放入 Vault 的 .obsidian/plugins/ 目录。