Sil Veltman
Sil Veltman
would a folder structure like this work? ``` src |-- |--components |--car |-- car.types.ts |-- car.svelte |-- car.bookshop.yaml ``` Alternatively, maybe this: ``` component-library |-- |--components |--car |-- car.types.ts |--...
Will do! 👌 Any indication on a release for the first party Astro Bookshop support? Very excited for that 😬😬
Recently started working extensively with Bookshop again, with first party Astro. I like how bookshop structures enforce the right schema when things come from cloudcannon. However, when working locally it's...
Fixed it for collection schema's using [ts-to-zod](https://www.npmjs.com/package/ts-to-zod), [zod-fixtures](https://github.com/timdeschryver/zod-fixture) adn [js-yaml](https://www.npmjs.com/package/js-yaml). I start with a ts interface > generate zod scehama > generate markdown schema. zod-fixtures allows for default values, which...
simple fix: replace `.root {` in `_variables.scss` with `[class*="tiptap"] {`
Great @Tate-CC ! Are there also fixes that prevent the live editor breaking when using destructred props? I reported quiet a lot of bugs like that via chat some time...
yes that sounds right, but I believe there were other places too causing problems, not only the root frontmatter. If I bump into it will let you know!