MarkUpDown Keyboard Shortcuts -- Top 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. |
N/A |
|
|
Ctrk-I |
Italics |
Inserts italics tags |
Surrounds text with italics tags. |
N/A |
||
Ctrl-U |
Underline |
Inserts HTML markup for underline |
Surrounds selected text with HTML markup for
underline. |
N/A |
||
Ctrl-G |
Insert Image |
Inserts an image tag, cursor in
|
If selected text ends with an image extension (.jpg,
.png, .gif), it is placed in the
Depending on your image settings, may instead produce raw image tags with hard-coded styles
|
Used as |
Image tag format is set in the "Image Settings" section of Settings (To access Settings, click )
Right-click the Insert Image icon to force specific image display formats: default, middle, or right. |
|
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 |
Ignored. |
This is a BETA feature. Please report any trouble (with this or any feature) to support@rufwork.com. |
|
Ctrl-K |
Insert Link |
Insert link tags with cursor ready to enter link text |
If text is a valid URL, insert text in link text and
URL sections, then completely select link text for
quick overwrite. Otherwise, text becomes the link text, and cursor is
placed in href location: |
Same as selected |
N/A |
|
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. |
|
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 |
Puts selection between tags, cursor at end of text. |
N/A |
N/A |
Ctrl-# |
Insert Header |
Inserts a new line immediately before the
cursor, places |
Acts the same as with no selected text. |
N/A |
On non-English (US) keyboards, the shortcut may resolve to Ctrl-Shift-3. |
|
Ctrl-> |
Quote |
Starts a new line, places |
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 |
|
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 |
Note: Each browser has its own clipboard format, and the same selection copied from different browsers can produce slightly different clipboard values. |
Ctrl-D |
Code Block |
Inserts |
If on a single line, surrounds with |
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
Icon |
Keystrokes |
Action |
Notes |
---|---|---|---|
Ctrl-N |
Add/New File |
Opens a new, blank, unsaved tab for editing. |
|
Ctrl-O |
Open |
Opens an existing Markdown (or other text) file. |
|
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. |
|
Ctrl-Shift-S |
Save As |
Defaults to .md |
|
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. |
|
Ctrl-F |
Find |
Opens the Find & Replace dialog.
|
|
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 |
Opens the Help window |
(If you're in MarkUpDown, you're likely looking at the Help window now.) |
|
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. |