jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
439 stars 167 forks source link

Add example of a file editor toolbar button to the toolbar examples #189

Open ktaletsk opened 2 years ago

ktaletsk commented 2 years ago

Implements #188


This will close #188

welcome[bot] commented 2 years ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly. welcome You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

ktaletsk commented 2 years ago

For some reason, I can't get Github to correctly match index.ts in the old and new location

fcollonval commented 2 years ago

For some reason, I can't get Github to correctly match index.ts in the old and new location

The amount of changes is too high for git to consider it as a rename.

Would you mind fixing the CI (in particular the linter)?