Ronan Berder

Results 147 comments of Ronan Berder

It's all on Next.js now.

So, if I understand correctly this will generate types for you to use in your Nuxt app based on the types defined in `.pages.yml` ?

Hey there @StevenJPx2 , I've made quite a few changes with the 1.0.X releases. Let me know if this would still be relevant.

@StevenJPx2 Not sure it's still relevant. Feel free to reopen if you think it still is.

Yes, I'd like to be able to support MDX, but I haven't figured it out yet. What I had in mind was using Codemirror for that, let you write React...

Can you give me an example of “true” mdx editor?

Sure, you can simply define the filename to be `.mdx` and set the body as code: ``` content: - name: posts label: Posts type: collection path: 'posts' filename: '{year}-{month}-{day}-{primary}.mdx' fields:...

@ryangittings Are you familiar with MDX? I've only ever used the regular Markdown syntax when using MDX. I'm not 100% sure how people use it to be honest. What are...

Sure, you can use the code editor: https://pagescms.org/docs/configuration/code-field/ Setting language to Markdown or HTML should be good enough?

Added via #167 (thanks @andrewmonty). Will be in the next release (ETA end of this March 10).