- Notifications
You must be signed in to change notification settings - Fork5.5k
Added Edit Notebook Metadata Option (#6402)#7099
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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).
Uh oh!
There was an error while loading.Please reload this page.
Dilip-Jain commentedOct 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hey@jtpio, |
Uh oh!
There was an error while loading.Please reload this page.
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
Uh oh!
There was an error while loading.Please reload this page.
jtpio commentedFeb 7, 2024
FYI@Dilip-Jain I pushed a few commits to fix the menu item, and add the command to the command palette. |
jtpio commentedFeb 7, 2024
bot please update playwright snapshots |
jtpio left a comment
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!
Uh oh!
There was an error while loading.Please reload this page.
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]
editNotebookMetadataplugin 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.