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

Option to disable writing settings block #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lajoiemedia
Copy link

Added boolean config setting write_settings_block to allow the skipping of adding a settings block to the illustrator document. This is a useful feature when automating ai2html, since ai2html-config.json becomes the single source of truth for settings.

This was the problem I was encountering:

I run ai2html with an automation script. When I ran my script with a fresh new AI file, my automation script would use settings from ai2html-config.json. But subsequent runs would ignore changes to that file in favor of the settings blocks now located in the AI file.

With this change, settings are always sourced from ai2html-config.json, no matter the number of times I run my automation script.

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

Successfully merging this pull request may close these issues.

1 participant