You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tutorial-o-Matic/Tutorial-o-Matic.mm
+12-23Lines changed: 12 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,7 @@
148
148
To translate the description you have to define a translation for the key 'addons.${name}.description'.
149
149
</p>
150
150
</body>
151
-
</html>
152
-
</richcontent>
151
+
</html></richcontent>
153
152
<nodeTEXT="Tutorial-o-Matic for Freeplane!!
Tutorial-o-Matic is an AddOn for Freeplane that gives the user the possibility to create his/her own tutorials."ID="ID_1642042079"/>
Change log of this add-on: append one node for each noteworthy version and put the details for each version into a child node.
165
164
</p>
166
165
</body>
167
-
</html>
168
-
</richcontent>
166
+
</html></richcontent>
169
167
<nodeTEXT="v0.0.1"ID="ID_1147464075">
170
168
<nodeTEXT="Demo version"ID="ID_1739689712"/>
171
169
</node>
172
170
<nodeTEXT="v0.0.2"ID="ID_945484309">
173
171
<nodeTEXT="Bugs corrections:
- License as plain text
- Updated version of Demo map"ID="ID_621408353"/>
174
172
</node>
175
173
<nodeTEXT="v0.0.3"ID="ID_1106405456">
176
-
<nodeTEXT="- 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"ID="ID_1550125378"/>
174
+
<node TEXT="- 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" ID="ID_1550125378"/>
The License text has to be entered as a child of the <i>'license'</i> node, either as plain text or as HTML.
195
193
</p>
196
194
</body>
197
-
</html>
198
-
</richcontent>
195
+
</html></richcontent>
199
196
<node TEXT="MIT License

Copyright (c) 2021 Eduardo Frohlich.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE." ID="ID_444630498"/>
<fontcolor="#000000"face="SansSerif, sans-serif">Every property in the configuration should receive a default value in <i>default.properties</i> node.</font>
@@ -518,8 +509,7 @@ For each menu item with an icon add an attribute with the icon key (use develope
518
509
- The files will be processed in the sequence as seen in the map.
519
510
</p>
520
511
</body>
521
-
</html>
522
-
</richcontent>
512
+
</html></richcontent>
523
513
<nodeTEXT="doc"ID="ID_281158802"/>
524
514
<nodeTEXT="icons"ID="ID_211861022"/>
525
515
<nodeTEXT="templates"ID="ID_553385296"/>
@@ -556,8 +546,7 @@ For each menu item with an icon add an attribute with the icon key (use develope
556
546
Images can be added automatically by releaseAddOn.groovy or must be uploaded into the map via the script <i>Tools->Scripts->Insert Binary</i> since they have to be (base64) encoded as simple strings.
0 commit comments