Hiding the console ? #904
Unanswered
davidovich
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi David! There's nothing supported in-app to do this; you can do it manually by executing the following javascript in your chrome dev tools:
does that work for your use case or do you need something in the URL parameters to prime the removal? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Sure, so we can track it.
On Mon, Dec 6, 2021 at 2:44 PM David Genest ***@***.***> wrote:
Thanks for your responses. Should I open a more formal issue than a
discussion?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#904 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIVDH5P5FWYJAMTVL4JGHDUPUHCXANCNFSM5JLXECUQ>
.
--
-Sent from Gmail Mobile
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First, thank you for this excellent project! I have recommended it since I found out about it in 2015 and now I will use it extensively in a training given inside the company.
I am embedding graphs in a reveal-js based presentation (in an
iframe
), and this works very well (I prime the graph by using the?command=
url query).I was wondering if there was some way (I really tried to read all the issues, and the closest I found was #156) to hide or minimize the console to allow for narrower graph presentations. That way, I would have enough space to add a comment side by side in the slide.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions