Skip to content

Commit e5477ec

Browse files
committed
wip
1 parent 0e51276 commit e5477ec

12 files changed

Lines changed: 8224 additions & 96 deletions

EditingTutorialsWithMDH/HowToTutorial-o-Matic.mm

Lines changed: 2740 additions & 0 deletions
Large diffs are not rendered by default.

EditingTutorialsWithMDH/Tutorial-o-Matic Intro.mm

Lines changed: 528 additions & 0 deletions
Large diffs are not rendered by default.

EditingTutorialsWithMDH/Tutorial-o-MaticCommands.mm

Lines changed: 1147 additions & 0 deletions
Large diffs are not rendered by default.

EditingTutorialsWithMDH/Tutorial-o-MaticStepByStep.mm

Lines changed: 1908 additions & 0 deletions
Large diffs are not rendered by default.

EditingTutorialsWithMDH/myExistingMindMap.mm

Lines changed: 609 additions & 0 deletions
Large diffs are not rendered by default.

Tutorial-o-Matic/Tutorial-o-Matic.mm

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ For each menu item with an icon add an attribute with the icon key (use develope
411411
</html>
412412
</richcontent>
413413
</node>
414-
<node TEXT="translations" FOLDED="true" POSITION="left" ID="ID_546877695"><richcontent TYPE="NOTE" CONTENT-TYPE="xml/">
414+
<node TEXT="translations" POSITION="left" ID="ID_546877695"><richcontent TYPE="NOTE" CONTENT-TYPE="xml/">
415415
<html>
416416
<head>
417417

@@ -446,7 +446,7 @@ For each menu item with an icon add an attribute with the icon key (use develope
446446
<node TEXT="en" ID="ID_835667055">
447447
<attribute_layout NAME_WIDTH="205.49999 pt" VALUE_WIDTH="264.74999 pt"/>
448448
<attribute NAME="addons.${name}.createNewTutorialMindMap" VALUE="Create new tutorial mind map"/>
449-
<attribute NAME="addons.${name}.ActionInstruction1" VALUE="&lt;html&gt;In submenu &lt;b&gt;{0}&lt;/b&gt; &lt;br&gt;click on &lt;b&gt;{1}&lt;/b&gt;&lt;/html&gt;"/>
449+
<attribute NAME="addons.${name}.ActionInstruction1" VALUE="&lt;html&gt;&lt;h3&gt;Instructions:&lt;/h3&gt;In submenu &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;click on &lt;b&gt;{1}&lt;/b&gt;&lt;/html&gt;"/>
450450
<attribute NAME="addons.${name}" VALUE="Tutorial-o-Matic"/>
451451
<attribute NAME="addons.${name}.ActionInstruction2" VALUE="&lt;html&gt;You can also use de keyboard shortcut &lt;b&gt;{0}&lt;/b&gt; for this command&lt;/html&gt;"/>
452452
<attribute NAME="addons.${name}.openDemoMap" VALUE="open Demo map"/>
@@ -457,11 +457,24 @@ For each menu item with an icon add an attribute with the icon key (use develope
457457
<attribute NAME="addons.${name}.importToMStyles" VALUE="Import Tutorial-o-Matic Styles"/>
458458
<attribute NAME="addons.${name}.executeTutorial" VALUE="execute Demo tutorial"/>
459459
<attribute NAME="addons.${name}.openTutorialPageFromLink" VALUE="Open tutorial page from link"/>
460+
<richcontent TYPE="NOTE" CONTENT-TYPE="xml/">
461+
<html>
462+
<head>
463+
464+
</head>
465+
<body>
466+
<h3>
467+
Instructions:
468+
</h3>
469+
In submenu <b>{0}</b><br/>click on <b>{1}</b>
470+
</body>
471+
</html>
472+
</richcontent>
460473
</node>
461474
<node TEXT="es" ID="ID_370825255">
462475
<attribute_layout NAME_WIDTH="205.49999 pt" VALUE_WIDTH="228.74999 pt"/>
463476
<attribute NAME="addons.${name}.createNewTutorialMindMap" VALUE="Crear nuevo mapa para tutoriales"/>
464-
<attribute NAME="addons.${name}.ActionInstruction1" VALUE="&lt;html&gt;En submenu &lt;b&gt;{0}&lt;/b&gt; &lt;br&gt;has click en &lt;b&gt;{1}&lt;/b&gt;&lt;/html&gt;"/>
477+
<attribute NAME="addons.${name}.ActionInstruction1" VALUE="&lt;html&gt;&lt;h3&gt;Instrucciones:&lt;/h3&gt;En submenu &lt;b&gt;{0}&lt;/b&gt; &lt;br&gt;has click en &lt;b&gt;{1}&lt;/b&gt;&lt;/html&gt;"/>
465478
<attribute NAME="addons.${name}" VALUE="Tutorial-o-Matic"/>
466479
<attribute NAME="addons.${name}.ActionInstruction2" VALUE="&lt;html&gt;Puedes usar también el atajo &lt;b&gt;{0}&lt;/b&gt; para este comando&lt;/html&gt;"/>
467480
<attribute NAME="addons.${name}.openDemoMap" VALUE="abrir mapa demo"/>

Tutorial-o-Matic/translations/en.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#Tue Mar 29 23:27:57 CLST 2022
1+
#Tue Apr 12 16:11:29 CLT 2022
22
addons.${name}.createNewTutorialMindMap=Create new tutorial mind map
33
addons.${name}=Tutorial-o-Matic
44
addons.${name}.ToMDemo=Tutorial-o-Matic Demo
55
addons.${name}.ToMTutorial=Tutorial-o-Matic How to
66
addons.${name}.importToMStyles=Import Tutorial-o-Matic Styles
77
addons.${name}.executeTutorial=execute Demo tutorial
8-
addons.${name}.ActionInstruction1=<html>In submenu <b>{0}</b> <br>click on <b>{1}</b></html>
8+
addons.${name}.ActionInstruction1=<html><h3>Instructions\:</h3>In submenu <b>{0}</b><br>click on <b>{1}</b></html>
99
addons.${name}.openTutorialPageFromLink=Open tutorial page from link
1010
addons.${name}.ActionInstruction2=<html>You can also use de keyboard shortcut <b>{0}</b> for this command</html>
1111
addons.${name}.openDemoMap=open Demo map

Tutorial-o-Matic/translations/es.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Mar 29 23:27:57 CLST 2022
1+
#Tue Apr 12 16:11:29 CLT 2022
22
addons.${name}.createNewTutorialMindMap=Crear nuevo mapa para tutoriales
3-
addons.${name}.ActionInstruction1=<html>En submenu <b>{0}</b> <br>has click en <b>{1}</b></html>
3+
addons.${name}.ActionInstruction1=<html><h3>Instrucciones\:</h3>En submenu <b>{0}</b> <br>has click en <b>{1}</b></html>
44
addons.${name}=Tutorial-o-Matic
55
addons.${name}.ActionInstruction2=<html>Puedes usar también el atajo <b>{0}</b> para este comando</html>
66
addons.${name}.openDemoMap=abrir mapa demo

Tutorial-o-Matic/zips/doc/Tutorial-o-Matic/HowToTutorial-o-Matic.mm

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,11 @@
137137
</map_styles>
138138
</hook>
139139
<attribute_layout NAME_WIDTH="86.25 pt" VALUE_WIDTH="87 pt"/>
140-
<attribute NAME="ToM_TabLabel" VALUE="Tutorial-o-Matic"/>
140+
<attribute NAME="ToM_TabLabel" VALUE="ToM How to"/>
141141
<node TEXT="Introduction" STYLE_REF="ToM-Tutorial" POSITION="right" ID="ID_839819820">
142142
<icon BUILTIN="emoji-1F58D"/>
143-
<attribute NAME="ToM_TabLabel" VALUE="Tutorial-o-Matic"/>
143+
<attribute_layout NAME_WIDTH="81.75 pt" VALUE_WIDTH="83.25 pt"/>
144+
<attribute NAME="ToM_TabLabel" VALUE="ToM How to"/>
144145
<node TEXT="greetings" ID="ID_26985145">
145146
<node TEXT="Welcome to Tutorial-o-Matic !!" STYLE_REF="ToM_newPage" ID="ID_1522236279"/>
146147
<node TEXT="text" STYLE_REF="ToM_note" ID="ID_365713608">
@@ -198,7 +199,8 @@
198199
<node TEXT="How to create a tutorial" STYLE_REF="ToM-Tutorial" POSITION="right" ID="ID_899848243">
199200
<icon BUILTIN="emoji-1F58D"/>
200201
<font NAME="SansSerif"/>
201-
<attribute NAME="ToM_TabLabel" VALUE=" ToM - How to"/>
202+
<attribute_layout NAME_WIDTH="81.75 pt" VALUE_WIDTH="89.25 pt"/>
203+
<attribute NAME="ToM_TabLabel" VALUE=" ToM - How to (1)"/>
202204
<node TEXT="temas" ID="ID_1725860032">
203205
<node TEXT="General explanation" STYLE_REF="ToM_newPage" FOLDED="true" ID="ID_224410103">
204206
<node TEXT="text" STYLE_REF="ToM_note" ID="ID_581981021">
@@ -940,10 +942,11 @@ To add a Table of Content (TOC) to your tutorial, you just have to:
940942
</node>
941943
</node>
942944
</node>
943-
<node TEXT="How to add actions to a tutorial" STYLE_REF="ToM-Tutorial" POSITION="right" ID="ID_373851194">
945+
<node TEXT="How to add actions to a tutorial" STYLE_REF="ToM-Tutorial" FOLDED="true" POSITION="right" ID="ID_373851194">
944946
<icon BUILTIN="emoji-1F58D"/>
945947
<font NAME="SansSerif"/>
946-
<attribute NAME="ToM_TabLabel" VALUE=" ToM - How to"/>
948+
<attribute_layout NAME_WIDTH="81.75 pt" VALUE_WIDTH="89.25 pt"/>
949+
<attribute NAME="ToM_TabLabel" VALUE=" ToM - How to (2)"/>
947950
<node TEXT="node text to note bigger and in red" ID="ID_946519043"><richcontent TYPE="NOTE" CONTENT-TYPE="xml/">
948951
<html>
949952
<head>

Tutorial-o-Matic/zips/doc/Tutorial-o-Matic/SimpleTutorialSample.mm

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,27 @@
113113
<icon BUILTIN="emoji-1F4D6"/>
114114
<cloud COLOR="#f9f9b9" SHAPE="ROUND_RECT"/>
115115
</stylenode>
116+
<stylenode TEXT="nextTask" BACKGROUND_COLOR="#ffff33">
117+
<icon BUILTIN="yes"/>
118+
<icon BUILTIN="unchecked"/>
119+
</stylenode>
120+
<stylenode TEXT="pendingTask" BACKGROUND_COLOR="#99ffff">
121+
<icon BUILTIN="unchecked"/>
122+
</stylenode>
123+
<stylenode TEXT="completedTask" COLOR="#333333" BACKGROUND_COLOR="#cccccc">
124+
<icon BUILTIN="checked"/>
125+
<font ITALIC="true"/>
126+
</stylenode>
127+
<stylenode TEXT="discardedTask" COLOR="#666666" BACKGROUND_COLOR="#cccccc">
128+
<icon BUILTIN="Descartado"/>
129+
<font ITALIC="true"/>
130+
</stylenode>
131+
<stylenode TEXT="containsNextTasks" BACKGROUND_COLOR="#eaea86">
132+
<icon BUILTIN="emoji-1F7E5"/>
133+
</stylenode>
134+
<stylenode TEXT="containsPendingTasks" BACKGROUND_COLOR="#b5d7d7">
135+
<icon BUILTIN="emoji-23F9"/>
136+
</stylenode>
116137
</stylenode>
117138
<stylenode LOCALIZED_TEXT="styles.AutomaticLayout" POSITION="right" STYLE="bubble">
118139
<stylenode LOCALIZED_TEXT="AutomaticLayout.level.root" ID="ID_1618325545" COLOR="#000000" STYLE="bubble" SHAPE_HORIZONTAL_MARGIN="5 pt" SHAPE_VERTICAL_MARGIN="10 pt" UNIFORM_SHAPE="true" MAX_WIDTH="4 cm" MIN_WIDTH="1 cm">
@@ -1873,7 +1894,7 @@ candle indicates that executes only one time (then button gets disabled)
18731894
</node>
18741895
</node>
18751896
<node TEXT="html note" ID="ID_1092689747">
1876-
<arrowlink COLOR="#cc0000" WIDTH="6" TRANSPARENCY="255" DESTINATION="ID_1287893974" MIDDLE_LABEL="Change their order &#xa;and reload the page &#xa;to see how the TOC updates" STARTINCLINATION="195.74999 pt;6.75 pt;" ENDINCLINATION="188.99999 pt;-47.25 pt;" STARTARROW="DEFAULT" ENDARROW="DEFAULT"/>
1897+
<arrowlink COLOR="#cc0000" WIDTH="6" TRANSPARENCY="255" DESTINATION="ID_1287893974" MIDDLE_LABEL="Change their order &#xa;and reload the page &#xa;to see how the TOC updates" STARTINCLINATION="195.74999 pt;6.75 pt;" ENDINCLINATION="188.99999 pt;-46.5 pt;" STARTARROW="DEFAULT" ENDARROW="DEFAULT"/>
18771898
<richcontent TYPE="NOTE" CONTENT-TYPE="plain/markdown"/>
18781899
<node TEXT="HTML example" STYLE_REF="ToM_newPage" ID="ID_1391525027"/>
18791900
<node TEXT="text" STYLE_REF="ToM_note" ID="ID_774731236">

0 commit comments

Comments
 (0)