language/english/install/default-tutorial/Creating_and_editing_pages.txt
changeset 1104 299d7e6e328b
parent 1097 4252e4d83102
child 1354 eecde44145eb
equal deleted inserted replaced
1103:90225c988124 1104:299d7e6e328b
    24 
    24 
    25 To use italic text:
    25 To use italic text:
    26 
    26 
    27 <code><nowiki>''Your text here''</nowiki></code>
    27 <code><nowiki>''Your text here''</nowiki></code>
    28 
    28 
    29 Create a link:
    29 Create an ''internal link'' to a page on your site:
    30 
    30 
    31 <code><nowiki>[[Page title]]</nowiki></code>
    31 <code><nowiki>[[Page title]]</nowiki></code>
    32 
    32 
    33 Create a link, but using your own text:
    33 Create an internal link, but using your own text:
    34 
    34 
    35 <code><nowiki>[[Page title|Your text here]]</nowiki></code>
    35 <code><nowiki>[[Page title|Your text here]]</nowiki></code>
       
    36 
       
    37 Link to an external site:
       
    38 
       
    39 <code><nowiki>[http://www.example.com/ Your text here]</nowiki></code>
    36 
    40 
    37 Create a large heading:
    41 Create a large heading:
    38 
    42 
    39 <code><nowiki>== Your text here ==</nowiki></code>
    43 <code><nowiki>== Your text here ==</nowiki></code>
    40 
    44 
    44 
    48 
    45 Create a small heading:
    49 Create a small heading:
    46 
    50 
    47 <code><nowiki>==== Your text here ====</nowiki></code>
    51 <code><nowiki>==== Your text here ====</nowiki></code>
    48 
    52 
    49 Link to an external site:
       
    50 
       
    51 <code><nowiki>[http://www.example.com/ Your text here]</nowiki></code>
       
    52 
       
    53 == Visual editing ==
    53 == Visual editing ==
    54 
    54 
    55 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.
    55 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.
       
    56 
       
    57 == Advanced wikitext ==
       
    58 
       
    59 See [http://docs.enanocms.org/Help:Appendix_A Appendix A] in the Enano documentation for some more advanced wikitext formatting tips.
    56 
    60 
    57 == Moving up from Enano 1.0? ==
    61 == Moving up from Enano 1.0? ==
    58 
    62 
    59 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.
    63 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.
    60 
    64