HOW-TO: Include an Image

To link to and display an image you'd actually be using Snippets. When you get to a content area where you'd like to include an image do the following:

  1. Place the cursor where you'd like the image to be placed in your content.
  2. In the bottom right of the content editor click the link for 'Insert/Edit Snippet'
  3. You should now have an action box that has a few links for including snippets.
  4. Click the link 'Image'
  5. Select the image you want to include by clicking it's title
  6. Click 'Insert Snippet' in the bottom right of the action box. Important'''
  7. There should now be text like the following in your content editor: {{ Resource.image resource_id=423 }}
  8. You have the following properties available to you to manipulate the images position: vspace, hspace, align, border

To include them in the snippet just add them like the following example: {{ Resource.image resource_id=423, align="right", hspace=10 }}

Linking an Image to a File/Page
This is still in development. Your only recourse at the moment is to use HTML to wrap the snippet. This will be fixed in v0.3.2.