We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blocked by #464
Part of #2
In order to support variants, arbitrary things need to be on the semi-backgrounds of the sudoku (in front of borders, behind everything else)
I don't know how to deal with borders, but for the things in cells, it is technically possible using backgrounds and select opacities
If I do do this then extracting some kind of API would definitely be practically necessary
A more practical solution is to just put everything on top of the sudoku, but then the candidates would go under...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Blocked by #464
Part of #2
In order to support variants, arbitrary things need to be on the semi-backgrounds of the sudoku (in front of borders, behind everything else)
I don't know how to deal with borders, but for the things in cells, it is technically possible using backgrounds and select opacities
If I do do this then extracting some kind of API would definitely be practically necessary
A more practical solution is to just put everything on top of the sudoku, but then the candidates would go under...
The text was updated successfully, but these errors were encountered: