diff options
| author | garbash <dor.garbash@gmail.com> | 2014-09-29 17:21:46 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-09-29 17:21:46 +0300 |
| commit | 713efe4872ae985338c39570d02990c9cacc22ba (patch) | |
| tree | 1e79f05351aaf0fbee80228452189bb1c43d7454 /scripts/robot.js | |
| parent | 6e19d60fdecaee0138299de83c3e98644d003877 (diff) | |
Improved tutorial
Diffstat (limited to 'scripts/robot.js')
| -rw-r--r-- | scripts/robot.js | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/scripts/robot.js b/scripts/robot.js index c8e2a0c8..3d499864 100644 --- a/scripts/robot.js +++ b/scripts/robot.js @@ -6,23 +6,18 @@ sentence+="#links and #nodes have #context and #meaning|"; sentence+="#entities and #concepts are #nodes|"; sentence+="We built this entire graph in 30 seconds, try it out yourself!";*/ -sentence+=' #Hi, this is #Rhizibot!|'; -sentence+='#Rhizi is a tool for creating interactive #Networks|'; -sentence+='With #Rhizi your #Text becomes a #Network"|'; -sentence+='Use the #hashtag(#) before a word to create it as #Node|'; +sentence+='##Rhizi is a tool for creating interactive #Networks|'; +sentence+='Create #Networks by writing #Sentences|'; +sentence+='like a #Tweet you can put a #Hashtag in your #Sentences|'; sentence+='#Hello|'; sentence+='#John|'; -sentence+='Use #commas("") if what you want to write #"multiple words" as a #Node|'; +sentence+='Put your text between #Commas to use #"Multiple words"|'; sentence+='#"John Smith"|'; sentence+='#"Beauty and the beast"|'; -sentence+='a #Node is connected to all other #Nodes in the #sentence|'; -sentence+='#John is a friend of #Tim|'; -sentence+='#"Beauty and the beast" is film by #Disney|'; -sentence+='Use the word #"and" to #"connect multiple things together"|'; +sentence+='Use the word #And to #"Connect multiple things together"|'; sentence+='#John likes #Apples and #Oranges and #Pistachio|'; -sentence+='You can choose the node type by using #"right arrow" or #"left arrow|"'; -sentence+='#Rhizi is useful for #"Mapping ideas" and "#"Creating info graphics" and #"Organising knowledge"|'; -sentence+="#You can click on any #Node to change and modify it's #Properties|"; +//sentence+='Choose the #"node type" by using the #"TAB key"|'; +sentence+='#Click on any #Node to change and modify it|'; sentence+='#Play around and have #Fun!|'; var robot = function (sentence) { |
