Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-31 | Add comment | Nikolaos S. Papaspyrou | 1 | -0/+2 | |
2016-10-31 | Fix integer fields in YAML metadata | Nikolaos S. Papaspyrou | 1 | -1/+3 | |
If a numeric field contains an integer number, it should be shown as an integer number. Without this patch, the field: answer = 42 would be shown as "42.0". Before the introduction of YAML in metadata, this was treated as a string and therefore shown as just "42". This patch reinstates the older (and IMHO correct) behavior. | |||||
2016-04-06 | Add functionField external tutorial | Jasper Van der Jeugt | 1 | -2/+5 | |
2016-04-06 | Initial YAML support | Jasper Van der Jeugt | 2 | -0/+32 | |
See #225 |