-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Added Edit Notebook Metadata Option (#6402) #7099
Conversation
Edit Notebook Metadata plugin added under Edit Menu for functionality similar to classic-notebook. Clicking on the option under the menu opens up the Notebook Tools widget in the right sidebar and expands the Additional Tools (which contains the Notebook Metadata editor) collapsible section (default: collapsed).
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Hey @jtpio, |
adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin
adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin
FYI @Dilip-Jain I pushed a few commits to fix the menu item, and add the command to the command palette. |
bot please update playwright snapshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Issue No. #6402
Problem
Feature Required: Edit Notebook Metadata option under the Edit Menu (in Notebook) as was in classic notebook.
@jtpio mentions -
Solution
Edit Notebook Metadata plugin added under Edit Menu for functionality similar to classic-notebook. Clicking on the option under the menu opens up the Notebook Tools widget in the right sidebar and expands the Additional Tools (which contains the Notebook Metadata editor) collapsible section (default: collapsed).
Fixes #6402
Key Addition [Enhancement]
editNotebookMetadata
plugin to add a command to open right sidebar for Editing Notebook Metadata when clicking on "Edit Notebook Metadata" option under Edit menu.Thank you for considering this pull request, and I welcome any feedback or suggestions for further improvements.