Creating your first Wiki page

Get started by creating your first page and exploring all Wiki features. The page will be created in your personal cluster, so feel free to experiment.

To create a page in your personal cluster:

  1. Go to Wiki and click Create page in the left panel.

  2. Click the line that says New page and enter a title.

  3. The page cluster and address are set automatically. You can see them under the title. To change them:

    • Click the text after and select the cluster where you want to create the page. Follow instructions in the tooltip.

    • Click the text after and enter the page address.

  4. When the editor opens, click on the panel and choose a display mode.

    • Visual editor (wysiwyg): Page elements appear as they will when published, so you can see the final result as you work. This mode is set by default.

    • Markdown markup: Page elements appear as a Yandex Flavored Markdown code.

  5. To add content to your page, you can copy this example, use the toolbar buttons, keyboard shortcuts, or embed the source code.

    # First-level heading
    ## Second-level heading
    Cluster text.
    Sample [link](https://ya.ru).
    ### Third-level heading
    *Text is in italics.* **Text is in bold.**
    ~~Strikethrough~~. `Source code snippet`
    Bulleted list:
    * List item.
      * Sub-item.
      * Sub-item.
    * List item.
    
    Numbered list:
    1. List item.
    2. List item:
    3. List item.
    
    Sample table:
    
    |heading 1|heading 2|heading 3|
    |---|---|---|
    |cell 11|cell 12|cell 13|
    |cell 21|cell 22||
    
    See the result:

  6. Click Create page.

A list of all your pages is available on the top Wiki panel in the Cluster structure menu.

See also