From edc7f77a0d06d21ea4cb150adf4f767165ed39fc Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 20 Aug 2023 19:00:30 +0800 Subject: [PATCH] :memo: Remove links to github.com from the user guide https://github.com/siyuan-note/siyuan/issues/9011 --- .../20200924095938-a9p5450.sy | 34 ---------------- .../20201227201751-gv0fpx2.sy | 16 ++------ .../20200922102318-oz84yu3.sy | 40 ++----------------- .../20201227194925-7ipoiv6.sy | 16 ++------ .../20211226121326-v5kpxfp.sy | 34 ---------------- .../20211226121329-c5v3dto.sy | 16 ++------ 6 files changed, 12 insertions(+), 144 deletions(-) diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-axh6q1d/20200924095938-a9p5450.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-axh6q1d/20200924095938-a9p5450.sy index c43a0909f..d8cec57b0 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-axh6q1d/20200924095938-a9p5450.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-axh6q1d/20200924095938-a9p5450.sy @@ -1383,40 +1383,6 @@ } ] }, - { - "ID": "20220125164049-swihkvs", - "Type": "NodeParagraph", - "Properties": { - "id": "20220125164049-swihkvs", - "style": "color: var(--b3-card-info-color); background-color: var(--b3-card-info-background);", - "updated": "20220224233837" - }, - "Children": [ - { - "Type": "NodeText", - "Data": "In addition to modifying the style through theme.css, if theme.js exists in the theme folder, it will be automatically loaded when rendering the interface, so that some function-related customizations can be achieved through JavaScript code. " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "tag", - "TextMarkTextContent": "Note" - }, - { - "Type": "NodeText", - "Data": ": Do not modify the editor DOM, the blocks in the editor should pass the " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API.md#Blocks", - "TextMarkTextContent": "Block API" - }, - { - "Type": "NodeText", - "Data": " to operate." - } - ] - }, { "ID": "20201225222754-u4sica8", "Type": "NodeHeading", diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20201227201751-gv0fpx2.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20201227201751-gv0fpx2.sy index b6662572d..9eca64347 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20201227201751-gv0fpx2.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20201227201751-gv0fpx2.sy @@ -6,7 +6,7 @@ "id": "20201227201751-gv0fpx2", "title": "Kernel API", "type": "doc", - "updated": "20210918114757" + "updated": "20230820185847" }, "Children": [ { @@ -14,22 +14,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20210822164043-6gvv84p", - "updated": "20210918114757" + "updated": "20230820185847" }, "Children": [ { "Type": "NodeText", - "Data": "Please refer to " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API.md", - "TextMarkTextContent": "API Doc" - }, - { - "Type": "NodeText", - "Data": "." + "Data": "Please refer to API Doc (github repo: siyuan-note/siyuan)." } ] } diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-qgr0b3q/20200922102318-oz84yu3.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-qgr0b3q/20200922102318-oz84yu3.sy index c23a71c8f..c17792926 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-qgr0b3q/20200922102318-oz84yu3.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-qgr0b3q/20200922102318-oz84yu3.sy @@ -6,7 +6,7 @@ "id": "20200922102318-oz84yu3", "title": "主题", "type": "doc", - "updated": "20230820183933" + "updated": "20230820185914" }, "Children": [ { @@ -1430,40 +1430,6 @@ } ] }, - { - "ID": "20220125162841-7fpgtq7", - "Type": "NodeParagraph", - "Properties": { - "id": "20220125162841-7fpgtq7", - "style": "color: var(--b3-card-info-color); background-color: var(--b3-card-info-background);", - "updated": "20220224233943" - }, - "Children": [ - { - "Type": "NodeText", - "Data": "除了可以通过 theme.css 修改样式以外,如果主题文件夹下存在 theme.js,则渲染界面时会自动加载它,这样就能够通过 JavaScript 代码来实现一些功能相关定制。" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "tag", - "TextMarkTextContent": "注意" - }, - { - "Type": "NodeText", - "Data": ":请勿修改编辑器 DOM,编辑器里的块应该通过" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API_zh_CN.md#%E5%9D%97", - "TextMarkTextContent": "块 API" - }, - { - "Type": "NodeText", - "Data": " 进行操作。" - } - ] - }, { "ID": "20201225212401-ru1scjs", "Type": "NodeHeading", @@ -1484,7 +1450,7 @@ "Type": "NodeParagraph", "Properties": { "id": "20221114172704-ke0r60p", - "updated": "20230820183933" + "updated": "20230820185914" }, "Children": [ { @@ -1495,7 +1461,7 @@ "Type": "NodeTextMark", "TextMarkType": "a", "TextMarkAHref": "https://b3log.org/siyuan/community.html", - "TextMarkTextContent": "社区集市仓库。" + "TextMarkTextContent": "社区集市仓库" }, { "Type": "NodeText", diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20201227194925-7ipoiv6.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20201227194925-7ipoiv6.sy index c63118257..6a36bc17d 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20201227194925-7ipoiv6.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20201227194925-7ipoiv6.sy @@ -6,7 +6,7 @@ "id": "20201227194925-7ipoiv6", "title": "内核 API", "type": "doc", - "updated": "20220224233723" + "updated": "20230820185829" }, "Children": [ { @@ -14,22 +14,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20210822163618-m0zvvbe", - "updated": "20220224233723" + "updated": "20230820185829" }, "Children": [ { "Type": "NodeText", - "Data": "请浏览 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API_zh_CN.md", - "TextMarkTextContent": "API 文档" - }, - { - "Type": "NodeText", - "Data": "。" + "Data": "请浏览 API 文档 (github repo: siyuan-note/siyuan)。" } ] } diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121109-f060fkg/20211226121326-v5kpxfp.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121109-f060fkg/20211226121326-v5kpxfp.sy index 3b8465598..9f1a40740 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121109-f060fkg/20211226121326-v5kpxfp.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121109-f060fkg/20211226121326-v5kpxfp.sy @@ -1316,40 +1316,6 @@ } ] }, - { - "ID": "20211226121625-vxrsxjp", - "Type": "NodeParagraph", - "Properties": { - "id": "20211226121625-vxrsxjp", - "style": "color: var(--b3-card-info-color); background-color: var(--b3-card-info-background);", - "updated": "20220224233905" - }, - "Children": [ - { - "Type": "NodeText", - "Data": "除了可以通過 theme.css 修改樣式以外,如果主題文件夾下存在 theme.js,則渲染界面時會自動加載它,這樣就能夠通過 JavaScript 代碼來實現一些功能相關定制。 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "tag", - "TextMarkTextContent": "注意" - }, - { - "Type": "NodeText", - "Data": ":請勿修改編輯器 DOM,編輯器裡的塊應該通過" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API.md#Blocks", - "TextMarkTextContent": "塊 API" - }, - { - "Type": "NodeText", - "Data": " 進行操作。" - } - ] - }, { "ID": "20211226121625-3wjcf6l", "Type": "NodeHeading", diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226121329-c5v3dto.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226121329-c5v3dto.sy index 5b995257f..6df2a576a 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226121329-c5v3dto.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226121329-c5v3dto.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20211226121329-c5v3dto", "title": "Kernel API", - "updated": "20211226122348" + "updated": "20230820185840" }, "Children": [ { @@ -13,22 +13,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20211226121329-6wf1aig", - "updated": "20211226122348" + "updated": "20230820185840" }, "Children": [ { "Type": "NodeText", - "Data": "請瀏覽 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/siyuan/blob/master/API.md", - "TextMarkTextContent": "API 文檔" - }, - { - "Type": "NodeText", - "Data": "。" + "Data": "請瀏覽 API 文檔 (github repo: siyuan-note/siyuan)。" } ] },