Click or drag to resize

Usage (of the editor and preview window)

Previous section: Markdown syntax

This topic contains the following sections:


Editor and Preview window

You will see two windows: the editor window (per default at the left side), and the previewer window (per default at the right side).

The editor window is the window in which you write your markdown text. The text is then displayed ('rendered') in the preview window. When you scroll your editor window, the preview window is scrolled too, to be as close as possible to the source text.

If you click into the editor window, the preview window is scrolled so that the corresponding line in the preview window matches horizontally with the line in the editor window (note that sometimes scrolling is not possible because the scroll bar has reached either the top or the bottom).

Likewise, if you click into the preview window, the editor window is scrolled to match the corresponding line in the source text.

You can even click in the preview window and start writing. When you start writing, the corresponding location in your source text is searched, and the text you write is then included in the source text at that position. Also, small edits are possible directly in the preview window. For instance, you can mark some text in the preview window, and then press Del to delete this text.

Shortcut keys

When working with Markdown documents, you can use the following shortcut keys:

  • F5 to refresh your preview window, and update all graphs. Additionally, if you have change any property of the document or the editor (spell checking, hyphenation etc.), press F5 to apply the new properties.

  • F12 to switch between the editor window and the preview window. If possible, the position of the caret will also be switched to the corresponding location, or the closest possible location nearby.

View configuration

You can choose another view configuration using the main menu, Text, View configuration. You can decide whether you want your:

  • editor window at the left, preview window to the right (default)

  • editor window at the top, preview window at the bottom (might be useful for tablets in portrait mode)

  • editor window at the right, preview window at the left

  • editor window at the bottom, preview window at the top (again useful for tablets in portrait mode)

  • editor window and preview window in a tab control, i.e. only one of them is displayed at once; you can switch with F12.

Outline window

You can show or hide a window containing the outline of your document by using Text -> Show outline window from the main menu. If the outline window is shown, as in Fig. 1, you can double-click onto an item in the outline window to scroll the text in the source text window to the corresponding location.

Figure 1: The outline window is always shown to the left of the source text and preview windows.