From 08f3f6b9cdc94d31640084725259273a7af259ab Mon Sep 17 00:00:00 2001 From: C Jack Date: Wed, 11 Sep 2024 14:04:39 +0800 Subject: [PATCH] 0.6.1 Refactor README to clarify the usage of callout sections --- README.md | 2 +- README_en.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a08c4b5..2bc746f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Tars 是一个 Obsidian 插件,基于标签建议进行文本生成,支持 C ![Conversations syntax](docs/images/zh/语法.png) - 对话消息将发送到配置的 AI 服务提供商。 -- 块引用和 callout 部分将被忽略。你可以利用块引用写注释,而不将其发送到 AI 助手。 +- 标注部分 (callout) 将被忽略。你可以在标注里写内容,不将其发送到 AI 助手。callout 不是 markdown 语法,是 obsidian 的扩展语法。 - 开始新对话,使用 `新对话标签`。 ## 建议 diff --git a/README_en.md b/README_en.md index a2c4b66..7825f1f 100644 --- a/README_en.md +++ b/README_en.md @@ -57,7 +57,7 @@ A paragraph cannot contain multiple messages. Messages should be separated by bl ![Conversations syntax](docs/images/syntax.png) - The conversation messages will send to the configured AI assistant. -- Blockquote and callout sections are ignored. You can make annotations without sending them to the AI assistant. +- Callout sections will be ignored. You can write content in the callout without sending it to the AI assistant. Callout is not markdown syntax, it is an obsidian extension syntax. - Start a new conversation with `new conversation tag`. ## Recommended diff --git a/manifest.json b/manifest.json index 5172589..a35c338 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tars", "name": "Tars", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "1.5.8", "description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.", "author": "Tarslab", diff --git a/package.json b/package.json index d83451e..0893121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tars", - "version": "0.6.0", + "version": "0.6.1", "description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5a24fdd..f0cc2b6 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.4.0": "1.5.8", "0.4.1": "1.5.8", "0.5.0": "1.5.8", - "0.6.0": "1.5.8" + "0.6.0": "1.5.8", + "0.6.1": "1.5.8" } \ No newline at end of file