We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, we don't use the frontmatter to set HTML metadata, because this code is skipped, we run this method directly (from here). This is because we might not have access to the Notebook object, we might only have the cached statefile.
Notebook
The fix should be easy, because notebook.metadata is stored in the statefile, or it can be retrieved easily from the notebook file by loading it.
notebook.metadata
The text was updated successfully, but these errors were encountered:
Use frontmatter in HTML export, fix #89
588edf4
3ec3c5b
No branches or pull requests
Right now, we don't use the frontmatter to set HTML metadata, because this code is skipped, we run this method directly (from here). This is because we might not have access to the
Notebook
object, we might only have the cached statefile.The fix should be easy, because
notebook.metadata
is stored in the statefile, or it can be retrieved easily from the notebook file by loading it.The text was updated successfully, but these errors were encountered: