From 50433a0fbf423e26372b619844ab111f96c5e784 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 29 Apr 2023 12:08:11 +0800 Subject: [PATCH] :art: Add "Glossary" chapter to user guide https://github.com/siyuan-note/siyuan/issues/8137 --- .../20210808180117-6v0mkxr/.siyuan/sort.json | 7 +- .../20230429115711-ejbts4s.sy | 945 ++++++++++++++++ .../20210808180117-czj9bvb/.siyuan/sort.json | 9 +- .../20230429114837-70asb4j.sy | 1005 +++++++++++++++++ .../20211226090932-5lcq56f/.siyuan/sort.json | 7 +- .../20230429115206-ob8nl8t.sy | 945 ++++++++++++++++ 6 files changed, 2908 insertions(+), 10 deletions(-) create mode 100644 app/guide/20210808180117-6v0mkxr/20230429115711-ejbts4s.sy create mode 100644 app/guide/20210808180117-czj9bvb/20230429114837-70asb4j.sy create mode 100644 app/guide/20211226090932-5lcq56f/20230429115206-ob8nl8t.sy diff --git a/app/guide/20210808180117-6v0mkxr/.siyuan/sort.json b/app/guide/20210808180117-6v0mkxr/.siyuan/sort.json index 58f2d2a57..3f511a32b 100644 --- a/app/guide/20210808180117-6v0mkxr/.siyuan/sort.json +++ b/app/guide/20210808180117-6v0mkxr/.siyuan/sort.json @@ -1,6 +1,6 @@ { "20200923234011-ieuun1p": 1, - "20200923234602-gy54e67": 5, + "20200923234602-gy54e67": 6, "20200923234731-h3zkwm2": 2, "20200924093441-ft2rhps": 1, "20200924095938-a9p5450": 2, @@ -17,7 +17,7 @@ "20200924101256-f8b1sbi": 3, "20201004194026-s8h2cog": 17, "20201117112518-dott91x": 6, - "20201121224345-rc27qvo": 6, + "20201121224345-rc27qvo": 7, "20201204184532-3qm9l8n": 9, "20201210233038-3xr19g5": 5, "20201222100222-q47d64s": 2, @@ -50,5 +50,6 @@ "20230104152135-1iei0xa": 21, "20230106104821-9nfphwm": 1, "20230304000547-ibldj1z": 15, - "20230405172236-pg3l9eu": 4 + "20230405172236-pg3l9eu": 5, + "20230429115711-ejbts4s": 4 } \ No newline at end of file diff --git a/app/guide/20210808180117-6v0mkxr/20230429115711-ejbts4s.sy b/app/guide/20210808180117-6v0mkxr/20230429115711-ejbts4s.sy new file mode 100644 index 000000000..f82a3bbe4 --- /dev/null +++ b/app/guide/20210808180117-6v0mkxr/20230429115711-ejbts4s.sy @@ -0,0 +1,945 @@ +{ + "ID": "20230429115711-ejbts4s", + "Spec": "1", + "Type": "NodeDocument", + "Properties": { + "icon": "1f5c2", + "id": "20230429115711-ejbts4s", + "title": "Glossary", + "updated": "20230429120517" + }, + "Children": [ + { + "ID": "20230429115740-9l80any", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115740-9l80any", + "updated": "20230429115740" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Overview" + } + ] + }, + { + "ID": "20230429115740-yhr68al", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-yhr68al", + "updated": "20230429120220" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "In SiYuan, some relatively complicated terminology is involved, which can be confusing. In this chapter, we will explain these terms one by one, hoping to help you better understand and use SiYuan." + } + ] + }, + { + "ID": "20230429115740-1d51yn2", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-1d51yn2", + "updated": "20230429120317" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Please " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "tag", + "TextMarkTextContent": "Note" + }, + { + "Type": "NodeText", + "Data": "​, when it comes to specific functions, the following content is mainly introduced on the desktop." + } + ] + }, + { + "ID": "20230429115740-s72e6yy", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115740-s72e6yy", + "updated": "20230429115745" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Editor" + } + ] + }, + { + "ID": "20230429115740-jegf4ou", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115740-jegf4ou", + "updated": "20230429115801" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Breadcrumb" + } + ] + }, + { + "ID": "20230429115740-fnmy34z", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429115740-fnmy34z", + "updated": "20230429115740" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429115740-21j01p3", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-21j01p3", + "updated": "20230429115740" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Typically, a breadcrumb is an auxiliary element in application navigation, usually in a horizontal sequence at the top or below the top of the page. It shows the path of the user's current location, providing a convenient memory and sense of direction during the user's navigation. Breadcrumbs make it easier for users to navigate the site structure, quickly return to a previous page or a higher-level page, and reduce the chance of invalid clicks and getting lost. It can be used as part of user experience design to improve the usability and ease of use of the application." + } + ] + } + ] + }, + { + "ID": "20230429115740-u7ka7oi", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-u7ka7oi", + "updated": "20230429120405" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "In SiYuan, breadcrumbs refer to the block paths connected by right arrows at the top of the editor, which are used to navigate in the block structure. Each layer starts with a block icon, and the preview floating window can be opened by hovering the mouse." + } + ] + }, + { + "ID": "20230429115740-nprcl4k", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115740-nprcl4k", + "updated": "20230429115757" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Anchor text" + } + ] + }, + { + "ID": "20230429115740-ewj59ik", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429115740-ewj59ik", + "updated": "20230429115740" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429115740-id1s5ff", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-id1s5ff", + "updated": "20230429115740" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Typically, anchor text refers to the portion of text that is clicked on within a hyperlink, and it is usually blue. The anchor text can be connected with the URL address of the hyperlink. When the user clicks the anchor text, it will automatically jump to the corresponding webpage or file. Anchor text can be any word or phrase, but it should usually be associated with the content being linked, usually the title of the target jump content." + } + ] + } + ] + }, + { + "ID": "20230429115740-5mp1ell", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115740-5mp1ell", + "updated": "20230429120228" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "In SiYuan, we have extended anchor text in the usual sense from hyperlink elements to block quotes and PDF annotation reference elements. In particular, the anchor text of the block quote element is divided into static anchor text and dynamic anchor text. For details, please refer to the " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220623201008-is3nn7u", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "Reference Content Block Anchor Text" + }, + { + "Type": "NodeText", + "Data": " section." + } + ] + }, + { + "ID": "20230429115912-b97gvan", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115912-b97gvan", + "updated": "20230429115912" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Editor Mode" + } + ] + }, + { + "ID": "20230429115912-x1a373p", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429115912-x1a373p", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-8o8vxx5", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115912-8o8vxx5", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-91dt06z", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115912-91dt06z", + "updated": "20230429115912" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "What you see is what you get: the editor interface under normal circumstances" + } + ] + }, + { + "ID": "20230429115912-qa1d2gj", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429115912-qa1d2gj", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-wls4t5m", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115912-wls4t5m", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-wsv8fch", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115912-wsv8fch", + "updated": "20230429115912" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Editable: support modifying content" + } + ] + } + ] + }, + { + "ID": "20230429115912-3ge90ax", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115912-3ge90ax", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-ilnm57r", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115912-ilnm57r", + "updated": "20230429115912" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Only read-only: only supports viewing content, does not support modification" + } + ] + } + ] + } + ] + } + ] + }, + { + "ID": "20230429115912-evfoi3b", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115912-evfoi3b", + "updated": "20230429115912" + }, + "Children": [ + { + "ID": "20230429115912-rr9nv27", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115912-rr9nv27", + "updated": "20230429115912" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Export preview: preview after conversion to standard Markdown" + } + ] + } + ] + } + ] + }, + { + "ID": "20230429115912-zd5p7jl", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115912-zd5p7jl", + "updated": "20230429120505" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "WYSIWYG and export preview mode switches are located in the " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "⋮" + }, + { + "Type": "NodeText", + "Data": "​ menu in the upper right corner of the editor; WYSIWYG editing and read-only mode switches are located in the upper right corner of the top bar." + } + ] + }, + { + "ID": "20230429115927-coz742f", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115927-coz742f", + "updated": "20230429115933" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Data repository" + } + ] + }, + { + "ID": "20230429115927-bjmnazr", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115927-bjmnazr", + "updated": "20230429115945" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Key" + } + ] + }, + { + "ID": "20230429115927-qaqpi8z", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115927-qaqpi8z", + "updated": "20230429120019" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "The key is used to encrypt data snapshots, " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220722002536-oh6do47", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "there are three ways to generate" + }, + { + "Type": "NodeText", + "Data": ". It is recommended that ordinary users use passphrase generation. The same passphrase can generate the same key on other devices to facilitate initial data synchronization." + } + ] + }, + { + "ID": "20230429115927-rkshv1l", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115927-rkshv1l", + "updated": "20230429120027" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Local snapshot" + } + ] + }, + { + "ID": "20230429115927-s5dasq2", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115927-s5dasq2", + "updated": "20230429115927" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Data snapshots saved locally on the device." + } + ] + }, + { + "ID": "20230429115927-vgz5oj0", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115927-vgz5oj0", + "updated": "20230429120030" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Locally tagged snapshot" + } + ] + }, + { + "ID": "20230429115927-lhfhnvb", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115927-lhfhnvb", + "updated": "20230429115927" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Manually tagged snapshots in local snapshots. The purpose of tagging is to facilitate searching, and a meaningful tag name can serve as a sufficient reminder when rolling back a snapshot." + } + ] + }, + { + "ID": "20230429115927-4vr87gi", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115927-4vr87gi", + "updated": "20230429115927" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Cloud snapshot" + } + ] + }, + { + "ID": "20230429115927-bb5x5s1", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115927-bb5x5s1", + "updated": "20230429115927" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Data snapshots saved on cloud storage." + } + ] + }, + { + "ID": "20230429115927-3oc93qe", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115927-3oc93qe", + "updated": "20230429120032" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Cloud tagged snapshot" + } + ] + }, + { + "ID": "20230429115927-2wm6pxd", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115927-2wm6pxd", + "updated": "20230429115927" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "The data snapshot after the locally tagged snapshot is uploaded to the cloud." + } + ] + }, + { + "ID": "20230429120050-5xk88t9", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429120050-5xk88t9", + "updated": "20230429120054" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Interface" + } + ] + }, + { + "ID": "20230429120050-scwpy3r", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-scwpy3r", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Dock" + } + ] + }, + { + "ID": "20230429120050-le0yzzw", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-le0yzzw", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "The sidebars on the left, right and bottom of the main interface are used to store the panel entry buttons." + } + ] + }, + { + "ID": "20230429120050-09mig9d", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-09mig9d", + "updated": "20230429120115" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Panel" + } + ] + }, + { + "ID": "20230429120050-c9xun18", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-c9xun18", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Panels refer to functional areas opened from the dock, such as the document tree, outline, and backlinks." + } + ] + }, + { + "ID": "20230429120050-3mfr5fb", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-3mfr5fb", + "updated": "20230429120110" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Tab" + } + ] + }, + { + "ID": "20230429120050-r9j15xs", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-r9j15xs", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Tabs are similar to tabs on a browser, and different types of tabs have different functions." + } + ] + }, + { + "ID": "20230429120050-r51s7t7", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429120050-r51s7t7", + "updated": "20230429120125" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Editor tab" + } + ] + }, + { + "ID": "20230429120050-mpeypp0", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-mpeypp0", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Used to load the docs editor." + } + ] + }, + { + "ID": "20230429120050-5ehc5zq", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429120050-5ehc5zq", + "updated": "20230429120123" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "PDF tab" + } + ] + }, + { + "ID": "20230429120050-gvsgq2n", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-gvsgq2n", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Used to load PDFs." + } + ] + }, + { + "ID": "20230429120050-x2yrwdq", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429120050-x2yrwdq", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Search tab" + } + ] + }, + { + "ID": "20230429120050-v2u9dy4", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-v2u9dy4", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Open the search interface in a tab, so that users can use other tabs at the same time without being blocked by the search window for other work." + } + ] + }, + { + "ID": "20230429120050-vzjnkvv", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429120050-vzjnkvv", + "updated": "20230429120130" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Spaced Repeatition tab" + } + ] + }, + { + "ID": "20230429120050-9az1982", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-9az1982", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Open the spaced repetition interface in a tab." + } + ] + }, + { + "ID": "20230429120050-mgddw1u", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-mgddw1u", + "updated": "20230429120134" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Window" + } + ] + }, + { + "ID": "20230429120050-klzguje", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-klzguje", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Tabs can be converted into windows independent of the main interface, and windows can be dragged outside the main interface to avoid overcrowding in the main interface." + } + ] + }, + { + "ID": "20230429120050-zo5u4jx", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-zo5u4jx", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "By pinning the window, the window can also be placed on top of all applications so that the user can make better use of the limited screen space." + } + ] + }, + { + "ID": "20230429120050-36xz5r4", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-36xz5r4", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Layout" + } + ] + }, + { + "ID": "20230429120050-vx2ae03", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-vx2ae03", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "The status of the dock bar, tabs, and panels of the current main interface constitutes the layout, and the layout can be saved and switched in the workspace menu in the upper left corner." + } + ] + }, + { + "ID": "20230429120050-i338ss7", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-i338ss7", + "updated": "20230429120139" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Block icon" + } + ] + }, + { + "ID": "20230429120050-9yrwodu", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-9yrwodu", + "updated": "20230429120050" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Icons appearing in front of blocks, and block labels appearing in the panel support opening the floating preview window by hovering the mouse in most cases, such as the block labels in the outline panel and anti-link panel." + } + ] + }, + { + "ID": "20230429120050-7kwyta0", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-7kwyta0", + "updated": "20230429120517" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "In addition to the floating preview, the block label also supports " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "Ctrl+Click" + }, + { + "Type": "NodeText", + "Data": "​ to open in the tab, which is especially useful in scenarios such as anti-link panels that require context jumping." + } + ] + }, + { + "ID": "20230429120050-b0r6bh0", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429120050-b0r6bh0", + "updated": "20230429120142" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Other" + } + ] + }, + { + "ID": "20230429120050-s4dqqa7", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429120050-s4dqqa7", + "updated": "20230429120146" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Serving" + } + ] + }, + { + "ID": "20230429120050-xn4ri9u", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429120050-xn4ri9u", + "updated": "20230429120213" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "Through the service capabilities provided by the SiYuan kernel " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20201004194026-s8h2cog", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "Use on browser" + }, + { + "Type": "NodeText", + "Data": "." + } + ] + } + ] +} \ No newline at end of file diff --git a/app/guide/20210808180117-czj9bvb/.siyuan/sort.json b/app/guide/20210808180117-czj9bvb/.siyuan/sort.json index 18d1e58b7..2fdc6c4dc 100644 --- a/app/guide/20210808180117-czj9bvb/.siyuan/sort.json +++ b/app/guide/20210808180117-czj9bvb/.siyuan/sort.json @@ -6,7 +6,7 @@ "20200813093015-u6bopdt": 2, "20200813125307-pxsjela": 2, "20200813131152-0wk5akh": 4, - "20200813163359-v04n73b": 6, + "20200813163359-v04n73b": 7, "20200822191536-rm6hwid": 4, "20200825162036-4dx365o": 1, "20200828105441-r76vmu5": 19, @@ -16,7 +16,7 @@ "20200922102318-oz84yu3": 2, "20201004184819-nj8ibyg": 17, "20201117101902-2ewjjum": 6, - "20201121212605-9td1a62": 7, + "20201121212605-9td1a62": 8, "20201204181006-7bkppue": 9, "20201210103036-1x3vm8t": 5, "20201222093044-rx4zjoy": 1, @@ -51,6 +51,7 @@ "20230104144904-39br4c6": 21, "20230106101434-e6g4av3": 1, "20230303235619-ex5l63e": 15, - "20230405155631-leo4vc6": 4, - "20230428153709-hioyy5l": 5 + "20230405155631-leo4vc6": 5, + "20230428153709-hioyy5l": 6, + "20230429114837-70asb4j": 4 } \ No newline at end of file diff --git a/app/guide/20210808180117-czj9bvb/20230429114837-70asb4j.sy b/app/guide/20210808180117-czj9bvb/20230429114837-70asb4j.sy new file mode 100644 index 000000000..8892ff02a --- /dev/null +++ b/app/guide/20210808180117-czj9bvb/20230429114837-70asb4j.sy @@ -0,0 +1,1005 @@ +{ + "ID": "20230429114837-70asb4j", + "Spec": "1", + "Type": "NodeDocument", + "Properties": { + "icon": "1f5c2", + "id": "20230429114837-70asb4j", + "title": "术语表", + "updated": "20230429120400" + }, + "Children": [ + { + "ID": "20230429114837-3y8u0uj", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429114837-3y8u0uj", + "updated": "20230429090147" + }, + "Children": [ + { + "Type": "NodeHeadingC8hMarker", + "Data": "## ", + "Properties": { + "id": "" + } + }, + { + "Type": "NodeText", + "Data": "概述", + "Properties": { + "id": "" + } + } + ] + }, + { + "ID": "20230429114837-d5s8qi7", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-d5s8qi7", + "updated": "20230429090932" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在" + }, + { + "Type": "NodeText", + "Data": "思源" + }, + { + "Type": "NodeText", + "Data": "中,涉及到了一些相对复杂的术语,这些术语可能会让人感到困惑。在本章节中,我们会逐一对这些术语进行解释,希望能够帮助你更好地理解和使用" + }, + { + "Type": "NodeText", + "Data": "思源" + }, + { + "Type": "NodeText", + "Data": "。" + } + ] + }, + { + "ID": "20230429114837-z07wqvi", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-z07wqvi", + "updated": "20230429102742" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "请" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "tag", + "TextMarkTextContent": "注意" + }, + { + "Type": "NodeText", + "Data": "​,以下内容在涉及到具体功能时主要以桌面端为主进行介绍。" + } + ] + }, + { + "ID": "20230429114837-ua8g2lw", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429114837-ua8g2lw", + "updated": "20230428204250" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "编辑器" + } + ] + }, + { + "ID": "20230429114837-hxy4fie", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-hxy4fie", + "updated": "20230429091240" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "面包屑" + } + ] + }, + { + "ID": "20230429114837-npgtpv4", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429114837-npgtpv4", + "updated": "20230429092525" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429114837-g45yk2o", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-g45yk2o", + "updated": "20230429092525" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通常情况下,面包屑是应用程序导航中的一种辅助元素,通常位于顶部或页面顶部下方的水平序列中。它显示了用户当前所在位置的路径,在用户导航过程中提供了便利的记忆和方向感。面包屑可以让用户更容易地浏览网站结构、快速返回到前一个页面或更高级别的页面,并减少无效点击和迷路的可能性。它可以作为用户体验设计的一部分,提高应用的可用性和易用性。" + } + ] + } + ] + }, + { + "ID": "20230429114837-snq8ez2", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-snq8ez2", + "updated": "20230429120400" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在思源中,面包屑指的是编辑器顶部由右箭头相连的块路径,用于在块结构中导航。其中每一层都由块标开头,鼠标悬浮可以打开预览浮窗。" + } + ] + }, + { + "ID": "20230429114837-2z8tol5", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-2z8tol5", + "updated": "20230429091244" + }, + "Children": [ + { + "Type": "NodeHeadingC8hMarker", + "Data": "### ", + "Properties": { + "id": "" + } + }, + { + "Type": "NodeText", + "Data": "锚文本", + "Properties": { + "id": "" + } + } + ] + }, + { + "ID": "20230429114837-x8yli02", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429114837-x8yli02", + "updated": "20230429092502" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429114837-rygun1z", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-rygun1z", + "updated": "20230429092502" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通常情况下,锚文本是指在超链接中被点击的文本部分,它通常是蓝色的。锚文本可以与超链接的 URL 地址相连接,当用户点击锚文本时,就会自动跳转到相应的网页或文件。锚文本可以是任何文字或短语,但通常应与所链接的内容相关联,一般是目标跳转内容的标题。" + } + ] + } + ] + }, + { + "ID": "20230429114837-oovriku", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-oovriku", + "updated": "20230429092328" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在思源中,我们将通常意义上的锚文本从超链接元素扩展到了块引用、PDF 标注引用元素上。特殊地,对于块引用元素锚文本还分为静态锚文本和动态锚文本,具体细节请参考" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220623194755-30vtsr7", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "引用内容块锚文本" + }, + { + "Type": "NodeText", + "Data": "章节。" + } + ] + }, + { + "ID": "20230429114837-q6cq7i0", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-q6cq7i0", + "updated": "20230429092949" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "编辑器模式" + } + ] + }, + { + "ID": "20230429114837-sl7fhz3", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429114837-sl7fhz3", + "updated": "20230429093026" + }, + "Children": [ + { + "ID": "20230429114837-47i9nme", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429114837-47i9nme", + "updated": "20230429093026" + }, + "Children": [ + { + "ID": "20230429114837-kytzptc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-kytzptc", + "updated": "20230429093608" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "所见即所得:常规情况下的编辑器界面" + } + ] + }, + { + "ID": "20230429114837-99w6aiu", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429114837-99w6aiu" + }, + "Children": [ + { + "ID": "20230429114837-b2h5mcd", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429114837-b2h5mcd" + }, + "Children": [ + { + "ID": "20230429114837-h6cj9dt", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-h6cj9dt", + "updated": "20230429093421" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "可编辑:支持修改内容" + } + ] + } + ] + }, + { + "ID": "20230429114837-gru4sga", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429114837-gru4sga" + }, + "Children": [ + { + "ID": "20230429114837-epcys13", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-epcys13", + "updated": "20230429093433" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "仅只读:仅支持查看内容,不支持修改" + } + ] + } + ] + } + ] + } + ] + }, + { + "ID": "20230429114837-vyapjdy", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429114837-vyapjdy" + }, + "Children": [ + { + "ID": "20230429114837-tyf0kib", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-tyf0kib", + "updated": "20230429093334" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "导出预览:转换为标准 Markdown 后进行预览" + } + ] + } + ] + } + ] + }, + { + "ID": "20230429114837-h68659d", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-h68659d", + "updated": "20230429094041" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "所见即所得和导出预览模式切换位于编辑器右上角 " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "⋮" + }, + { + "Type": "NodeText", + "Data": "​ 菜单中;所见即所得编辑和只读模式切换位于顶栏右上角。" + } + ] + }, + { + "ID": "20230429114837-a0mufyr", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429114837-a0mufyr", + "updated": "20230428204306" + }, + "Children": [ + { + "Type": "NodeHeadingC8hMarker", + "Data": "## ", + "Properties": { + "id": "" + } + }, + { + "Type": "NodeText", + "Data": "数据仓库", + "Properties": { + "id": "" + } + } + ] + }, + { + "ID": "20230429114837-btaob5b", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-btaob5b", + "updated": "20230428204157" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "密钥" + } + ] + }, + { + "ID": "20230429114837-zf8859i", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-zf8859i", + "updated": "20230429095144" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "密钥用于加密数据快照," + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220722001555-3wcanjb", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "有三种生成方式" + }, + { + "Type": "NodeText", + "Data": "。建议普通用户使用密码短语生成,相同的密码短语可在其他设备上生成相同的密钥,以方便初始化数据同步。" + } + ] + }, + { + "ID": "20230429114837-j480an3", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-j480an3", + "updated": "20230428204114" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地快照" + } + ] + }, + { + "ID": "20230429114837-zvtgut0", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-zvtgut0", + "updated": "20230429095234" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "保存在本地设备上的数据快照。" + } + ] + }, + { + "ID": "20230429114837-01j30mi", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-01j30mi", + "updated": "20230428204116" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地标记的快照" + } + ] + }, + { + "ID": "20230429114837-baczgue", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-baczgue", + "updated": "20230429100720" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地快照中手动打过标记的快照。打标记的目的是为了方便查找,一个有意义的标记名称可以在回滚快照时起到足够的提示作用。" + } + ] + }, + { + "ID": "20230429114837-ndhh31x", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-ndhh31x", + "updated": "20230428204119" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "云端" + }, + { + "Type": "NodeText", + "Data": "快照" + } + ] + }, + { + "ID": "20230429114837-xpxr9x2", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-xpxr9x2", + "updated": "20230429095321" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "保存在云端存储上的数据快照。" + } + ] + }, + { + "ID": "20230429114837-e2w74sf", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-e2w74sf", + "updated": "20230428204122" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "云端" + }, + { + "Type": "NodeText", + "Data": "标记的快照" + } + ] + }, + { + "ID": "20230429114837-n3kucvo", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-n3kucvo", + "updated": "20230429095359" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地标记的快照上传到云端后的数据快照。" + } + ] + }, + { + "ID": "20230429114837-j6668qw", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429114837-j6668qw", + "updated": "20230428210748" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "界面" + } + ] + }, + { + "ID": "20230429114837-u3wlhsg", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-u3wlhsg", + "updated": "20230429102207" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "停靠栏" + } + ] + }, + { + "ID": "20230429114837-x691uxl", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-x691uxl", + "updated": "20230429102308" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "主界面左侧、右侧和下侧的边栏,用于存放面板入口按钮。" + } + ] + }, + { + "ID": "20230429114837-krbd42o", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-krbd42o", + "updated": "20230429102142" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "面板" + } + ] + }, + { + "ID": "20230429114837-5m6ncf0", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-5m6ncf0", + "updated": "20230429102409" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "面板指的是从停靠栏上打开的功能区域,比如文档树、大纲和反链等。" + } + ] + }, + { + "ID": "20230429114837-yenli3h", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-yenli3h", + "updated": "20230428210709" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "页签" + } + ] + }, + { + "ID": "20230429114837-57v9r45", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-57v9r45", + "updated": "20230429101019" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "页签类似浏览器上的标签页,不同类型的页签包含了不同的功能。" + } + ] + }, + { + "ID": "20230429114837-lw88lkt", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429114837-lw88lkt", + "updated": "20230428210713" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "编辑器页签" + } + ] + }, + { + "ID": "20230429114837-x97fosc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-x97fosc", + "updated": "20230429101122" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "用于加载文档编辑器。" + } + ] + }, + { + "ID": "20230429114837-pelzbsa", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429114837-pelzbsa", + "updated": "20230428210715" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "PDF 页签" + } + ] + }, + { + "ID": "20230429114837-8uhilc2", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-8uhilc2", + "updated": "20230429101129" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "用于加载 PDF。" + } + ] + }, + { + "ID": "20230429114837-k6nnan8", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429114837-k6nnan8", + "updated": "20230428210717" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "搜索页签" + } + ] + }, + { + "ID": "20230429114837-6sa64xq", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-6sa64xq", + "updated": "20230429101504" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "将搜索界面在页签中打开,直接这样用户就可以同时使用其他页签,不会被搜索窗口遮挡其他工作。" + } + ] + }, + { + "ID": "20230429114837-ut5gv8h", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429114837-ut5gv8h", + "updated": "20230429101406" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "间隔重复页签" + } + ] + }, + { + "ID": "20230429114837-phug5j8", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-phug5j8", + "updated": "20230429101534" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "将间隔重复界面在页签中打开。" + } + ] + }, + { + "ID": "20230429114837-1fw1u07", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-1fw1u07", + "updated": "20230428210813" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "窗口" + } + ] + }, + { + "ID": "20230429114837-efwc1si", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-efwc1si", + "updated": "20230429101913" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "页签可以转换为独立于主界面的窗口,窗口可以拖到主界面之外,避免主界面中过于拥挤。" + } + ] + }, + { + "ID": "20230429114837-idbctyn", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-idbctyn", + "updated": "20230429101947" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通过钉住窗口还可以实现该窗口位于所有应用程序之上,以便用户更好的利用有限的屏幕空间。" + } + ] + }, + { + "ID": "20230429114837-gs71q41", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-gs71q41", + "updated": "20230428210814" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "布局" + } + ] + }, + { + "ID": "20230429114837-wu8pscc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-wu8pscc", + "updated": "20230429102809" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "当前主界面的停靠栏、页签和面板的状态组成了布局,布局可以在左上角工作空间菜单中进行保存和切换。" + } + ] + }, + { + "ID": "20230429114837-7grcqq5", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-7grcqq5", + "updated": "20230429105016" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "块标" + } + ] + }, + { + "ID": "20230429114837-m8punok", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-m8punok", + "updated": "20230429112706" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "出现在块前面的图标,面板中出现的块标在大部分情况下都支持通过鼠标悬浮打开预览浮窗,比如大纲面板、反链面板中的块标。" + } + ] + }, + { + "ID": "20230429114837-ohe6zol", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-ohe6zol", + "updated": "20230429113218" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "块标除了悬浮预览,还支持 " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "Ctrl+Click" + }, + { + "Type": "NodeText", + "Data": "​ 在页签中打开,这在反链面板等需要跳转上下文的场景中尤其有用。" + } + ] + }, + { + "ID": "20230429114837-ecvrylp", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429114837-ecvrylp", + "updated": "20230428204437" + }, + "Children": [ + { + "Type": "NodeHeadingC8hMarker", + "Data": "## ", + "Properties": { + "id": "" + } + }, + { + "Type": "NodeText", + "Data": "其他", + "Properties": { + "id": "" + } + } + ] + }, + { + "ID": "20230429114837-ki1rovi", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429114837-ki1rovi", + "updated": "20230428204126" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "伺服" + } + ] + }, + { + "ID": "20230429114837-uavwo4u", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429114837-uavwo4u", + "updated": "20230429103400" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通过思源内核提供的服务能力以便" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20201004184819-nj8ibyg", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "在浏览器上使用" + }, + { + "Type": "NodeText", + "Data": "。" + } + ] + } + ] +} \ No newline at end of file diff --git a/app/guide/20211226090932-5lcq56f/.siyuan/sort.json b/app/guide/20211226090932-5lcq56f/.siyuan/sort.json index f400cf788..ce1cdde1a 100644 --- a/app/guide/20211226090932-5lcq56f/.siyuan/sort.json +++ b/app/guide/20211226090932-5lcq56f/.siyuan/sort.json @@ -1,6 +1,6 @@ { - "20211226114339-dk0gtpr": 5, - "20211226114929-08ap1r0": 6, + "20211226114339-dk0gtpr": 6, + "20211226114929-08ap1r0": 7, "20211226115043-afhev0g": 3, "20211226115227-r1rty9v": 2, "20211226115423-d5z1joq": 1, @@ -46,5 +46,6 @@ "20230104151953-48hwkwf": 21, "20230106104645-o838uew": 1, "20230304000829-9jwu3po": 15, - "20230405172131-yb16aax": 4 + "20230405172131-yb16aax": 5, + "20230429115206-ob8nl8t": 4 } \ No newline at end of file diff --git a/app/guide/20211226090932-5lcq56f/20230429115206-ob8nl8t.sy b/app/guide/20211226090932-5lcq56f/20230429115206-ob8nl8t.sy new file mode 100644 index 000000000..d482fa680 --- /dev/null +++ b/app/guide/20211226090932-5lcq56f/20230429115206-ob8nl8t.sy @@ -0,0 +1,945 @@ +{ + "ID": "20230429115206-ob8nl8t", + "Spec": "1", + "Type": "NodeDocument", + "Properties": { + "icon": "1f5c2", + "id": "20230429115206-ob8nl8t", + "title": "術語表", + "updated": "20230429120526" + }, + "Children": [ + { + "ID": "20230429115316-48ryx5o", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115316-48ryx5o", + "updated": "20230429115316" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "概述" + } + ] + }, + { + "ID": "20230429115316-846m72w", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115316-846m72w", + "updated": "20230429115316" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在思源中,涉及到了一些相對複雜的術語,這些術語可能會讓人感到困惑。在本章節中,我們會逐一對這些術語進行解釋,希望能夠幫助你更好地理解和使用思源。" + } + ] + }, + { + "ID": "20230429115316-ar60tpc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115316-ar60tpc", + "updated": "20230429115316" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "請" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "tag", + "TextMarkTextContent": "注意" + }, + { + "Type": "NodeText", + "Data": "​,以下內容在涉及到具體功能時主要以桌面端為主進行介紹。" + } + ] + }, + { + "ID": "20230429115345-lqayfnx", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115345-lqayfnx", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "編輯器" + } + ] + }, + { + "ID": "20230429115345-gdsi5kp", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115345-gdsi5kp", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "麵包屑" + } + ] + }, + { + "ID": "20230429115345-9t42vsu", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429115345-9t42vsu", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429115345-sudqmid", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115345-sudqmid", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通常情況下,麵包屑是應用程序導航中的一種輔助元素,通常位於頂部或頁面頂部下方的水平序列中。它顯示了用戶當前所在位置的路徑,在用戶導航過程中提供了便利的記憶和方向感。麵包屑可以讓用戶更容易地瀏覽網站結構、快速返回到前一個頁面或更高級別的頁面,並減少無效點擊和迷路的可能性。它可以作為用戶體驗設計的一部分,提高應用的可用性和易用性。" + } + ] + } + ] + }, + { + "ID": "20230429115345-pwclyrj", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115345-pwclyrj", + "updated": "20230429120415" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在思源中,麵包屑指的是編輯器頂部由右箭頭相連的塊路徑,用於在塊結構中導航。其中每一層都由塊標開頭,鼠標懸浮可以打開預覽浮窗。" + } + ] + }, + { + "ID": "20230429115345-c4656ol", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115345-c4656ol", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "錨文本" + } + ] + }, + { + "ID": "20230429115345-ywgrvsd", + "Type": "NodeBlockquote", + "Properties": { + "id": "20230429115345-ywgrvsd", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeBlockquoteMarker", + "Data": "\u003e" + }, + { + "ID": "20230429115345-rz1ooou", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115345-rz1ooou", + "updated": "20230429115345" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通常情況下,錨文本是指在超鏈接中被點擊的文本部分,它通常是藍色的。錨文本可以與超鏈接的 URL 地址相連接,當用戶點擊錨文本時,就會自動跳轉到相應的網頁或文件。錨文本可以是任何文字或短語,但通常應與所鏈接的內容相關聯,一般是目標跳轉內容的標題。" + } + ] + } + ] + }, + { + "ID": "20230429115345-6ofc1rc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115345-6ofc1rc", + "updated": "20230429115430" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "在思源中,我們將通常意義上的錨文本從超鏈接元素擴展到了塊引用、PDF 標註引用元素上。特殊地,對於塊引用元素錨文本還分為靜態錨文本和動態錨文本,具體細節請參考" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220623200754-u00gfsg", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "引用內容塊錨文本" + }, + { + "Type": "NodeText", + "Data": "章節。" + } + ] + }, + { + "ID": "20230429115509-rfzye0g", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115509-rfzye0g", + "updated": "20230429115509" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "編輯器模式" + } + ] + }, + { + "ID": "20230429115509-ih62dmt", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429115509-ih62dmt", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-9a5p3c2", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115509-9a5p3c2", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-imrnzqd", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115509-imrnzqd", + "updated": "20230429115509" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "所見即所得:常規情況下的編輯器界面" + } + ] + }, + { + "ID": "20230429115509-e6jz50o", + "Type": "NodeList", + "ListData": {}, + "Properties": { + "id": "20230429115509-e6jz50o", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-nidqsav", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115509-nidqsav", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-26m4h8o", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115509-26m4h8o", + "updated": "20230429115509" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "可編輯:支持修改內容" + } + ] + } + ] + }, + { + "ID": "20230429115509-khjymyf", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115509-khjymyf", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-t2pn0ci", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115509-t2pn0ci", + "updated": "20230429115509" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "僅只讀:僅支持查看內容,不支持修改" + } + ] + } + ] + } + ] + } + ] + }, + { + "ID": "20230429115509-b96qupr", + "Type": "NodeListItem", + "ListData": { + "BulletChar": 42, + "Marker": "Kg==" + }, + "Properties": { + "id": "20230429115509-b96qupr", + "updated": "20230429115509" + }, + "Children": [ + { + "ID": "20230429115509-iqe3mqw", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115509-iqe3mqw", + "updated": "20230429115509" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "導出預覽:轉換為標準 Markdown 後進行預覽" + } + ] + } + ] + } + ] + }, + { + "ID": "20230429115509-rl1jlhc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115509-rl1jlhc", + "updated": "20230429120526" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "所見即所得和導出預覽模式切換位於編輯器右上角 " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "⋮" + }, + { + "Type": "NodeText", + "Data": "​ 菜單中;所見即所得編輯和只讀模式切換位於頂欄右上角。" + } + ] + }, + { + "ID": "20230429115527-wfbg55f", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115527-wfbg55f", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "數據倉庫" + } + ] + }, + { + "ID": "20230429115527-yhcnfl4", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-yhcnfl4", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "密鑰" + } + ] + }, + { + "ID": "20230429115527-mm605dn", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-mm605dn", + "updated": "20230429115611" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "密鑰用於加密數據快照," + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20220722002508-jixu469", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "有三種生成方式" + }, + { + "Type": "NodeText", + "Data": "。建議普通用戶使用密碼短語生成,相同的密碼短語可在其他設備上生成相同的密鑰,以方便初始化數據同步。" + } + ] + }, + { + "ID": "20230429115527-iafj3ly", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-iafj3ly", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地快照" + } + ] + }, + { + "ID": "20230429115527-gqi2gth", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-gqi2gth", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "保存在本地設備上的數據快照。" + } + ] + }, + { + "ID": "20230429115527-nmj9453", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-nmj9453", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地標記的快照" + } + ] + }, + { + "ID": "20230429115527-jm8h91v", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-jm8h91v", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地快照中手動打過標記的快照。打標記的目的是為了方便查找,一個有意義的標記名稱可以在回滾快照時起到足夠的提示作用。" + } + ] + }, + { + "ID": "20230429115527-ugeqhhb", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-ugeqhhb", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "雲端快照" + } + ] + }, + { + "ID": "20230429115527-d5adyki", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-d5adyki", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "保存在雲端存儲上的數據快照。" + } + ] + }, + { + "ID": "20230429115527-42pg7df", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-42pg7df", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "雲端標記的快照" + } + ] + }, + { + "ID": "20230429115527-guua5dg", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-guua5dg", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "本地標記的快照上傳到雲端后的數據快照。" + } + ] + }, + { + "ID": "20230429115527-imhpeay", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115527-imhpeay", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "界面" + } + ] + }, + { + "ID": "20230429115527-sy9uq4j", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-sy9uq4j", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "停靠欄" + } + ] + }, + { + "ID": "20230429115527-s4n5iji", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-s4n5iji", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "主界面左側、右側和下側的邊欄,用於存放面板入口按鈕。" + } + ] + }, + { + "ID": "20230429115527-fcbx6ig", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-fcbx6ig", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "面板" + } + ] + }, + { + "ID": "20230429115527-64gzr7x", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-64gzr7x", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "面板指的是從停靠欄上打開的功能區域,比如文檔樹、大綱和反鍊等。" + } + ] + }, + { + "ID": "20230429115527-oih6gdv", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-oih6gdv", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "頁簽" + } + ] + }, + { + "ID": "20230429115527-52jwrkc", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-52jwrkc", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "頁簽類似瀏覽器上的標籤頁,不同類型的頁簽包含了不同的功能。" + } + ] + }, + { + "ID": "20230429115527-xmzzd5f", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429115527-xmzzd5f", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "編輯器頁簽" + } + ] + }, + { + "ID": "20230429115527-p4hnfk8", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-p4hnfk8", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "用於加載文檔編輯器。" + } + ] + }, + { + "ID": "20230429115527-4qzwtni", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429115527-4qzwtni", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "PDF 頁簽" + } + ] + }, + { + "ID": "20230429115527-0v1vlao", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-0v1vlao", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "用於加載 PDF。" + } + ] + }, + { + "ID": "20230429115527-w2w1b9g", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429115527-w2w1b9g", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "搜索頁簽" + } + ] + }, + { + "ID": "20230429115527-gkhm2ak", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-gkhm2ak", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "將搜索界面在頁簽中打開,直接這樣用戶就可以同時使用其他頁簽,不會被搜索窗口遮擋其他工作。" + } + ] + }, + { + "ID": "20230429115527-4jd4m98", + "Type": "NodeHeading", + "HeadingLevel": 4, + "Properties": { + "id": "20230429115527-4jd4m98", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "間隔重複頁簽" + } + ] + }, + { + "ID": "20230429115527-aw8shk7", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-aw8shk7", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "將間隔重複界面在頁簽中打開。" + } + ] + }, + { + "ID": "20230429115527-fa5g1fg", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-fa5g1fg", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "窗口" + } + ] + }, + { + "ID": "20230429115527-xozwhac", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-xozwhac", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "頁簽可以轉換為獨立於主界面的窗口,窗口可以拖到主界面之外,避免主界面中過於擁擠。" + } + ] + }, + { + "ID": "20230429115527-aflpo8c", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-aflpo8c", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通過釘住窗口還可以實現該窗口位於所有應用程序之上,以便用戶更好的利用有限的屏幕空間。" + } + ] + }, + { + "ID": "20230429115527-89940fz", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-89940fz", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "佈局" + } + ] + }, + { + "ID": "20230429115527-a6wzl4m", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-a6wzl4m", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "當前主界面的停靠欄、頁籤和面板的狀態組成了佈局,佈局可以在左上角工作空間菜單中進行保存和切換。" + } + ] + }, + { + "ID": "20230429115527-jjq4vik", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-jjq4vik", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "塊標" + } + ] + }, + { + "ID": "20230429115527-1ghs629", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-1ghs629", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "出現在塊前面的圖標,面板中出現的塊標在大部分情況下都支持通過鼠標懸浮打開預覽浮窗,比如大綱面板、反鏈面板中的塊標。" + } + ] + }, + { + "ID": "20230429115527-o2we8gd", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-o2we8gd", + "updated": "20230429115634" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "塊標除了懸浮預覽,還支持 " + }, + { + "Type": "NodeTextMark", + "TextMarkType": "kbd", + "TextMarkTextContent": "Ctrl+Click" + }, + { + "Type": "NodeText", + "Data": "​ 在頁簽中打開,這在反鏈面板等需要跳轉上下文的場景中尤其有用。" + } + ] + }, + { + "ID": "20230429115527-roo52g3", + "Type": "NodeHeading", + "HeadingLevel": 2, + "Properties": { + "id": "20230429115527-roo52g3", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "其他" + } + ] + }, + { + "ID": "20230429115527-zoaurau", + "Type": "NodeHeading", + "HeadingLevel": 3, + "Properties": { + "id": "20230429115527-zoaurau", + "updated": "20230429115527" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "伺服" + } + ] + }, + { + "ID": "20230429115527-e4gh1tt", + "Type": "NodeParagraph", + "Properties": { + "id": "20230429115527-e4gh1tt", + "updated": "20230429115652" + }, + "Children": [ + { + "Type": "NodeText", + "Data": "通過思源內核提供的服務能力以便" + }, + { + "Type": "NodeTextMark", + "TextMarkType": "block-ref", + "TextMarkBlockRefID": "20211226122523-rl8356a", + "TextMarkBlockRefSubtype": "s", + "TextMarkTextContent": "在瀏覽器上使用" + }, + { + "Type": "NodeText", + "Data": "。" + } + ] + } + ] +} \ No newline at end of file