language/english/install/default-tutorial/Creating_and_editing_pages.txt
changeset 1104 299d7e6e328b
parent 1097 4252e4d83102
child 1354 eecde44145eb
--- a/language/english/install/default-tutorial/Creating_and_editing_pages.txt	Tue Aug 25 01:43:40 2009 -0400
+++ b/language/english/install/default-tutorial/Creating_and_editing_pages.txt	Wed Aug 26 13:04:26 2009 -0400
@@ -26,14 +26,18 @@
 
 <code><nowiki>''Your text here''</nowiki></code>
 
-Create a link:
+Create an ''internal link'' to a page on your site:
 
 <code><nowiki>[[Page title]]</nowiki></code>
 
-Create a link, but using your own text:
+Create an internal link, but using your own text:
 
 <code><nowiki>[[Page title|Your text here]]</nowiki></code>
 
+Link to an external site:
+
+<code><nowiki>[http://www.example.com/ Your text here]</nowiki></code>
+
 Create a large heading:
 
 <code><nowiki>== Your text here ==</nowiki></code>
@@ -46,14 +50,14 @@
 
 <code><nowiki>==== Your text here ====</nowiki></code>
 
-Link to an external site:
-
-<code><nowiki>[http://www.example.com/ Your text here]</nowiki></code>
-
 == Visual editing ==
 
 If you prefer to design your documents in a more graphical way, click the <a href="#" onclick="return false;" class="abutton abutton_blue image"><img width="16" height="16" src="images/spacer.gif" style="background-image: url(images/editor/sprite.png); background-repeat: no-repeat; background-position: -112px 0px;" /> Convert to HTML</a> button in the editor. Enano includes [http://tinymce.moxiecode.com/ TinyMCE], a widely-used graphical editor for the web.
 
+== Advanced wikitext ==
+
+See [http://docs.enanocms.org/Help:Appendix_A Appendix A] in the Enano documentation for some more advanced wikitext formatting tips.
+
 == Moving up from Enano 1.0? ==
 
 Good news: You don't have to learn anything new to use Enano 1.2's formatting syntax or editor. We've improved the interface of the editor a lot though. Enano 1.2 also has new features like auto-saving and the ability to detect when someone else saves the page while you're working on it. Another new feature is a guard against automatically closing out the editor, so it's much harder to lose a page you're working on.