nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.12k stars 623 forks source link

Improving our playground #1110

Open Tahul opened 2 years ago

Tahul commented 2 years ago

Hey; we add discussions on #1105 about improving our playground.

I think some comments there from @pi0 and @Atinux are really interesting about how we could move our parsing functions from client bundle and main thread out in a service/web worker.

I would love these discussions to continue but have to merge the playground as the current state of it is already pretty satisfying for the needs of the release!

Feel free to add any insights about these potential improvements!

ManasMadrecha commented 2 years ago

One suggestion: Add a tab to try remark/rehype plugins + custom remark/rehype plugins.

It can be similar to Tailwind's playground, where we can add plugins as well.