eleventy-plugin-webc icon indicating copy to clipboard operation
eleventy-plugin-webc copied to clipboard

Adds support for WebC *.webc files to Eleventy

Results 36 eleventy-plugin-webc issues
Sort by recently updated
recently updated
newest added

Hello! 👋 I am running Eleventy `2.0.1`. As shown in the log below, it looks like by running `--serve` the dev server is watching and picking up the updates and...

**Describe the bug** When using `renderTemplate` to allow a WebC component within a markdown page, the effect of markdown processing adds extra paragraphs and breaks the WebC rendering by kicking...

question
on-hold

_(Originally posted in help on Discord @ https://discord.com/channels/741017160297611315/1129393478963568702)_ ## Scenario I'm running 11ty 2.0.1 and WebC 0.11.1. I'm attempting to create a paginated WebC page template based on data (like...

# What is the problem When : * a data (in the data cascade) and filter have the same name. * and we are in a in a webc file...

The content of other pages is not accessible inside webc pages. ## Repro 1. Create a new Eleventy + WebC project 2. Add some markdown files with "posts" tag 3....

I know that bun support isn't mentioned anywhere on the 11ty website or in this plugin's docs, but it went surprisingly well *until* I hit this error: ``` [11ty] Problem...

Possibly related to [this comment](https://github.com/11ty/eleventy-plugin-webc/issues/32#issuecomment-1533470897_) in issue #32. Adding `permalink: false` to a `*.webc` file's frontmatter data results in an error. Example ``` --- permalink: false --- This is a...

This might be something that could be a lack of education on my part, so hoping either @zachleat or any others knowledgeable about how the WebC plugin works can help...

If you define a function in `` and try to call it to set a dynamic attribute value on an element that is _also_ `webc:root="override"`, then the build will fail...

I'm making a style guide with eleventy and now I have a short code for displaying the component. For previewing the component I use an iFrame. Now I want to...