You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
Like "size": [492,554], there should be an option to place the modules on specific coordinates.
e.g. "pos":[482,560] or similar.
If one have a bigger screen with - lets say - 1000 px width and 1000 px length, one can set the size of the first module to 460 x 500 (w x l) and place it at 0|0. The second module is sized 540 x 450 (w x l) and placed at coordinates 460|25 (vertically centered to the first module).
Therefore, each module needs an origin. I would suggest the upper left corner.
At the same time, overlapping must be prevented. One solution could be the "position" in the settings. Higher value means higher z-level, means in front of lower position-values.
The text was updated successfully, but these errors were encountered:
@EinKantHolz Hi there and thanks for your feature request.
This is currently a limitation with Inkycal and I think this can be implemented, though it will take some time due to some refactoring.
This has to be implemented in steps to ensure backward-compatibility:
Allow setting absolute height for each module by offering a mode (absolute, relative, percentage)
Adding some sort of spacer to allow more flexible vertical alignment
Concerning vertical positioning, this is a feature for the next release. For the next release, modules will be representing widgets, which are offered in different sizes with different heights and widths, allowing multiple modules vertically
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
Like "size": [492,554], there should be an option to place the modules on specific coordinates.
e.g. "pos":[482,560] or similar.
If one have a bigger screen with - lets say - 1000 px width and 1000 px length, one can set the size of the first module to 460 x 500 (w x l) and place it at 0|0. The second module is sized 540 x 450 (w x l) and placed at coordinates 460|25 (vertically centered to the first module).
Therefore, each module needs an origin. I would suggest the upper left corner.
At the same time, overlapping must be prevented. One solution could be the "position" in the settings. Higher value means higher z-level, means in front of lower position-values.
The text was updated successfully, but these errors were encountered: