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
To translate the description you have to define a translation for the key 'addons.${name}.description'.
148
149
</p>
149
150
</body>
150
-
</html></richcontent>
151
+
</html>
152
+
</richcontent>
151
153
<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.
163
165
</p>
164
166
</body>
165
-
</html></richcontent>
167
+
</html>
168
+
</richcontent>
166
169
<nodeTEXT="v0.0.1"ID="ID_1147464075">
167
170
<nodeTEXT="Demo version"ID="ID_1739689712"/>
168
171
</node>
169
172
<nodeTEXT="v0.0.2"ID="ID_945484309">
170
173
<nodeTEXT="Bugs corrections:
- License as plain text
- Updated version of Demo map"ID="ID_621408353"/>
171
174
</node>
172
175
<nodeTEXT="v0.0.3"ID="ID_1106405456">
173
-
<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"ID="ID_1550125378"/>
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"/>
The License text has to be entered as a child of the <i>'license'</i> node, either as plain text or as HTML.
192
195
</p>
193
196
</body>
194
-
</html></richcontent>
197
+
</html>
198
+
</richcontent>
195
199
<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>
@@ -508,7 +518,8 @@ For each menu item with an icon add an attribute with the icon key (use develope
508
518
- The files will be processed in the sequence as seen in the map.
509
519
</p>
510
520
</body>
511
-
</html></richcontent>
521
+
</html>
522
+
</richcontent>
512
523
<nodeTEXT="doc"ID="ID_281158802"/>
513
524
<nodeTEXT="icons"ID="ID_211861022"/>
514
525
<nodeTEXT="templates"ID="ID_553385296"/>
@@ -545,7 +556,8 @@ For each menu item with an icon add an attribute with the icon key (use develope
545
556
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