Athan

Results 562 comments of Athan

I haven't kept up with work in core, so I'm not sure if the core implementation has feature parity. There was talk some time ago that this extension may need...

@mlucool Would these links be in the ToC or shown in the notebook? If the notebook, then that should mostly likely be a separate extension. If the ToC, I don't...

In general, I'd argue that we should ditch all JLab dialogs in the Git extension. They are harder to work with compared to React dialogs, and they introduce a separate...

PR submitted to add ToC indentation: https://github.com/jupyterlab/jupyterlab-toc/pull/144

The reality is that incorporating additional Markdown headings is hard to implement within the context of other ToC features, such as collapsing notebook sections, etc. As mentioned above, but just...

The "lagging" behavior for the tabs is due to upstream Material UI component styles. These can be overridden, but, in this case, relying on the default behavior seemed to make...

@fcollonval Agreed. Would be nice to make the APIs more restful. Somewhat related, but will mention here, I had worked on a separate [server extension](https://github.com/Quansight/straight-forward-git/blob/master/jupyterlab_simple_git/handlers.py) for "simplified" Git actions before...

@mlucool I am a bit confused by your screenshot. What are we looking at? Is the left side the ToC and the right side a notebook? In general, a heading...

@westurner Unfortunately, there is no simple implementation for making this possible. If there was an easy fix, I was not able to find it. Feel free to submit a PR...