> ## 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.

# Editor

> Edit documents with SoloEnt Markdown editor

SoloEnt editor is a standard Markdown editor that supports all editing features for Markdown files.

<Info>
  Other file formats may need to be converted to Markdown first. See [file format conversion](/essentials/file-format-conversion).
</Info>

## Markdown syntax

The Markdown editor supports standard syntax for text styling, which you can preview in preview mode.

For detailed syntax reference, see Markdown common syntax.

### Common formatting

| Style         | Syntax            | Result            |
| ------------- | ----------------- | ----------------- |
| Bold          | `**bold**`        | **bold**          |
| Italic        | `_italic_`        | *italic*          |
| Strikethrough | `~strikethrough~` | ~~strikethrough~~ |
| Code          | `` `code` ``      | `code`            |

## Preview mode

Click the preview button in the top-right corner of the editor to view your document.

<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 editor with preview mode showing side-by-side view" width="2880" height="1802" data-path="assets/images/preview.png" />

<Tip>
  Preview mode helps you see the final rendering of your document in real-time.
</Tip>

## Split view

Click the split view button in the top-right corner of the editor to enable multi-pane display.

<img src="https://mintcdn.com/soloent/cLH-buynGK5Y9DZl/assets/images/split.png?fit=max&auto=format&n=cLH-buynGK5Y9DZl&q=85&s=1b8d608ba76d7150177ed8fee7f8bd1f" alt="Split view editor showing multiple panes" width="2880" height="1802" data-path="assets/images/split.png" />

<Tip>
  Each click adds a new editor pane. Close all documents in a pane to remove it.
</Tip>

Split view allows you to view and edit multiple documents simultaneously, improving productivity.

## Office plugin

Users accustomed to Microsoft Word can install the "**Office Viewer**" plugin in SoloEnt for an Office-like editing experience.

<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 plugin showing Word-like editing interface" width="2880" height="1802" data-path="assets/images/officeviewr.png" />

## Next steps

<CardGroup cols={2}>
  <Card title="Create project" icon="folder-plus" href="./create-project">
    Start creating your first project
  </Card>

  <Card title="Plan mode" icon="lightbulb" href="./plan-mode">
    Organize your thoughts with plan mode
  </Card>

  <Card title="File format conversion" icon="rotate" href="./file-format-conversion">
    Convert different file formats
  </Card>

  <Card title="Markdown syntax" icon="text-size" href="../resources/markdown">
    Learn complete Markdown syntax
  </Card>
</CardGroup>
