-
Notifications
You must be signed in to change notification settings - Fork 290
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
Please make the download options configurable. #2918
Comments
thanks for sharing your workaround, we can add this. (i may consider using your workaround as the solution and programmatically add/remove css 😄 ) |
Is there a way via CSS to remove the entire menu? |
@mscolnick you're welcome to it! @diehl here's one that would remove the whole menu. I'm just looking at the icon and selecting for that, with specificity on the button, so you should be able to copy that for any item you want to hide really.
|
Make #2918 a little bit easier to override
Thank you @maxtheman! My HTML/CSS skills are basically nonexistent so this a significant help ;-) |
Description
I'm hoping to be able to make it so I can disable different download options for the notebook. In particular, I would like to remove "download as HTML" to prevent confusion with my users.
Suggested solution
Ideally, it's configurable somewhere in the app, maybe even you just put in tools.marimo when that comes out in the pyproject.
Alternative
Here's some CSS that removes it for now. You could customize this to remove the other option based on the text or the icon.
Result:
Additional context
No response
The text was updated successfully, but these errors were encountered: