From 9062b4a82342a96fc7d0f76272383c004b6d19a3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 9 Jul 2022 13:11:21 +0800 Subject: [PATCH] :art: Update FAQ https://github.com/siyuan-note/siyuan/issues/5372 --- .../20200923234731-h3zkwm2.sy | 81 ++++++++++++++++- .../20200813093015-u6bopdt.sy | 87 ++++++++++++++++++- .../20211226115227-r1rty9v.sy | 87 ++++++++++++++++++- 3 files changed, 250 insertions(+), 5 deletions(-) diff --git a/app/guide/20210808180117-6v0mkxr/20200923234731-h3zkwm2.sy b/app/guide/20210808180117-6v0mkxr/20200923234731-h3zkwm2.sy index dcf15bdad..2922bf414 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234731-h3zkwm2.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234731-h3zkwm2.sy @@ -6,7 +6,7 @@ "id": "20200923234731-h3zkwm2", "title": "FAQ", "type": "doc", - "updated": "20220708111614" + "updated": "20220709130711" }, "Children": [ { @@ -1434,6 +1434,85 @@ } ] }, + { + "ID": "20220709125521-z3airid", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20220709125521-z3airid", + "updated": "20220709130711" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "How to insert the same inline element to the left of an existing inline element?" + } + ] + }, + { + "ID": "20220709125521-toztfnl", + "Type": "NodeParagraph", + "Properties": { + "id": "20220709125521-toztfnl", + "updated": "20220709130704" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Ambiguity may occur when using Markdown markers to insert, please refer to " + }, + { + "Type": "NodeLink", + "Data": "span", + "Children": [ + { + "Type": "NodeOpenBracket" + }, + { + "Type": "NodeLinkText", + "Data": "here" + }, + { + "Type": "NodeCloseBracket" + }, + { + "Type": "NodeOpenParen" + }, + { + "Type": "NodeLinkDest", + "Data": "https://github.com/siyuan-note/siyuan/issues/5372" + }, + { + "Type": "NodeCloseParen" + } + ] + }, + { + "Type": "NodeText", + "Data": " for details. Please use " + }, + { + "Type": "NodeCodeSpan", + "Data": "code", + "Children": [ + { + "Type": "NodeCodeSpanOpenMarker" + }, + { + "Type": "NodeCodeSpanContent", + "Data": "/" + }, + { + "Type": "NodeCodeSpanCloseMarker" + } + ] + }, + { + "Type": "NodeText", + "Data": " or the corresponding shortcut key for inline elements to insert." + } + ] + }, { "ID": "20220501231348-sx3l5qp", "Type": "NodeHeading", diff --git a/app/guide/20210808180117-czj9bvb/20200813093015-u6bopdt.sy b/app/guide/20210808180117-czj9bvb/20200813093015-u6bopdt.sy index 2a24ed28b..67442d656 100644 --- a/app/guide/20210808180117-czj9bvb/20200813093015-u6bopdt.sy +++ b/app/guide/20210808180117-czj9bvb/20200813093015-u6bopdt.sy @@ -6,7 +6,7 @@ "id": "20200813093015-u6bopdt", "title": "常见问题", "type": "doc", - "updated": "20220708111119" + "updated": "20220709130624" }, "Children": [ { @@ -1508,7 +1508,11 @@ "Children": [ { "Type": "NodeText", - "Data": "编辑器中选择关键字后按下 " + "Data": "编辑器" + }, + { + "Type": "NodeText", + "Data": "中选择关键字后按下 " }, { "Type": "NodeKbd", @@ -1532,6 +1536,85 @@ } ] }, + { + "ID": "20220709125134-u32yjjv", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20220709125134-u32yjjv", + "updated": "20220709125156" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "如何在已有的行级元素左侧插入相同的行级元素?" + } + ] + }, + { + "ID": "20220709125157-h0trtiq", + "Type": "NodeParagraph", + "Properties": { + "id": "20220709125157-h0trtiq", + "updated": "20220709130624" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "使用 Markdown 标记符插入的话可能会出现二义性问题,具体讨论细节请参考" + }, + { + "Type": "NodeLink", + "Data": "span", + "Children": [ + { + "Type": "NodeOpenBracket" + }, + { + "Type": "NodeLinkText", + "Data": "这里" + }, + { + "Type": "NodeCloseBracket" + }, + { + "Type": "NodeOpenParen" + }, + { + "Type": "NodeLinkDest", + "Data": "https://github.com/siyuan-note/siyuan/issues/5372" + }, + { + "Type": "NodeCloseParen" + } + ] + }, + { + "Type": "NodeText", + "Data": "。请使用 " + }, + { + "Type": "NodeCodeSpan", + "Data": "code", + "Children": [ + { + "Type": "NodeCodeSpanOpenMarker" + }, + { + "Type": "NodeCodeSpanContent", + "Data": "/" + }, + { + "Type": "NodeCodeSpanCloseMarker" + } + ] + }, + { + "Type": "NodeText", + "Data": " 或者行级元素对应快捷键插入。" + } + ] + }, { "ID": "20220501230739-whydmx1", "Type": "NodeHeading", diff --git a/app/guide/20211226090932-5lcq56f/20211226115227-r1rty9v.sy b/app/guide/20211226090932-5lcq56f/20211226115227-r1rty9v.sy index a1062221d..8b82f9d53 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115227-r1rty9v.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115227-r1rty9v.sy @@ -5,7 +5,7 @@ "icon": "2753", "id": "20211226115227-r1rty9v", "title": "常見問題", - "updated": "20220708111330" + "updated": "20220709130743" }, "Children": [ { @@ -1403,7 +1403,11 @@ "Children": [ { "Type": "NodeText", - "Data": "編輯器中選擇關鍵字後按下 " + "Data": "編輯器" + }, + { + "Type": "NodeText", + "Data": "中選擇關鍵字後按下 " }, { "Type": "NodeKbd", @@ -1427,6 +1431,85 @@ } ] }, + { + "ID": "20220709125506-pwlzx11", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20220709125506-pwlzx11", + "updated": "20220709125506" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "如何在已有的行級元素左側插入相同的行級元素?" + } + ] + }, + { + "ID": "20220709125506-e8zwp9c", + "Type": "NodeParagraph", + "Properties": { + "id": "20220709125506-e8zwp9c", + "updated": "20220709130743" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "使用 Markdown 標記符插入的話可能會出現二義性問題,具體討論細節請參考" + }, + { + "Type": "NodeLink", + "Data": "span", + "Children": [ + { + "Type": "NodeOpenBracket" + }, + { + "Type": "NodeLinkText", + "Data": "這裡" + }, + { + "Type": "NodeCloseBracket" + }, + { + "Type": "NodeOpenParen" + }, + { + "Type": "NodeLinkDest", + "Data": "https://github.com/siyuan-note/siyuan/issues/5372" + }, + { + "Type": "NodeCloseParen" + } + ] + }, + { + "Type": "NodeText", + "Data": "。請使用 " + }, + { + "Type": "NodeCodeSpan", + "Data": "code", + "Children": [ + { + "Type": "NodeCodeSpanOpenMarker" + }, + { + "Type": "NodeCodeSpanContent", + "Data": "/" + }, + { + "Type": "NodeCodeSpanCloseMarker" + } + ] + }, + { + "Type": "NodeText", + "Data": " 或者行級元素對應快捷鍵插入。" + } + ] + }, { "ID": "20220501231338-vlg2lgm", "Type": "NodeHeading",