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

New transforms-esque feature that runs earlier, modifies HTML before inserted in collections/layouts #3318

Closed
zachleat opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.

Comments

@zachleat
Copy link
Member

zachleat commented Jun 10, 2024

https://www.11ty.dev/docs/transforms/

Related: 11ty/eleventy-plugin-rss#47
Related: #3294

This would offer some performance benefit and avoid duplicate transforms execution (via renderTransforms filter and the traditional post-build transforms execution step)

Could be useful for image transforms. Drawback: it would not process the HTML boilerplate in layouts.

@zachleat zachleat added enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved. labels Jun 10, 2024
@zachleat
Copy link
Member Author

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

View the enhancement backlog here. Don’t forget to upvote the top comment with 👍!

@zachleat zachleat closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Projects
None yet
Development

No branches or pull requests

1 participant