It’s annoying that you have to first select select a card before you can interact with what’s in it. Would make for a smoother experience if you were able to instantly click on any link you had anywhere in your canvas.
Yes, I also need .
If you can click any link anywhere in the canvas without first clicking a card, it is really a very flow, a very good experience.
There is no doubt that it will greatly improve the user experience.
Yes! Exactly what I need too!
I want to build a dashboard in a canvas with links to different pages. but it disrupts my workflow if I have to click several times to follow a link (especially on mobile).
I feel like there is no need to select a card in “read-only” mode, so implementing this feature should be possible, right?
Agreed. I have an evolving Dashboard set up on Canvas & this idea really would speed things along
I agree that this would be a great option to have in the canvas settings, though you can do this yourself with a very simple css snippet like this:
.mod-readonly .canvas-node-content-blocker { display: none; }
That is amazing, I didn’t know that. Thanks a lot!
I realize this is an old post, but I just wanted to add to Olondre’s reply for anyone who’s searching for this topic in the future via Google, etc., as this was driving me crazy trying to figure out why this wasn’t working for me
I was trying to make this work in “edit” mode, so iF one wants the links inside the canvas to be clickable (with a single click) regardless of what mode you’re in, then use this CSS instead…
.canvas-node-content-blocker { display: none; }