PaperQuire Docs Download

Editor

Editor Overview

PaperQuire uses a split-pane editor: Markdown on the left, live preview on the right. The editor is built on CodeMirror 6 and provides syntax highlighting, line numbers, and smart indentation out of the box. As you type Markdown, the preview pane updates in real time so you always see exactly how your document will look.

The split can be resized by dragging the divider between the two panes. You can also collapse either pane to work in a focused writing mode or a full-screen preview. Scrolling is synchronized between the editor and the preview so the content you are editing is always visible on both sides.

PaperQuire editor with live preview
The split-pane editor with live preview

Toolbar

The toolbar at the top of the editor provides quick access to common formatting actions. Available buttons include bold, italic, headings (H1 through H4), bullet lists, numbered lists, links, images, code blocks, and tables.

Each button inserts the corresponding Markdown syntax at the current cursor position. If you have text selected, formatting buttons such as bold and italic will wrap the selection with the appropriate markers. Keyboard shortcuts are shown in tooltips when you hover over each button. See Keyboard Shortcuts for a complete reference.

Customizing the Toolbar

The toolbar can be customized from Settings → Editor → Toolbar. You can reorder buttons, hide actions you rarely use, or add separators to group related functions together. Changes take effect immediately and are saved to your local preferences.

Slash Commands

Type / at the start of a line to open the command palette. A floating menu appears with a searchable list of block-level elements you can insert. Start typing to filter the list, then press Enter or click to insert.

Available slash commands include:

Slash command palette
The slash command palette for quick formatting

Status Bar

The bottom status bar displays useful information about your document at a glance. From left to right you will see:

Click the word count to open a detailed statistics panel that shows paragraph count, sentence count, average sentence length, and a readability score.

The left sidebar serves as your document library. All of your Markdown files are listed here, organized into folders you create. You can drag and drop documents to reorder them or move them between folders.

Creating and Organizing Documents

Click the + button at the top of the sidebar to create a new document or a new folder. Right-click any item for a context menu with options to rename, duplicate, move, or delete. Use the search box at the top of the sidebar to filter documents by name or content.

Document sidebar
The document sidebar for file management

Themes

PaperQuire supports dark and light editor themes. Switch between them from Settings → Appearance or use the keyboard shortcut Cmd+Shift+T (macOS) or Ctrl+Shift+T (Windows/Linux).

The editor theme controls only the appearance of the writing environment. It is entirely independent of your export template, which determines how your PDF output looks. You can write in dark mode and still produce a light, branded PDF with no extra configuration.

Dark theme
PaperQuire in dark theme