Benjamin Vedder
Benjamin Vedder
I can have a look at that. Regarding maddy, I rewrote six of the parsers, but that is not visible in the commit unfortunately. The image parser has image caching...
This is what you can get working in the Qt editors: https://doc.qt.io/qt-6/richtext-html-subset.html#block-attributes You can see that img does not support the resize attribute. I can maybe fix that too by...
I tested the list now, it works for me. Do you have a way to reproduce the problem?
That happens because I broke compatibility a bit with old packages by storing the raw data as markdown instead of html. I will add some code to detect if it...
This fix should allow opening old packages properly: https://github.com/vedderb/vesc_tool/commit/1275db4797792d5962239b89562ec100eaebf4bf I have also added a markdown preview that is updated live next to the markdown editor:  The beta is updated...
Conversion to markdown will not be perfect from old packages, it is mostly a help to transition from them to markdown. Base64 for the images (which was used before) will...
If you have the practice of adding functions to the end of the C interface (which you should) you can check if they exist by checking if they are null....
The latest betas can export and import xml-files using the android file browser. It is also possible to use the backup and restore buttons, but that is based on uuid...
If you don't see the upgrade you are completely and utterly missing the point. The main point is that you can maintain the package independent of messing with the firmware...
I did not plan to spend a lot more time on vesc_c_if before the release and I did not intend to make it support everything that is supported by the...