kerry
kerry
Right on, I'll see where the road takes me. Will make a PR if things coalesce.
I too would love to be able to pass `var(--color-name)` to the gradients. On a similar note, I thought it would be especially dope to be able to pass dynamically...
I am looking for guidance around how **`mdsvex`** and `svelte kit` layout `load` functions play together. My config is simple and follows the mdsvex docs for named layouts: ```javascript mdsvex({...
Think I've got a similar case for you. I'm using custom components for `h1`, `h2`, `h3`, and `blockquote`. Here is `H1.svelte`: ```html import nanoid from 'nano-id' import ChainLink from '../ChainLink.svelte'...
> Hm, looks like example above should work. You don't pass named slot to h1, but use it on `ChainLink ` component, which should work as expected Thanks. It turns...
Ah, thank you for this context! Continuing to attempt to solve this last night I also landed at [next-mdx-remote](https://github.com/hashicorp/next-mdx-remote) for frontmatter support, and then ran into the nesting issue. I'll...
Aw, rad @zomars, thanks. I have recycled a lot of your PR in my app at this point, checking out the latest.
This is great. Really close to what I'm aiming for. I really appreciate the `next-mdx-remote` implementation and the `[...slug]`. How did you figure those out? I'm finding it tricky to...
First of all, thanks for this great extension! It makes note-keeping in VSCode with Foam much more slick and fun. I'm experiencing similar behavior, in that Markdown Notes seems to...