~hypedyn-team/hypedyn/2.4

« back to all changes in this revision

Viewing changes to src/hypedyn/help/node_editor.html

  • Committer: Alex Mitchell
  • Date: 2013-06-04 14:32:50 UTC
  • Revision ID: alexm@nus.edu.sg-20130604143250-o59367wh1y8r85zy
basic help completed, only advanced topics remaining

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
5
 
<title>HypeDyn | About HypeDyn</title>
 
5
<title>HypeDyn Help | Node Editor</title>
6
6
<meta name="keywords" content="" />
7
7
<meta name="description" content="" />
8
8
<link rel="stylesheet" type="text/css" href="default.css" />
31
31
 
32
32
    <!-- Primary content area start -->
33
33
 
34
 
        <h1>Node editor</h1>
35
 
    
36
 
    <p>The node editor displays links and text content. One node must be set as the start node.</p>
37
 
    
 
34
        <p><h1>Node editor</h1></p>
 
35
    
 
36
    <p>The node editor displays the links and text in a single node. The <em>content editor</em> on the right side of the window displays all of textual content in the node. The <em>link list</em> at the left of the window displays all the links in the node. Each link is also represented as underlined text in the content editor. When a link is selected in the link list, the corresponding text is selected in the text. Similarly, when linked text is selected in the content editor, the corresponding link is selected in the link list.</p>
 
37
 
38
38
    <p><img src="images/node_editor.jpg" alt="Node editor" width=600 /></p>
39
39
 
40
 
        </div>
 
40
    <p>To create a new link, click on the <b>New Link</b> button in the toolbar, or select the <b>New Link</b> menu item in the <b>Link</b> menu. You must select some text in the content editor before adding a link. Links cannot overlap. When adding a link, a dialog box will appear asking you to enter the name of the new link, after which the link will be added to the story, appearing in the content editor as underlined text, and appearing alphabetically in the link list.</p>
 
41
    
 
42
    <p>To edit a link, select the link and then click on the <b>Edit Link</b> button in the toolbar, or choose <b>Edit Link</b> from the <b>Link</b> menu. You can also double-click on the link in the link list to edit. Editing a link will open the link in the <a href="link_editor.html" title="link editor">link editor</a>.</p>    
 
43
    
 
44
<p>The selected link may be renamed by clicking on the <b>Rename Link</b> button or the <b>Rename Link</b> menu item in the <b>Link</b> menu. The selected link may be deleted by clicking on the <b>Delete Link</b> button or the <b>Delete Link</b> menu item in the <b>Link</b> menu.</p>
 
45
    
 
46
    <p>Note that one node in your story must be set as the <em>start node</em>. This node is the what the reader will see first when she runs the story. You can designate a node as the start node by clicking on the <b>Set start node</b> button in the toolbar.</p>
 
47
    
 
48
    <p>A node may also have associated <em>node rules</em>, which will be discussed <a href="node_rules.html" title="later">later</a>.
 
49
    
 
50
</div>
41
51
 
42
52
    </div>
43
53
    </div>
53
63
    <!--   <h4>Latest Publications</h4> -->
54
64
       <div class="contentarea">
55
65
        <ul class="linklist">
56
 
          <li><a href="index.html">About HypeDyn</a></li>
 
66
          <li><a href="index.html">Overview</a></li>
57
67
          <li><a href="basic_concepts.html">Basic concepts</a></li>
58
68
          <li><a href="main_window.html">Main window</a></li>
59
69
          <li><b>Node editor</b></li>