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

Disable dotted canvas for taking screenshots #4573

Open
toco-cam opened this issue Sep 30, 2024 · 4 comments
Open

Disable dotted canvas for taking screenshots #4573

toco-cam opened this issue Sep 30, 2024 · 4 comments
Labels
backlog Queued in backlog BPMN enhancement New feature or request good first issue Good for newcomers spring cleaning Could be cleaned up one day ui

Comments

@toco-cam
Copy link
Member

Problem you would like to solve

Taking screenshots quickly without dotted background

Proposed solution

Disable the dots. The snap function of an invisible grid is sufficient to position elements.

Alternatives considered

  • Using the export function to generate a picture - which is significantly more work
  • Option in the menu to disable dots displaying the grid on the canvas

Additional context

No response

@toco-cam toco-cam added the enhancement New feature or request label Sep 30, 2024
@nikku
Copy link
Member

nikku commented Oct 1, 2024

I agree this can be a valuable feature.

We just have to decide if we want to disable it all together (I don't think so), or give users control whether they want to have it enabled or not (via flag or setting).

Toggling it is simple to build, too, as the grid infrastructure already supports toggling.

Moving to backlog and marking this as a spring cleaning topic, maybe we can pick it up as an easy pick one day.


Additional note: This also contributes to the tool to be an expert tool, where the user is in control.

@nikku nikku added BPMN ui good first issue Good for newcomers backlog Queued in backlog spring cleaning Could be cleaned up one day labels Oct 1, 2024
@toco-cam
Copy link
Member Author

toco-cam commented Oct 1, 2024

Disabling the grid here - could be an option too
CleanShot 2024-10-01 at 12 54 31

@philippfromme
Copy link
Contributor

I'm also in favor of adding support for switching it on and off.

@HanselIdes
Copy link

Adding more buttons would add yet more complexity to the user experience. A hotkey to toggle it on/off could solve the job without adding complexity. Another option is to introduce 'modeling settings', which is where custom lint rules would also live

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog BPMN enhancement New feature or request good first issue Good for newcomers spring cleaning Could be cleaned up one day ui
Projects
None yet
Development

No branches or pull requests

4 participants