Versions Compared

Key

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

...

The left panel of the wiki editor shows the files and images that are already uploaded to the channel as well as buttons for uploading a file and creating a file or folder. Image RemovedImage Added

The original 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. It remains the first page of the wiki if you add additional pages.

                               

...

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.
    Image RemovedImage Added
  3. Find the file in your file directory and upload it.
    It is now saved in the channel and appears in the Files panel:
    Image RemovedImage Added


Expand
titleCreating 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.

...