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

Use frontmatter HTML features #89

Closed
fonsp opened this issue Sep 15, 2022 · 0 comments
Closed

Use frontmatter HTML features #89

fonsp opened this issue Sep 15, 2022 · 0 comments

Comments

@fonsp
Copy link
Member

fonsp commented Sep 15, 2022

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.

fonsp added a commit that referenced this issue Sep 19, 2022
@fonsp fonsp closed this as completed in 3ec3c5b Sep 19, 2022
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

No branches or pull requests

1 participant