You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off: really love the new features enabled by these addons for the general case. Thanks!
proposal
Add the ability for a site administrator to specify some regex/glob/gitignore patterns for which no extra scripts would be injected, at all, ever, on any version, to avoid any current or future problems.
motivation
On JupyterLite (and other sites that use it), inside highly interactive demos, the default hot key bindings are rather invasive. This leaves us having to disable some addons (especially docdiff and its claiming of d) for the whole site. Further, things like the version flyout visually overlap with other things shown in that region.
design ideas
As a quick mockup, this could be a textarea under the Advanced tab.
While not as slick as some dynamic form, this would make it easy to document how to copy and paste a known list of patterns.
alternatives
Some of these could be fixed, probably, by sniffing for event.currentTarget.contenteditable. But as a runtime-injected library, it's hard to reason about these things, as we'll never be able to anticipate which version will be served.
Thanks again!
The text was updated successfully, but these errors were encountered:
First off: really love the new features enabled by these addons for the general case. Thanks!
proposal
Add the ability for a site administrator to specify some regex/glob/gitignore patterns for which no extra scripts would be injected, at all, ever, on any version, to avoid any current or future problems.
motivation
On JupyterLite (and other sites that use it), inside highly interactive demos, the default hot key bindings are rather invasive. This leaves us having to disable some addons (especially docdiff and its claiming of
d
) for the whole site. Further, things like the version flyout visually overlap with other things shown in that region.design ideas
As a quick mockup, this could be a
textarea
under the Advanced tab.While not as slick as some dynamic form, this would make it easy to document how to copy and paste a known list of patterns.
alternatives
Some of these could be fixed, probably, by sniffing for
event.currentTarget.contenteditable
. But as a runtime-injected library, it's hard to reason about these things, as we'll never be able to anticipate which version will be served.Thanks again!
The text was updated successfully, but these errors were encountered: