MarkUpDown Keyboard Shortcuts -- Top Bar

Expanded view of MarkUpDown's lower command bar

click here for bottom bar

Icon

Keystrokes

Action

No text selected

Selected Text

Clipboard

Notes

Ctrl-Shift-C

Copy as HTML

Places HTML-rendered Markdown into clipboard

N/A

N/A

Check your CSS Settings (by clicking the Settings button) to set whether you'd like the HTML placed into your clipboard to include the CSS used in the preview window.

Ctrl-B

Bold

Insert bold tags
**|**

Surrounds text with bold tags.
**Selection**

N/A


Ctrk-I

Italics

Inserts italics tags
*|*

Surrounds text with italics tags.
*Selection*

N/A


Ctrl-U

Underline

Inserts HTML markup for underline <u>|</u>

Surrounds selected text with HTML markup for underline. <u>Selection<u>

N/A


Insert Image command button

Ctrl-G

Insert Image

Inserts an image tag, cursor in src attribute.

![](|)

If selected text ends with an image extension (.jpg, .png, .gif), it is placed in the src attribute, and the cursor is placed in the alt section.

![|](http://example.com/image.png)

Depending on your image settings, may instead produce raw image tags with hard-coded styles

<img src="image.png" alt="" style="trait:value" />

Used as src if appropriate and there is no selected text. Used as alt text with selection if selected text is valid image URL.

Image tag format is set in the "Image Settings" section of Settings (To access Settings, click  Settings Icon)

Right-clicking the Insert Image icon gives more options.

Right-click the Insert Image icon to force specific image display formats: default, middle, or right.

Upload and Insert Image command icon

Ctrl-Shift-G

Upload & Insert Image

Opens a file dialog, uploads selected image to imgur for free hosting, then uses URL to insert an image tag.

Placed in alt section.

Ignored.

This is a BETA feature. Please report any trouble (with this or any feature) to support@rufwork.com.

Bullets command button

Ctrl-*

Insert Bulleted List

Starts new line with an asterisk (Markdown for a bulleted list)

If no more than a single line is selected, it will be prefixed by "* ". If many lines are selected, asterisks will be inserted at the start of each selected line, whether fully or partially selected.

N/A

Pressing return once will create a new line prefixed by an asterisk. Hitting return again immediately will end the list, and remove the last asterisk.

On non-English (US) keyboards, the shortcut may resolve to Ctrl-Shift-8.

Ordered List command button

Ctrl-1

Insert Numbered List

Starts a new line with "1. "

If no more than a single line is selected, it will be prefixed by "1. ". If many lines are selected, numbers will be inserted at the start of each selected line, whether fully or partially selected.

N/A

Pressing return once will create a new line prefixed by the next number in the series. Hitting return again immediately will end the list, and remove the last number.

N/A

Ctrl-Shift-H

Highlight

Inserts strong tags with inline CSS to highlight yellow, with a bold font-weight, and leaves the cursor in between the tags.

Puts selection between tags, cursor at end of text.

N/A

N/A

Quote command button

Ctrl->

Quote

Starts a new line, places > at the start of the line, and any text after the cursor is put into the quote.

Acts the same as with no selected text.

N/A

N/A

Ctrl-Shift-V

Paste as Quote

The contents of the clipboard, if resolvable into text, will be inserted at the cursor location, formatted as described in the "Clipboard" column.

Selected text will be replaced by the contents of the clipboard, formatted as described in the "Clipboard" column.

Will take the contents of the clipboard, and paste a quote marker > before each line.

N/A

Alt-V

Paste HTML

The contents of the clipboard, if resolvable into text, will be inserted at the cursor location, formatted as described in the "Clipboard" column.

Selected text will be replaced by the contents of the clipboard, formatted as described in the "Clipboard" column.

If the clipboard contains HTML content, that HTML code will be pasted into the document. If no HTML content is detected, plain text, if available, will be pasted instead.

Note: Each browser has its own clipboard format, and the same selection copied from different browsers can produce slightly different clipboard values.

N/A

Alt-Shift-V

Paste HTML as Quote

The contents of the clipboard, if resolvable into text, will be inserted at the cursor location, formatted as described in the "Clipboard" column.

Selected text will be replaced by the contents of the clipboard, formatted as described in the "Clipboard" column.

HTML code from the clipboard will be pasted into the document, with a > appended to each newline so that the content is surrounded by blockquote HTML tags.

Note: Each browser has its own clipboard format, and the same selection copied from different browsers can produce slightly different clipboard values.

Code command button

Ctrl-D

Code Block

Inserts ``

If on a single line, surrounds with ``. If multiple lines are included, each line is indented to create a code block.

N/A

Typically used to set aside snippets of programming languages, which will typically be rendered in a monospace (typewriter) font. Some special characters will be ignored within the code block.


Bottom Bar

Expanded view of MarkUpDown's lower command bar

Icon

Keystrokes

Action

Notes

Ctrl-N

Add/New File

Opens a new, blank, unsaved tab for editing.

Open command button

Ctrl-O

Open

Opens an existing Markdown (or other text) file.

Save command button

Ctrl-S

Save

There are times the file system will, for security purposes, ask you to "check back out" a file.

You will need to reselect the file using the file dialog for it to save correctly.

Save As command button

Ctrl-Shift-S

Save As

Defaults to .md

Export command button

Ctrl-P (exPort)

Export

Check your CSS Settings (by clicking the Settings button) to set whether you'd like the exported

HTML to include the CSS used in the preview window.

Find command button

Ctrl-F

Find

Opens the Find & Replace dialog.

  • F3 to Find again.
  • F4 to Replace any text currently found, then Find again.
  • F8 to Replace the find text with the replace text throughout (occurs immediately).
Settings command button

Ctrl-,

Open Settings

Will open the Settings window so you can turn on/off beta features, edit your preview CSS, determine how images are inserted, etc.

Help command button

Help

Opens the Help window

(If you're in MarkUpDown, you're likely looking at the Help window now.)

Close box for a tab

Ctrl-W

Close (active) tab

If unsaved, you should be given a chance to save before the tab closes.

N/A

Ctrl-[

Go to previous open tab

N/A

Ctrl-]

Go to next open tab

N/A

N/A

Open App Log

This will open a text file with MarkUpDown debugging information. Please only select this option if instructed to by technical support. Editing this file, even accidentally, could make debugging a problem more difficult in the future.