# 工作表

和笔记应用一样，Soulver 会为您整理工作表——您无需在 Finder 或 Files 中自己跟踪文件。

您也不需要手动保存，因为 Soulver 会自动为您保存更改。

#### 创建新工作表

点击侧边栏的“新建工作表”或按下 ⌘N。

{% hint style="info" %}
您可以通过在 **设置** 中的 **常规** 选项中设置 ⌘N 的行为，让新工作表在新窗口中打开
{% endhint %}

#### 创建新文件夹

默认情况下，新工作表保存在 **General** 文件夹中，但您也可以创建自己的文件夹。

将鼠标悬停在 `General` 文件夹上，然后点击小 `+` 号。新文件夹默认会包含一个空白工作表。

#### 重命名文件夹

双击侧边栏中的文件夹，然后输入您喜欢的名称。文件夹将按字母顺序排序。

#### 将工作表移入文件夹

将工作表从列表中拖放到文件夹中，或者使用“工作表”菜单（**移动到…**）或侧边栏中工作表的上下文菜单。

#### 删除工作表和文件夹

将鼠标悬停在侧边栏中的工作表或文件夹上，然后点击小红叉，或者点击工作表并按下删除键。要在编辑当前工作表时删除它，请按 control-⌘-delete。

{% hint style="warning" %}
已删除的工作表会移动到 **废纸篓**。

要清空废纸篓，请将鼠标悬停在它上面并选择 **`Empty Trash`**

当您从废纸篓删除工作表，或清空废纸篓时，它将被永久删除。您可能可以从备份中恢复它（文件 > 备份）。
{% endhint %}

## 工作表技巧

### 搜索工作表

您可以通过前往“编辑”菜单 > “查找” > “工作表列表搜索”（或按 Option-⌘-F）来搜索 Mac 上的工作表，然后输入您的搜索查询：

![Spotlight searching in Soulver](/files/MAYpBn2K0pjzxYNEqGtY)

### **排序工作表**

您可以在 Soulver 的 **General** 设置中选择按修改日期、创建日期或标题（工作表的第一行）对工作表进行排序。

{% hint style="info" %}
您还可以选择让新工作表默认以 # 标题或 // 注释开头
{% endhint %}

### 在新窗口中打开工作表

双击侧边栏中的工作表即可在新窗口中打开它。

{% hint style="info" %}
在 Mac 的触控板或 Magic mouse 上左右滑动可以切换侧边栏的显示和隐藏。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/documentation/sheets-and-files/untitled-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
