📝 Update FAQ
This commit is contained in:
parent
e7ee05ad36
commit
cdaafd2813
2 changed files with 28 additions and 2 deletions
15
README.md
15
README.md
|
@ -193,10 +193,23 @@ Fold the heading and move it later.
|
|||
|
||||
Click at the beginning, hold down <kbd>Shift</kbd> and click at the end after scrolling the page.
|
||||
|
||||
## How to do find and replace?
|
||||
### How to do find and replace?
|
||||
|
||||
Press <kbd>Ctrl+R</kbd> after selecting the keyword in the editor.
|
||||
|
||||
## What if some blocks (such as paragraph blocks in list items) cannot find the block icon?
|
||||
|
||||
The first sub-block under the list item is the block icon omitted. You can move the cursor into this block and trigger its block menu with <kbd>Ctrl+/</kbd> .
|
||||
|
||||
## How to share notes?
|
||||
|
||||
* Export and import `.sy.zip` package
|
||||
* Via network hosting
|
||||
* Export and import Markdown
|
||||
* <kbd>Export Preview</kbd> to copy to third-party online services
|
||||
|
||||
The first two methods can guarantee the original semantics of the data.
|
||||
|
||||
### How to use a third-party sync disk for data synchronization?
|
||||
|
||||
* Please only synchronize the `workspace/data/`, do not synchronize the entire workspace
|
||||
|
|
|
@ -199,10 +199,23 @@
|
|||
|
||||
在开始的地方单击,滚动页面以后在结束的地方按住 <kbd>Shift</kbd> 单击。
|
||||
|
||||
## 如何进行查找替换?
|
||||
### 如何进行查找替换?
|
||||
|
||||
编辑器中选择关键字后按下 <kbd>Ctrl+R</kbd>。
|
||||
|
||||
## 有的块(比如在列表项中的段落块)找不到块标怎么办?
|
||||
|
||||
在列表项下的第一个子块是省略块标的。可以将光标移到这个块中,然后通过 <kbd>Ctrl+/</kbd> 触发它的块标菜单。
|
||||
|
||||
## 如何分享笔记?
|
||||
|
||||
* 导出导入 `.sy.zip` 数据包
|
||||
* 通过网络伺服
|
||||
* 导出导入 Markdown
|
||||
* <kbd>导出预览</kbd> 中复制到第三方在线服务
|
||||
|
||||
前两种方式可以保证数据原始语义。
|
||||
|
||||
### 如何使用第三方同步盘进行数据同步?
|
||||
|
||||
* 请仅同步 `工作空间/data/`,切勿同步整个工作空间
|
||||
|
|
Loading…
Add table
Reference in a new issue