From e322bea2c24eac638898eb8cd24c81a900ad4909 Mon Sep 17 00:00:00 2001 From: huojl Date: Sat, 16 May 2026 12:54:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B31.1.4=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=85=8D=E7=BD=AE=E5=92=8C=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=B1=9E=E6=80=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- release/obsidian-plugin.html | 11 +++- release/sonicnote-sync-v1.1.3.zip | Bin 4970 -> 0 bytes release/sonicnote-sync-v1.1.4.zip | Bin 0 -> 5809 bytes src/formatter.ts | 63 +++++++++++++------- src/settings.ts | 93 +++++++++++++++++++++++++++++- src/sync.ts | 2 +- src/types.ts | 33 +++++++++++ versions.json | 3 +- 10 files changed, 180 insertions(+), 29 deletions(-) delete mode 100644 release/sonicnote-sync-v1.1.3.zip create mode 100644 release/sonicnote-sync-v1.1.4.zip diff --git a/manifest.json b/manifest.json index 69600c9..68a6f63 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sonicnote-sync", "name": "SonicNote Sync", - "version": "1.1.3", + "version": "1.1.4", "minAppVersion": "0.15.0", "description": "Sync recordings from SonicNote to Obsidian as Markdown files", "author": "EasyLinkIn", diff --git a/package.json b/package.json index c1c6f95..49593f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonicnote-sync", - "version": "1.1.3", + "version": "1.1.4", "description": "Sync recordings from SonicNote to Obsidian as Markdown files", "main": "main.js", "scripts": { diff --git a/release/obsidian-plugin.html b/release/obsidian-plugin.html index 030ca03..b49b56f 100644 --- a/release/obsidian-plugin.html +++ b/release/obsidian-plugin.html @@ -133,10 +133,10 @@
-
v1.1.3
+
v1.1.4

SonicNote Sync

将 SonicNote 妙记的录音、转录、总结同步到 Obsidian,以 Markdown 文件管理。

- + 下载插件 @@ -146,6 +146,11 @@

更新记录

+

v1.1.4

+
    +
  • 新增文件属性配置:可按需开关 Frontmatter 中的内置属性字段
  • +
  • 新增自定义属性:支持添加自定义键值对写入所有同步文件
  • +

v1.1.3