Vertical space tool, default image size #721
Doublonmousse
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Aligning/snapping to the grid is a useful feature, but we should think about adding this as an option globally that would work across different tools / shapes. I am not sure about the image size. I want to avoid an import dialog / additional settings for images, at the same time I can see that automatically scaled images to the current view or page dimensions might be useful in some cases. Maybe there can be improved behaviour that would work best for most users, for example: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a fork and tried to implement new features, but before opening a PR, I would like to discuss what I've done. Also, this is more of a "personal fix that works ok" than a properly coded addition at this stage :
Vertical Space tool that aligns with grids :

Set the default size of an image imported to be a fraction of the page width : For now, I activated this on every format, but I feel like such an option is good for fixed and continuous vertical modes (where resizing an image that is too large is cumbersome), and optional for the other two (meaning we can discuss if this is necessary or not).
Also, for now the size is set to 70 % of the page width, and hard coded, but putting it in the settings pane should be a better implementation. Once again, the code could be improved.
Should I open a PR ?
Beta Was this translation helpful? Give feedback.
All reactions