Open Davincible opened 3 years ago
I am interested in workflow automation. I have not done what you request, but this is how I might tackle the requirement.
CherryTree documents are in XML (at least mine are, since I don't use SQL). So it is quite possible to parse the entire CT document as an XML file and use Python XML processing to extract image properties and resize them. But this feature is not in CT toolkit.
I notice myself often taking screenshots from lectures etc, and then resizing them to the same size. In this case it would make my workflow quicker if I wouldn't have to manually resize every image, by for example setting a page setting that dictates that all pasted images should all be resized to a certain width e.g.
Is this currently possible? If not, is it possible to implement?