-
Notifications
You must be signed in to change notification settings - Fork 226
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
[feat] ability to disable images #410
Comments
Do you mean the image that you can attach to a connector or wire? |
Let me explain again, |
So if I understand you correctly, you want to the |
exactly, that would be wonderful ! |
@kvid and @martinrieder |
What about commenting the image definition using |
that's what I'm doing but that required to edit the file, the solution proposed by @tobiasfalk is a good one |
@bigboss59400 wrote:
I am not sure if it is a good idea to clutter the CLI with switches to disable specific features. This should be more broadly defined as a "compact mode". How about a CLI switch that would disable certain YAML keys, just as if they were commented out (fallback to defaults) ? --disable_key=image # defaults to no image
--disable_key=mini_bom_mode # default is false
--disable_key=hide_disconnected_pins # default is true |
I agree with @martinrieder that a more generic CLI optional argument is better than a very specialised one. Maybe we can think even wider to obtain a more complete functionality:
Such a functionality doesn't need to be 100 % complete to be accepted as a PR, but it's often useful to think about generic use cases when designing new features. |
I don't know anything about |
Hi,
Sometimes you will want to not display images to have a more compact drawing.
Is there a way to do it ?
a define would be wonderfull but I guess it will not be that easy
The alternative I found is to make a small script that will removed images field...
The text was updated successfully, but these errors were encountered: