We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a883d commit 7439af7Copy full SHA for 7439af7
2 files changed
Tutorial-o-Matic/scripts/ToMTutorial.groovy
@@ -0,0 +1,13 @@
1
+import edofro.tutorialomatic.ToM as tom
2
+
3
+//region: opens tutorial map
4
5
+ def sep = File.separator
6
+ def userDir = c.userDirectory.path
7
+ def mapFileName = "HowToTutorial-o-Matic.mm"
8
+ def pathName = userDir + sep + "doc" + sep + "Tutorial-o-Matic" + sep + mapFileName
9
+ def tutMap = tom.getMapFromPath(pathName, false) //usar mapa indicado (pero oculto)
10
11
+ tom.showTutorials( tutMap )
12
13
+//end:
0 commit comments