Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

This quick-reference guide is for people who regularly used the wiki markup editor in earlier versions of Confluence. It shows you how to use the new editor to do the things you have always done. And more.

The editor offers a number of options in the toolbar. But did you know...?

  • You can use autocomplete and autoformatting shortcuts instead of the toolbar.
  • The trigger characters for autocomplete and autoformatting are derived from wiki markup.
  • You can add macros, links and images by typing the entire wiki markup element. As soon as you close the macro, link, or image, Confluence will convert it to rich text format and add it to the page.

Hints to get you started quickly

Include Page
_QRG_GetStartedWM
_QRG_GetStartedWM

Column
width400px
Panel

On this page:

Table of Contents
maxLevel4
minLevel2

Related pages:

Before and after guide for wiki markup fans

...

What you did before

What to do now

Bold text:
Typed an asterisk '*', your text, then another asterisk in wiki markup. Example:

*Surf's Up*
Include Page
_QRG_AutoformatBold
_QRG_AutoformatBold

Heading levels:
Typed the heading level in wiki markup. Example:

h2. Midnight at the Lost and Found
Include Page
_QRG_AutoformatHeading
_QRG_AutoformatHeading

Underlining, italics, superscript, subscript:
Typed the wiki markup characters before and after your text.

Type the wiki markup just as you did before. Autoformatting will convert it as you type.

Left, centre and right alignment:
Not available in previous versions of Confluence.

Include Page
_QRG_Alignment
_QRG_Alignment

Indentation:
Not available in previous versions of Confluence.

Include Page
_QRG_Indentation
_QRG_Indentation

Line break:
Started a new line with no empty line.

Include Page
CONF56:_QRG_LineBreak
CONF56:_QRG_LineBreak

Quotation:
Typed the {quote} macro in wiki markup. Example:

{quote}Life is a lemon.{quote}

Include Page
_QRG_Quotation
_QRG_Quotation
Or type bq. in the editor

Colour:
Typed the {color} macro in wiki markup. Example:

{color:green}Bat out of Hell.{color}
Include Page
_QRG_Colour
_QRG_Colour

...

What you did before

What to do now

Linking to a Confluence page:
Typed the text and pasted the page name inside square brackets. Example:

[Modern Girl|Modern Girl song lyrics]
Include Page
_QRG_AutocompleteLinkPage
_QRG_AutocompleteLinkPage

Linking text to a web page:
Typed the text and pasted the link inside square brackets. Example:

[Modern Girl|http://www.example.com/song]
Include Page
_QRG_AutocompleteLinkWeb
_QRG_AutocompleteLinkWeb

Linking to a page that does not yet exist:
Typed the name of the non-existent page inside square brackets. Example:

[Future of the Modern Girl]
Include Page
_QRG_AutocompleteLinkNew
_QRG_AutocompleteLinkNew

Linking to an attachment:
Typed '^' and the attachment name inside square brackets. Examples:

[^attachment name]
[Page Name#^attachment name]
Include Page
_QRG_AutocompleteLinkAttachment
_QRG_AutocompleteLinkAttachment

Linking to an anchor within a page:
Typed the page name with the anchor name appended. Example:

{anchor:index}
[Page Two#index]

Include Page
CONF56:_QRG_Anchor
CONF56:_QRG_Anchor

Using bulleted and numbered lists

...

What you did before

What to do now

Adding a table:
Typed pipe characters '|' in wiki markup. Example:

||  || Title || Owned ||
| 1  | 	45 seconds of ecstasy | Y |
| 2  | 	Amnesty Is Granted |   |
Include Page
_QRG_AutoformatTable
_QRG_AutoformatTable

Editing a table:
Edited the text and shuffled the pipe characters around.

Learn the keyboard shortcuts for table editing. Click the help icon Image Removed Image Added on the editor toolbar to see a list of shortcut keys.

...