Farnabaz
Farnabaz
Thanks for the PR. About the fmAttributes, I believe it is fine to keep fmAttributes empty on parsing. parsing markdown and creating are separate from each other. Imagine If the...
So far I think the best way to expose types in modules is to create a `types/index.ts` file inside src directory and export it via `module.ts`. This way, users can...
Can you explain a bit? I don't know much about ht Jetbrains ides and exo-system. What do you mean by supporting Jetbrains ides?
Like what we have for [VSCode](https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc) for markdown syntax highlighting?
Hey @CapitaineToinon, Sadly, monaco does not support text-mate languages, instead it has its own way that called [monarch](https://microsoft.github.io/monaco-editor/monarch.html). You can use [`nuxtlabs/monarch-mdc`](https://github.com/nuxtlabs/monarch-mdc) to allow highlighting MDC in monaco.
Yeah, may bad. It is not yet public, you can use it directly from npm https://www.npmjs.com/package/@nuxtlabs/monarch-mdc
The source is now available: https://github.com/nuxtlabs/monarch-mdc
This must be a result of some changes in Stackblitz. If you remove `.data` directory, it will run the server as expected. However, I downloaded and tested in the local...
> Also curiously stackblits demand sqlite3 despite better-sqlite3 behing provided. `better-sqlite3` did not work in Stackblitz due to its native bundles. Only `sqlite3` works in Stackblitz.
Thanks for the issue @toddeTV Build validation and nested schemas are in the module roadamp. The first step for these features is to move from Zod to a general solution,...