HOW-TO: Link to Other Pages In a Site

To link to a page in your site you should use a Snippet. When you get to a content area where you'd like to create a link do the following:

  1. Place the cursor where you'd like the link to be created 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 'Link to'
  5. Select the page you want to link to 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: {{ Page.link_to page_id=677 }}
  8. If you would like provide text other then the page name add the following to the snippet: text="What you want the link to say". Which would make the final snippet look like {{ Page.link_to page_id=677, text="What you want the link to say" }}

This process will most likely be changed in v0.3.2.