> ## Documentation Index
> Fetch the complete documentation index at: https://docs.soloent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 编辑器

> 使用 SoloEnt Markdown 编辑器编辑文档

SoloEnt 编辑器是一个标准 Markdown 编辑器，支持 Markdown 文件的所有编辑功能。

<Info>
  其他文件格式可能需要先转换为 Markdown。参见 [文件格式转换](/essentials/file-format-conversion)。
</Info>

## Markdown 语法

Markdown 编辑器支持文本样式的标准语法，你可以在预览模式中查看。

详细语法参考，请参阅 Markdown 常用语法。

### 常用格式

| 样式  | 语法         | 结果      |
| --- | ---------- | ------- |
| 粗体  | `**粗体**`   | **粗体**  |
| 斜体  | `_斜体_`     | *斜体*    |
| 删除线 | `~删除线~`    | ~~删除线~~ |
| 代码  | `` `代码` `` | `代码`    |

## 预览模式

点击编辑器右上角的预览按钮查看你的文档。

<img src="https://mintcdn.com/soloent/cLH-buynGK5Y9DZl/assets/images/preview.png?fit=max&auto=format&n=cLH-buynGK5Y9DZl&q=85&s=5447e88339163ae42a8fa7c50c409450" alt="SoloEnt 编辑器预览模式显示并排视图" width="2880" height="1802" data-path="assets/images/preview.png" />

<Tip>
  预览模式帮助你实时查看文档的最终渲染效果。
</Tip>

## 分栏视图

点击编辑器右上角的分栏视图按钮启用多窗格显示。

<img src="https://mintcdn.com/soloent/cLH-buynGK5Y9DZl/assets/images/split.png?fit=max&auto=format&n=cLH-buynGK5Y9DZl&q=85&s=1b8d608ba76d7150177ed8fee7f8bd1f" alt="分栏视图编辑器显示多个窗格" width="2880" height="1802" data-path="assets/images/split.png" />

<Tip>
  每次点击添加一个新的编辑器窗格。关闭窗格中的所有文档可将其移除。
</Tip>

分栏视图允许你同时查看和编辑多个文档，提高生产力。

## Office 插件

习惯使用 Microsoft Word 的用户可以在 SoloEnt 中安装 "**Office Viewer**" 插件，获得类似 Office 的编辑体验。

<img src="https://mintcdn.com/soloent/cLH-buynGK5Y9DZl/assets/images/officeviewr.png?fit=max&auto=format&n=cLH-buynGK5Y9DZl&q=85&s=9cb94199e66da2048ce7edd837ff8099" alt="Office Viewer 插件显示类似 Word 的编辑界面" width="2880" height="1802" data-path="assets/images/officeviewr.png" />

## 下一步

<CardGroup cols={2}>
  <Card title="创建项目" icon="folder-plus" href="./create-project">
    开始创建你的第一个项目
  </Card>

  <Card title="规划模式" icon="lightbulb" href="./plan-mode">
    用规划模式整理你的思路
  </Card>

  <Card title="文件格式转换" icon="rotate" href="./file-format-conversion">
    转换不同的文件格式
  </Card>

  <Card title="Markdown 语法" icon="text-size" href="../resources/markdown">
    学习完整的 Markdown 语法
  </Card>
</CardGroup>
