Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bugfixes in the add-on.tar.gz | 2015-09-18 | 1.1 MB | |
Bugfixes in the add-on.zip | 2015-09-18 | 1.1 MB | |
README.md | 2015-09-18 | 1.6 kB | |
freeplaneGTD-v1.5.addon.mm | 2015-09-18 | 1.6 MB | |
Bugs.mm | 2015-09-18 | 4.0 kB | |
Totals: 5 Items | 3.8 MB | 0 |
Thanks to feedback from @nnako several bugs were fixed.
[#36] : The formulas are evaluated before display. If you use a formula in an action item, the add-on will display the evaluated text. NB. Formulas are only evaluated in nodes, and not in details, notes, or the attributes used by Freeplane (When, Who, Where, Priority) [#34] : The strikethrough was a really ugly hack in earlier versions, and remained from the original HTML component. Since the HTML is now styled, it was replaced with a much better looking check/uncheck mark. [#27]: The default icons were not switchable. Now all default icons can be reused at will (provided, you specify an other icon instead) The exception is the priority icons, as I see no reason to use them for anything else, but priority display. [#35] : That was quite ugly. Originally it was pasted as a standard content string, and this made the list display lengthy HTML codes. Changing it to be HTML didn't help much, as Freeplane stores every richtext field as an HTML document. Adding HTML inside an HTML caused some useless padding on the pages. Now only the body of the document is shown, which looks way better. [#32] : Originally the plugin was intended to be used with Freeplane 1.2, but the API has changed so much since, that the plugin is not backward compatible anymore. From now on it's marked on the manifest, and incompatibility will be displayed when one tries to install it on old versions.
Attached is the new 1.5 add-on, as well as a sample file demonstrating the bugs that were fixed.