> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Web 编辑器概览

> 在浏览器中编辑和发布文档，支持实时预览和 Git 同步。

<img className="block dark:hidden my-0 pointer-events-none" src="https://mintcdn.com/anotherhorizon/UHlRmQ8bvjzUmdum/images/editor/editor-light.png?fit=max&auto=format&n=UHlRmQ8bvjzUmdum&q=85&s=c480396fe8f9017edc950336a8d6f963" alt="浅色模式下的装饰性图像" width="1184" height="320" data-path="images/editor/editor-light.png" />

<img className="hidden dark:block my-0 pointer-events-none" src="https://mintcdn.com/anotherhorizon/UHlRmQ8bvjzUmdum/images/editor/editor-dark.png?fit=max&auto=format&n=UHlRmQ8bvjzUmdum&q=85&s=f0fd3c8f120fcd13a28144febbf700ce" alt="深色模式下的装饰性图像" width="1184" height="320" data-path="images/editor/editor-dark.png" />

使用 Web 编辑器直接在浏览器中创建和编辑文档。可通过可视化方式处理内容并查看实时预览，或使用 Markdown 编辑；通过拖放组件管理站点结构，并使用 Git 工作流发布更改。

<div id="key-features">
  ## 关键功能
</div>

* **可视化与 Markdown 编辑**：在工作时可在可视化和 Markdown 模式之间自由切换。
* **拖放式导航**：以可视化方式组织站点结构，无需编辑配置文件。
* **内置媒体管理器**：上传并管理图片和资源。
* **Git 同步**：所有更改会自动与文档存储库保持同步。
* **分支（branch）工作流**：在功能分支上开发，并创建拉取请求（PR，亦称“合并请求”/Merge Request）进行审核。
* **团队协作**：多名团队成员可同时协作，并通过预览部署查看更改。

<div id="get-started">
  ## 入门
</div>

<Card title="创建和编辑页面" icon="notebook-pen" horizontal href="/zh/editor/pages">
  创建、编辑和管理页面。
</Card>

<Card title="组织导航" icon="list-tree" horizontal href="/zh/editor/navigation">
  组织站点的导航结构。
</Card>

<Card title="添加媒体" icon="image" horizontal href="/zh/editor/media">
  在文档中上传并使用图像。
</Card>

<div id="publish-and-collaborate">
  ## 发布与协作
</div>

<Card title="发布更改" icon="rocket" horizontal href="/zh/editor/publish">
  保存并发布文档更新。
</Card>

<Card title="协作" icon="users" horizontal href="/zh/editor/collaborate">
  使用 branch 和拉取请求（PR；亦称“合并请求”/Merge Request）与团队协作。
</Card>

<div id="reference">
  ## 参考
</div>

<Card title="配置" icon="settings" horizontal href="/zh/editor/configurations">
  配置站点品牌、配色和功能。
</Card>

<Card title="键盘快捷键" icon="keyboard" horizontal href="/zh/editor/keyboard-shortcuts">
  使用键盘快捷键加快你的工作流程。
</Card>
