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

feat!: run pre-write extensions after render but before write #111

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mhanberg
Copy link
Collaborator

Closes #107

BREAKING-CHANGE: :pre_write extensions now are run after rendering the
graph, but before writing to disk. Previously, the body content of each
page would not have been converted yet, but now it will. This should
enable anyone to modify the HTML after other extensions converter it.

perf: render the graph in parallel

fix: actually respec the "enabled" key in use Tableau.Extension

Closes #107

BREAKING-CHANGE: :pre_write extensions now are run after rendering the
graph, but before writing to disk. Previously, the body content of each
page would not have been converted yet, but now it will. This should
enable anyone to modify the HTML after other extensions converter it.

perf: render the graph in parallel

fix: actually respec the "enabled" key in `use Tableau.Extension`
@mhanberg mhanberg merged commit b09ce49 into main Oct 11, 2024
7 checks passed
@mhanberg mhanberg deleted the pre-write branch October 11, 2024 23:57
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.

Feature request: post-conversion callbacks
1 participant