Skip to content

Commit

Permalink
0.6.1 Refactor README to clarify the usage of callout sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Sep 11, 2024
1 parent a86f2f9 commit 08f3f6b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tars 是一个 Obsidian 插件,基于标签建议进行文本生成,支持 C
![Conversations syntax](docs/images/zh/语法.png)

- 对话消息将发送到配置的 AI 服务提供商。
- 块引用和 callout 部分将被忽略。你可以利用块引用写注释,而不将其发送到 AI 助手。
- 标注部分 (callout) 将被忽略。你可以在标注里写内容,不将其发送到 AI 助手。callout 不是 markdown 语法,是 obsidian 的扩展语法
- 开始新对话,使用 `新对话标签`

## 建议
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 08f3f6b

Please sign in to comment.