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

Artboards with the same name across different pages don't get tracked #67

Open
bryanberger opened this issue Nov 28, 2016 · 3 comments
Open
Labels

Comments

@bryanberger
Copy link

bryanberger commented Nov 28, 2016

In this scenario only a a single ArtboardName.png was created (most likely being overwritten)

Page 1
├─ ArtboardName

Page 2
├─ ArtboardName

Just something to be aware of. A simple solution could be to use unique artboard names.

But...I've been thinking, that the .exportedArtboards folder can use more organization. Something like this:

.exportedArtboards
├─ Pages
│  ├─ Page 1
│  │  ├─ Artboard 1.png
│  │  └─ Artboard 2.png
│  └─ Page 2
│     ├─ Artboard 1.png
│     └─ Artboard 2.png
└─ Symbols
   ├─ Group
   │  └─ Symbol.png
   ├─ Symbol 2.png
   └─ Symbol 3.png

This would allow you to have the same artboard name across different pages (there are valid use cases for this) While offering a level of organization.

@mathieudutour
Copy link
Owner

That's a good idea. I'm not sure about how feasible it is though since we are using sketchtool so we don't really have control over how it's exported

@timohofmeijer
Copy link

I’m working on a project with many pages and consider the page-name as a ‘namespace’. This feature would be very useful indeed.

@yourfavorite
Copy link

I too could really use this feature. Would love it if the page name were included in the filename. Perhaps some kind of template preference for this?

{{pageName}} - {{artboardName}}
{{incNum}} - {{pageName}} - {{artboardName}}
and so on.

If not template style naming, would love just a check box to include Page Name in the filename.

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

No branches or pull requests

4 participants