# Markdown (WYSIWYG)

<figure><img src="/files/3AcX6sq9rIZlUGneEgL3" alt=""><figcaption></figcaption></figure>

### Why Nymbalist as a Markdown Editor?

* **Fast** - Blazing performance for distraction-free writing
* **Clean UI** - Minimal interface focused on your content
* **Focused** - Dedicated to markdown writing and editing
* **Native Markdown** - True markdown support without compromises
* **WYSIWYG** - See formatted output as you type
* **Delightful** - Smooth, intuitive user experience
* **Unified Content** - Work seamlessly with text, tables, code, lists, and images.
* **AI-Integrated -** Leverage AI and Agents that see your documents to research, write, edit, code

### Important Commands

* **Reference a file in another document or in a cha**t: @
* **Open the mega-menu of insertion options:** /
* **Create a tagged bug, idea, plan:** #
* **Text selection toolbar** appears when you select text, providing quick formatting options.
* **Markdown formatting and commands are supported**

<figure><img src="/files/0PzRCHU1Zdqo1ZwmaC0w" alt=""><figcaption></figcaption></figure>

### File and Editor View

Work with your markdown files, edit the documents in WYSIWIG

<figure><img src="/files/HKc2LYDUY6t1Zti7MlBQ" alt=""><figcaption></figcaption></figure>

### WYSIWIG Markdown

Toggle between Markdown and WYSIWIG using the 3 dots at the upper right of the document

<div align="left"><figure><img src="/files/FI3CtFJrh6g2QgYAWmmr" alt="" width="227"><figcaption></figcaption></figure></div>

### Text

Some basic markdown commands

* **Headings:** # followed by space for H1, ## followed by space for H2
* **Lists:** - or \* followed by space, Tab to indent
* **Numbered Lists:** 1 followed by space
* **Links:** Select text and select link icon in toolbar
* **Quotes:** Type > followed by space. Nest by typing >>
* **Code Blocks:** Type / and insert
* **Horizontal Rule:** Type ---
* **Markdown Text Formatting:** Supported

### Tables

![](/files/j3UPp2QcjiArxVozXV9B)

**Create a table by typing /**

<div align="left"><figure><img src="/files/tTheQcCOGyLU03G7In7z" alt="" width="286"><figcaption></figcaption></figure></div>

Format Table by clicking on down arrow

<div align="left"><figure><img src="/files/zczxMSQ6wdhssXdoVZkI" alt="" width="259"><figcaption></figcaption></figure></div>

### AI Editing in Shared Collaborative Documents

When you are editing a shared document in collaboration mode, the right-pane chat sees and edits the active document the same way it does in Files mode. Edits route through Yjs, so other connected users see them stream in live. The familiar accept/reject bar appears for pending AI edits, just like in single-user editing.

You don't need to do anything special to turn this on — open a shared document, ask the agent to edit it, and the changes flow into the document for everyone in the session.

### Anchor Links to Headings

Clicking a Markdown anchor link like `[Section](#section)` in a Lexical document scrolls the document to the matching heading.

### Export to PDF

Markdown documents export to PDF with the document title and an outline generated from your headings. Exported files are bookmarked at each heading and the title shows up in PDF readers.

### Undo/Redo Stack

Nimbalyst enables you to undo and redo your edits

* Cmd+Z to Undo
* Cmd+Option+Z to Redo


---

# 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://docs.nimbalyst.com/visual-editors-powered-by-ai/markdown-wysiwyg.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.
