Versions Compared

Key

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

...

The file for the wiki, index.md, is listed with the other files in the channel. The .md extension indicates that it is a markdown file, a plain text file that may include markdown formatting.

                               


Expand
titleUploading files into a channel during wiki editing

To upload a file into the channel:

  1. Open the wiki editor
  2. In the Files panel on the left of the Wiki editor, click the Upload a file button.
  3. Find the file in your file directory and upload it.
    It is now saved in the channel and appears in the Files panel:


Expand
titleCreate Creating a new markdown file during wiki editing

To create a new markdown file:

  1. Open the wiki editor
  2. In the Files panel on the left of the Wiki editor, click the Create a file button.

    An Add File dialog box opens. 
  3. Enter a file name. The extension will always be .md.
  4. Click Create File.
    The file appears in the Files panel. In the space where you were entering wiki content, the new file opens.
  5. Enter content into the new file using any of the features you used for entering content into the wiki.
  6. Click Publish.
    The file is published but the text editor continues to display it.
  7. To re-open the wiki file in the text editor, click index.md in the Files panel.
    Now the wiki file is opened in the center panel.
  8. You may add a link to the new markdown file in the wiki file text.

...