generated from Zuoqiu-Yingyi/siyuan-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Zuoqiu-Yingyi/dev
chore: release v0.2.0
- Loading branch information
Showing
16 changed files
with
331 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "1.18.7", | ||
"date": "2023-10-21" | ||
"date": "2023-10-22" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"siyuan": "SiYuan", | ||
"siyuanBaseURL": "SiYuan service base URL", | ||
"siyuan": "SiYuan Note", | ||
"siyuanBaseURL": "SiYuan Note service base URL", | ||
"siyuanFileOpenDefaultPath": "Default file open directory", | ||
"siyuanPath": "Default *.kdbx file storage directory", | ||
"siyuanToken": "SiYuan service token", | ||
"siyuanTokenPlaceholder": "This field needs to be configured only when you are not logged in SiYuan service", | ||
"siyuanWorkspaceRootDirectory": "Root directory of SiYuan workspace" | ||
"siyuanStorageDesc": "SiYuan Note storage settings", | ||
"siyuanStorageDescAuthorize": "Access authorization to SiYuan Note service is not obtained. Please correctly set the token of the SiYuan Note service.", | ||
"siyuanStorageDescConnect": "Unable to access the SiYuan Note service. Please correctly set the base URL of the SiYuan Note service.", | ||
"siyuanToken": "SiYuan Note service token", | ||
"siyuanTokenPlaceholder": "This field needs to be configured only when you are not logged in SiYuan Note service", | ||
"siyuanWorkspaceRootDirectory": "Root directory of SiYuan Note workspace" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"siyuan": "思源笔记", | ||
"siyuanBaseURL": "思源服务 URL 地址", | ||
"siyuanBaseURL": "思源笔记服务地址 (base URL)", | ||
"siyuanFileOpenDefaultPath": "默认的文件打开目录", | ||
"siyuanPath": "默认 *.kdbx 文件存放目录", | ||
"siyuanToken": "思源服务 Token", | ||
"siyuanTokenPlaceholder": "仅在未登录思源服务状态下配置该字段", | ||
"siyuanWorkspaceRootDirectory": "思源工作空间的根目录" | ||
"siyuanStorageDesc": "思源笔记存储设置", | ||
"siyuanStorageDescAuthorize": "未获得思源笔记服务的访问授权,请正确设置思源笔记服务的令牌 (Token)", | ||
"siyuanStorageDescConnect": "无法访问思源笔记服务,请正确设置思源笔记服务的地址 (base URL)", | ||
"siyuanToken": "思源笔记服务令牌 (Token)", | ||
"siyuanTokenPlaceholder": "仅在未登录思源笔记服务状态下配置该字段", | ||
"siyuanWorkspaceRootDirectory": "思源笔记工作空间的根目录" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"siyuan": "思源筆記", | ||
"siyuanBaseURL": "思源服務 URL 地址", | ||
"siyuanBaseURL": "思源筆記服務 URL 地址 (base URL)", | ||
"siyuanFileOpenDefaultPath": "默認的文件打開目錄", | ||
"siyuanPath": "默認 *.kdbx 文件存放目錄", | ||
"siyuanToken": "思源服務 Token", | ||
"siyuanTokenPlaceholder": "僅在未登錄思源服務狀態下配置該字段", | ||
"siyuanWorkspaceRootDirectory": "思源工作空間的根目錄" | ||
"siyuanStorageDesc": "思源筆記存儲設置", | ||
"siyuanStorageDescAuthorize": "未獲得思源筆記服務的訪問授權,請正確設置思源筆記服務的令牌 (Token)", | ||
"siyuanStorageDescConnect": "無法訪問思源筆記服務,請正確設置思源筆記服務的地址 (base URL)", | ||
"siyuanToken": "思源筆記服務 Token", | ||
"siyuanTokenPlaceholder": "僅在未登錄思源筆記服務狀態下配置該字段", | ||
"siyuanWorkspaceRootDirectory": "思源筆記工作空間的根目錄" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.