Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: align in columns before rows #15

Open
jordaniusrex opened this issue Nov 6, 2017 · 2 comments
Open

Feature: align in columns before rows #15

jordaniusrex opened this issue Nov 6, 2017 · 2 comments

Comments

@jordaniusrex
Copy link

When working with a set of artboards for a responsive component, I like to put the different widths in a row and arrange variations in columns so that a column only has the artboards of a single width. Currently, this plugin prioritizes alignment in rows before columns. It would be great to be able to switch the priority with a global setting (or even per document)

Current behavior:

[---A1---].[--A2--].[-A3-].[A4]
[---B1---].[--B2--].[B4]
[--C2--].[-C3-].[C4]

Desired option:

[---A1---].[--A2--].[-A3-].[A4]
[---B1---].[--B2--].[-C3-].[B4]
...........[--C2--]........[C4]
@ray-ben
Copy link

ray-ben commented Mar 14, 2018

+1

It would be really great to have another option. I use the horizontal arrangement for different states of screens and would love to have the possibility to let an artboard snap to the artboard above.

Same as @jordaniusrex example, but different use case:

[---A1---].[--A2--].[-A3-].[A4]
...........[--A2B-]........[A4B]
...........[--A2C-]

@meford77
Copy link

meford77 commented Jan 9, 2019

+1
It would also be great if it gave the option to rename based on column instead of row.

[---A1---].[--B1--].[-C1-].[D1]
[---A2---].[--B2--].[-C2-].[D2]
...........[--B3--]........[D3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants