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

Canvas with no Canolli #44

Open
talia-tokugawa opened this issue Aug 1, 2024 · 4 comments
Open

Canvas with no Canolli #44

talia-tokugawa opened this issue Aug 1, 2024 · 4 comments

Comments

@talia-tokugawa
Copy link

Hey, I have several canvas from prior to installing cannoli that use the colours for other things.. Is there a way to disable cannoli for specific canvas? I really dont want to run the risk of accidently pressign "run" on a canvas that was never intended for use with cannoli and uses colours in a different way..

@cephalization
Copy link
Member

That is a great question. @blindmansion we should consider some ways to prevent accidentally triggering on non-cannoli canvases

@blindmansion
Copy link
Member

Here's a possible implementation I've been pondering:

There's currently a feature where if there's a group labeled "cannoli", only nodes inside that group will be run as a cannoli. Maybe there could be a setting you could toggle which would signify that if there isn't a "cannoli" group on a canvas it won't be run.

The other option would be to make it so that only canvases with ".cno" in their name will be run.

Still thinking about the best way to implement here.

@talia-tokugawa
Copy link
Author

talia-tokugawa commented Aug 23, 2024 via email

@airtonix
Copy link

airtonix commented Sep 17, 2024

I think a better way to handle this is to create a specific node that triggers Canolli activation on the canvas it's in.

then contents of said blessed node can contain content that configures Canolli for that specific canvas (instead of all canvases)

Further more, it could be that Canolli only starts execution from this blessed node.
So you don't need to group things, only link them.

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

No branches or pull requests

4 participants