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

JSON metadata #2804

Merged
merged 1 commit into from May 28, 2017
Merged

JSON metadata #2804

merged 1 commit into from May 28, 2017

Conversation

ralsina
Copy link
Member

@ralsina ralsina commented May 28, 2017

Naive JSON metadata support (Issue #2801)

@ralsina ralsina merged commit 574621f into master May 28, 2017
@ralsina ralsina deleted the json-metadata branch May 28, 2017 23:53
@@ -1053,6 +1053,16 @@ def _get_metadata_from_file(meta_data):
meta = toml.load('\n'.join(meta_data[1:idx]))
return meta

# If 1st line is '{', then it's JSON metadata
Copy link
Member

Choose a reason for hiding this comment

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

ipynb files also start with {. This might need extra handling in some cases (are we likely to reach this function with 1-file ipynb files that have Nikola-specific metadata already?)

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know, really, but I can try to see :-)

@Kwpolska
Copy link
Member

Note: This feature was withdrawn in commit 2623322.

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

2 participants