Skip to content
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

Add Edit Notebook Metadata to Edit menu #4333

Merged
merged 2 commits into from Oct 6, 2013

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 2, 2013

Moved the raw-edit dialog to IPython.dialog so it can be reused.

return false;
}
callback(new_md);
}},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Split }} in two lines for better readability?

@damianavila
Copy link
Member

Just two minor comments... great to have UI to notebook metadata (not only cells).

@minrk
Copy link
Member Author

minrk commented Oct 2, 2013

yup, style comments addressed (that code was just copied/pasted from celltoolbar, I didn't look too carefully at it).

@damianavila
Copy link
Member

that code was just copied/pasted from celltoolbar

I notice that, this is why I added the comments, because is easy to fix them now ;-)

@minrk
Copy link
Member Author

minrk commented Oct 3, 2013

And a perfect opportunity for review - thanks for the watchful eye!


Notebook.prototype.edit_metadata = function () {
var that = this;
console.log('before', this.metadata);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgotten debug ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minrk ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, sorry. Fixed.

@Carreau
Copy link
Member

Carreau commented Oct 3, 2013

+1

@ghost ghost assigned minrk Oct 4, 2013
@Carreau
Copy link
Member

Carreau commented Oct 6, 2013

Great, merging from my phone :-) (awesome new feature)

Carreau added a commit that referenced this pull request Oct 6, 2013
Add Edit Notebook Metadata to Edit menu
@Carreau Carreau merged commit bd66ff0 into ipython:master Oct 6, 2013
@minrk minrk deleted the notebook-metadata branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Add Edit Notebook Metadata to Edit menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants