Skip to main content
doXmind provides a powerful WYSIWYG editor with full Markdown support. Write naturally and see your formatting applied in real-time.

Text Formatting

Apply formatting using the toolbar, keyboard shortcuts, or Markdown syntax.
FormatShortcutMarkdown
BoldCtrl+B**text**
ItalicCtrl+I*text*
UnderlineCtrl+U-
Inline CodeCtrl+E`code`

Headings

Create document structure with six heading levels.
HeadingShortcut
Heading 1Ctrl+Alt+1
Heading 2Ctrl+Alt+2
Heading 3Ctrl+Alt+3
Heading 4Ctrl+Alt+4
Heading 5Ctrl+Alt+5
Heading 6Ctrl+Alt+6

Lists

Bullet List

Create unordered lists with Ctrl+Shift+8 or type - at the start of a line.

Numbered List

Create ordered lists with Ctrl+Shift+7 or type 1. at the start of a line.

Task List

Create interactive checklists by typing [ ] at the start of a line.

Code Blocks

Add syntax-highlighted code blocks by typing three backticks followed by the language name:
```javascript
function hello() {
  console.log("Hello, doXmind!");
}
```
Supported languages include JavaScript, Python, TypeScript, Go, Rust, and many more.

Tables

Create tables using the toolbar or by typing Markdown table syntax. Tables support:
  • Adding and removing rows/columns
  • Resizing columns
  • Header rows
  • Text alignment

Images

Insert images into your document:
1

Paste from clipboard

Copy an image and paste directly into the editor with Ctrl+V.
2

Drag and drop

Drag image files from your computer into the editor.
3

URL

Insert images by URL using the image toolbar button.
Images can be resized by dragging their corners. Add links by:
  • Selecting text and pressing Ctrl+K
  • Pasting a URL over selected text
  • Using Markdown syntax: [text](url)

Math Equations

Write mathematical equations using LaTeX syntax. Wrap your equation in $ for inline math or $$ for block equations. Inline: $E = mc^2$ renders as E = mc² Block:
$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$

Search & Replace

Press Ctrl+F to open the search toolbar. Find text in your document and optionally replace it.
Use the toolbar at the top of the editor to quickly access formatting options, or learn the keyboard shortcuts to speed up your workflow.