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

Implement JS container to store notebook-wide style and variables #16

Closed
disberd opened this issue Jul 8, 2023 · 1 comment
Closed

Comments

@disberd
Copy link
Owner

disberd commented Jul 8, 2023

The various extra widgets from PlutoExtras often come bundled with a significant amount of CSS.

This is probably not a big issue in usability but it becomes tricky when one wants to try modifications of CSS for a specific widget type in the developer console, as the same CSS is applied multiple times (one for each instance of the object hardcoding the CSS).

It would be cleaner to have some functionality in PlutoDevMacros to eventually add/modify style sheets for specific groups of objects (e.g. classes) that does duplicate style sheets.

The idea is to create a small JS container within the HTML body and always put stuff there, being careful on replacing stuff instead of duplicating it so that a single style is present

@disberd
Copy link
Owner Author

disberd commented May 29, 2024

Closing this as we are not going to implement the js functionality in this package

@disberd disberd closed this as completed May 29, 2024
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

1 participant