|
4 | 4 | <font SIZE="16" BOLD="true" ITALIC="true"/> |
5 | 5 | <attribute_layout NAME_WIDTH="111.75 pt" VALUE_WIDTH="165.75 pt"/> |
6 | 6 | <attribute NAME="name" VALUE="tutorialOMatic"/> |
7 | | -<attribute NAME="version" VALUE="v0.0.4"/> |
| 7 | +<attribute NAME="version" VALUE="v0.0.5"/> |
8 | 8 | <attribute NAME="author" VALUE="EdoFro"/> |
9 | 9 | <attribute NAME="freeplaneVersionFrom" VALUE="v1.9.9"/> |
10 | 10 | <attribute NAME="freeplaneVersionTo" VALUE=""/> |
|
172 | 172 | <node TEXT="v0.0.3" FOLDED="true" ID="ID_1106405456"> |
173 | 173 | <node TEXT="- better scrollspeed
- message when command no present in Menu for active map
- added execute_scripts_without_network_restriction: true so web images could be loaded
- improved showMenu to show actions in extended submenus
- changed 'Close tutorial' to 'Stop tutorial'
- tables have now black borders
- Codeblocks have special style in EditorPanes
- links in EditorPanes are now clickeable and open the default web browser
- added a listener to resize height of content panel when tabpanel width changes
- added newPage styles and functionality
- added Table of Contents styles and functionality
- added Table of Contents button to 'next page' panel
- added GOTO style and its functionality
- added Action style and its functionality
- added groovy style and its functionality
- enables multiple tutorials in one map
- added 'copy' style and its functionality
- added 'select' style and its functionality
- added 'openMap' style and its functionality
- added 'inspect tutorial map' functionality" ID="ID_1550125378"/> |
174 | 174 | </node> |
175 | | -<node TEXT="v0.0.4" ID="ID_1654795865"> |
| 175 | +<node TEXT="v0.0.4" FOLDED="true" ID="ID_1654795865"> |
176 | 176 | <node TEXT="- corrected link to version.properties
- information of pasted nodes now is saved in each map for later exercises and multiple exercising maps
- added 'go back' when using 'GOTO' panes
- added 'show node from map'
- added 'Show Tutorials' in tutorial's last page
- added markedj.Options for Markdown" ID="ID_312985717"/> |
177 | 177 | </node> |
| 178 | +<node TEXT="v0.0.5" ID="ID_1381773414"> |
| 179 | +<node TEXT="- use look and feel specific colors (dpolivaev)" ID="ID_1429862191"/> |
| 180 | +</node> |
178 | 181 | </node> |
179 | 182 | <node TEXT="license" FOLDED="true" POSITION="left" ID="ID_624388795"> |
180 | 183 | <edge COLOR="#00ff00"/> |
@@ -602,8 +605,7 @@ For each menu item with an icon add an attribute with the icon key (use develope |
602 | 605 | opens tutorial defined in first child node |
603 | 606 | </p> |
604 | 607 | </body> |
605 | | -</html> |
606 | | -</richcontent> |
| 608 | +</html></richcontent> |
607 | 609 | <attribute_layout VALUE_WIDTH="115.5 pt"/> |
608 | 610 | <attribute NAME="script1" VALUE="import edofro.tutorialomatic.ToM as tom

//opens demo map
def mapFileName = node.children[0].text

//para que use el que estoy modificando
pathName="C:\\Users\\Edo\\Documents\\GitHub\\Freeplane_Tutorial_AddOn\\Tutorial-o-Matic\\zips\\doc\\Tutorial-o-Matic\\${mapFileName}"

//def mapa = node.map //usar mapa activo
def mapa = tom.getMapFromPath(pathName, true) //usar mapa indicado (true: visible, false: oculto)

tom.showTutorials( mapa )

return 'tutorial started'"/> |
609 | 611 | <node TEXT="SimpleTutorialSample.mm" ID="ID_1123728779"/> |
|
0 commit comments