I was showing Plone to my clients/colleagues and one of them asked the following:
- Why is the Change Note field visible on the (classic) add form? If no one enters anything into it, the value shown in the item history is "Initial revision", or something like that.
- It seems you can copy/paste an image into the text field of a page, and the image is visible when you're in the edit view, but not visible when viewing the page. The base64 encoded image data remains in the text, though, not removed on save. Why not use code similar to what's in collective.base64imagepatch to save that base64 image data as an actual image and link to the new Image from the text? That add-on even has code for subscribing to the modify event.