Add support for notion link display in the front matter.

This commit is contained in:
Jiaxin Peng
2024-07-03 22:35:47 +01:00
parent 24ebb0bf8a
commit 70f30f0713
4 changed files with 13 additions and 33 deletions

View File

@@ -31,6 +31,8 @@ export const ja = {
NotionUser: "Notion IDユーザー名、任意",
NotionUserDesc: "共有リンクから取得https://username.notion.site。Notion IDは[username]です",
NotionUserText: "Notion IDを入力",
NotionLinkDisplay: "Notionリンク表示",
NotionLinkDisplayDesc: "デフォルトはONです。front matterにリンクを非表示にしたい場合は、オフにしてください",
NotionGeneralSettingHeader: "一般的なNotionデータベース設定",
NotionGeneralButton: "一般的なNotion同期",
NotionGeneralButtonDesc: "このオプションを開くと、一般的なNotionデータベース同期コマンドがコマンドパレットに表示されますデフォルトON",