diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-h361q1i/20200924093441-ft2rhps.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-h361q1i/20200924093441-ft2rhps.sy index 61c18bcd4..f8ef88070 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-h361q1i/20200924093441-ft2rhps.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-h361q1i/20200924093441-ft2rhps.sy @@ -8,7 +8,7 @@ "title": "Formatting elements", "title-img": "background-color:#269;background-image: linear-gradient(white 2px, transparent 2px),linear-gradient(90deg, white 2px, transparent 2px),linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;", "type": "doc", - "updated": "20230328091244" + "updated": "20230820185102" }, "Children": [ { @@ -3386,22 +3386,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20211213121948-zo8q9wp", - "updated": "20211213122027" + "updated": "20230820185102" }, "Children": [ { "Type": "NodeText", - "Data": "Please refer to " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/paulrosen/abcjs", - "TextMarkTextContent": "abcjs" - }, - { - "Type": "NodeText", - "Data": " for the syntax." + "Data": "Please refer to abcjs (github repo: paulrosen/abcjs) for the syntax." } ] }, diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-l3qg72k/20220415232231-pqcizol.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-l3qg72k/20220415232231-pqcizol.sy index 06f55ebdb..0ec297b29 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-l3qg72k/20220415232231-pqcizol.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-l3qg72k/20220415232231-pqcizol.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20220415232231-pqcizol", "title": "Query syntax", - "updated": "20230802221616" + "updated": "20230820184820" }, "Children": [ { @@ -622,7 +622,7 @@ "Type": "NodeParagraph", "Properties": { "id": "20220415232239-eewj58z", - "updated": "20220415232750" + "updated": "20230820184820" }, "Children": [ { @@ -636,17 +636,7 @@ }, { "Type": "NodeText", - "Data": ". A phrase is composed of some tokens in order, and these tokens are processed by the user's input text through the tokenizer. The tokenizer used by SiYuan is to make Chinese search easy to use (supports single-word search), so the implementation is based on word segmentation (" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/sqlite-fts5-siyuan-tokenizer", - "TextMarkTextContent": "Tokenizer code" - }, - { - "Type": "NodeText", - "Data": "), which means that each Chinese character or English letter will be split into a token. This has some effect on " + "Data": "​. A phrase is composed of some tokens in order, and these tokens are processed by the user's input text through the tokenizer. The tokenizer used by SiYuan is to make Chinese search easy to use (supports single-word search), so the implementation is based on word segmentation, which means that each Chinese character or English letter will be split into a token. This has some effect on " }, { "Type": "NodeTextMark", @@ -655,7 +645,7 @@ }, { "Type": "NodeText", - "Data": " concatenation, so it is recommended not to use " + "Data": "​ concatenation, so it is recommended not to use " }, { "Type": "NodeTextMark", @@ -664,7 +654,7 @@ }, { "Type": "NodeText", - "Data": " to combine multiple phrases if unsure." + "Data": "​ to combine multiple phrases if unsure." } ] }, diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20221223221636-ms2b4w9.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20221223221636-ms2b4w9.sy index 7b98c0eb7..4f16b5621 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20221223221636-ms2b4w9.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20221223221636-ms2b4w9.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20221223221636-ms2b4w9", "title": "Flashcards", - "updated": "20230328100306" + "updated": "20230820185231" }, "Children": [ { @@ -28,22 +28,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20221223221639-ii0381j", - "updated": "20221223221754" + "updated": "20230820185231" }, "Children": [ { "Type": "NodeText", - "Data": "After setting the content block as a flashcard, it will automatically arrange the review through the spaced repetition algorithm " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler", - "TextMarkTextContent": "FSRS" - }, - { - "Type": "NodeText", - "Data": "." + "Data": "After setting the content block as a flashcard, it will automatically arrange the review through the spaced repetition algorithm FSRS (github repo: open-spaced-repetition/free-spaced-repetition-scheduler)." } ] }, diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-abz7w6k/20200825162036-4dx365o.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-abz7w6k/20200825162036-4dx365o.sy index faf3fefa3..afe68567b 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-abz7w6k/20200825162036-4dx365o.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-abz7w6k/20200825162036-4dx365o.sy @@ -8,7 +8,7 @@ "title": "排版元素", "title-img": "background-color: hsl(2, 57%, 40%);background-image: repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);", "type": "doc", - "updated": "20220908200902" + "updated": "20230820185054" }, "Children": [ { @@ -3385,22 +3385,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20211213122035-83prmz2", - "updated": "20211213122043" + "updated": "20230820185054" }, "Children": [ { "Type": "NodeText", - "Data": "语法请参考 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/paulrosen/abcjs", - "TextMarkTextContent": "abcjs" - }, - { - "Type": "NodeText", - "Data": "。" + "Data": "语法请参考 abcjs (github repo: paulrosen/abcjs)。" } ] }, diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-gyngv2x/20220415190432-r3xqn3r.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-gyngv2x/20220415190432-r3xqn3r.sy index 46f03960b..c7c5436ed 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-gyngv2x/20220415190432-r3xqn3r.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180320-gyngv2x/20220415190432-r3xqn3r.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20220415190432-r3xqn3r", "title": "查询语法", - "updated": "20230802221513" + "updated": "20230820184739" }, "Children": [ { @@ -620,7 +620,7 @@ "Type": "NodeParagraph", "Properties": { "id": "20220415192311-5fv8kjl", - "updated": "20220415205041" + "updated": "20230820184739" }, "Children": [ { @@ -634,17 +634,7 @@ }, { "Type": "NodeText", - "Data": " 进行连接。一个短语是由一些记号(Token)有序构成,这些记号由用户的输入文本通过分词器处理得到。思源使用的分词器为了让中文搜索好用(支持单字搜索),所以实现方式是按照字分词的(" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/sqlite-fts5-siyuan-tokenizer", - "TextMarkTextContent": "分词器代码" - }, - { - "Type": "NodeText", - "Data": "),也就是说每个汉字或者英文字母都会被拆分为一个记号。这对 " + "Data": "​ 进行连接。一个短语是由一些记号(Token)有序构成,这些记号由用户的输入文本通过分词器处理得到。思源使用的分词器为了让中文搜索好用(支持单字搜索),所以实现方式是按照字分词的,也就是说每个汉字或者英文字母都会被拆分为一个记号。这对 " }, { "Type": "NodeTextMark", @@ -653,7 +643,7 @@ }, { "Type": "NodeText", - "Data": " 连接会产生一些影响,所以如果不确定的话,建议不要使用 " + "Data": "​ 连接会产生一些影响,所以如果不确定的话,建议不要使用 " }, { "Type": "NodeTextMark", @@ -662,7 +652,7 @@ }, { "Type": "NodeText", - "Data": " 组合多个短语。" + "Data": "​ 组合多个短语。" } ] }, diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20221223215557-o6gfsoy.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20221223215557-o6gfsoy.sy index ea9b5dca7..7bc23d986 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20221223215557-o6gfsoy.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20221223215557-o6gfsoy.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20221223215557-o6gfsoy", "title": "闪卡", - "updated": "20230328100253" + "updated": "20230820185147" }, "Children": [ { @@ -28,22 +28,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20221223215621-389av1h", - "updated": "20221223221748" + "updated": "20230820185147" }, "Children": [ { "Type": "NodeText", - "Data": "将内容块设置为闪卡后会自动通过间隔重复算法 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler", - "TextMarkTextContent": "FSRS" - }, - { - "Type": "NodeText", - "Data": " 安排复习。" + "Data": "将内容块设置为闪卡后会自动通过间隔重复算法 FSRS (github repo: open-spaced-repetition/free-spaced-repetition-scheduler) 安排复习。" } ] }, diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120854-dr1jfx2/20211226121319-emrk2yy.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120854-dr1jfx2/20211226121319-emrk2yy.sy index f93e5763c..7c598c1e6 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120854-dr1jfx2/20211226121319-emrk2yy.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120854-dr1jfx2/20211226121319-emrk2yy.sy @@ -7,7 +7,7 @@ "id": "20211226121319-emrk2yy", "title": "排版元素", "title-img": "background-color: hsl(2, 57%, 40%);background-image: repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);", - "updated": "20230428155746" + "updated": "20230820185037" }, "Children": [ { @@ -3358,22 +3358,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20211226122008-nkonel6", - "updated": "20211226002152" + "updated": "20230820185037" }, "Children": [ { "Type": "NodeText", - "Data": "語法請參考 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/paulrosen/abcjs", - "TextMarkTextContent": "abcjs" - }, - { - "Type": "NodeText", - "Data": "。" + "Data": "語法請參考 abcjs (github repo: paulrosen/abcjs)。" } ] }, diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120933-vnjgwwh/20220415232129-shpzg6r.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120933-vnjgwwh/20220415232129-shpzg6r.sy index 2b1a25646..bd93c2ef4 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120933-vnjgwwh/20220415232129-shpzg6r.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226120933-vnjgwwh/20220415232129-shpzg6r.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20220415232129-shpzg6r", "title": "查詢語法", - "updated": "20230802221509" + "updated": "20230820184809" }, "Children": [ { @@ -626,7 +626,7 @@ "Type": "NodeParagraph", "Properties": { "id": "20220415232130-go31ixg", - "updated": "20220415232130" + "updated": "20230820184809" }, "Children": [ { @@ -640,17 +640,7 @@ }, { "Type": "NodeText", - "Data": " 進行連接。一個短語是由一些記號(Token)有序構成,這些記號由用戶的輸入文字通過分詞器處理得到。思源使用的分詞器為了讓中文搜索好用(支持單字搜索),所以實現方式是按照字分詞的(" - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/siyuan-note/sqlite-fts5-siyuan-tokenizer", - "TextMarkTextContent": "分詞器代碼" - }, - { - "Type": "NodeText", - "Data": "),也就是說每個漢字或者英文字母都會被拆分為一個記號。這對 " + "Data": "​ 進行連接。一個短語是由一些記號(Token)有序構成,這些記號由用戶的輸入文字通過分詞器處理得到。思源使用的分詞器為了讓中文搜索好用(支持單字搜索),所以實現方式是按照字分詞的,也就是說每個漢字或者英文字母都會被拆分為一個記號。這對 " }, { "Type": "NodeTextMark", @@ -659,7 +649,7 @@ }, { "Type": "NodeText", - "Data": " 連接會產生一些影響,所以如果不確定的話,建議不要使用 " + "Data": "​ 連接會產生一些影響,所以如果不確定的話,建議不要使用 " }, { "Type": "NodeTextMark", @@ -668,7 +658,7 @@ }, { "Type": "NodeText", - "Data": " 組合多個短語。" + "Data": "​ 組合多個短語。" } ] }, diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20221223221501-mops33i.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20221223221501-mops33i.sy index 0c9c74475..b289fb8f5 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20221223221501-mops33i.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20221223221501-mops33i.sy @@ -5,7 +5,7 @@ "Properties": { "id": "20221223221501-mops33i", "title": "閃卡", - "updated": "20230630132735" + "updated": "20230820185212" }, "Children": [ { @@ -28,22 +28,12 @@ "Type": "NodeParagraph", "Properties": { "id": "20221223221502-wolnn20", - "updated": "20221223221743" + "updated": "20230820185212" }, "Children": [ { "Type": "NodeText", - "Data": "將內容塊設置為閃卡後會自動通過間隔重複算法 " - }, - { - "Type": "NodeTextMark", - "TextMarkType": "a", - "TextMarkAHref": "https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler", - "TextMarkTextContent": "FSRS" - }, - { - "Type": "NodeText", - "Data": " 安排複習。" + "Data": "將內容塊設置為閃卡後會自動通過間隔重複算法 FSRS (github repo: open-spaced-repetition/free-spaced-repetition-scheduler) 安排複習。" } ] },