Younes Barrad
Younes Barrad
i see that templateId is not mentioned in the Read me. its best to use it You can get the templateId by copying it from the templates page  ```...
ah okay i get it now
it somehow doesn't work with `````` im using the parser directly, which was the only way to render the md content coming from my server my script: ```vue import markdownParser...
@farnabaz is there a better option that u recommend using? all I need is a way to convert MD string content coming from the server into component-based HTML, like how...
thanks for the note, seems that was it, plus i had to use shiki transformer as well to format the code: for anyone having the same issues: ```ts //File: server/api/transform.post.ts...
yes i thought of that, but i have another content i'll have to parse as well
i just downgraded the `drizzle-kit` version to `0.20.14` and that works fine, so something happneed in the newer versions. seems to work with these, but not even sure: "mysql2": "3.9.2"...
@zernonia since listbox dev is done, do we need to change something to opt in to the new component ?
a fix that worked for me is adding `getUniqueValues` to the columns object related to that array column, for example i have a tags column that has an array of...
sadly its not, it still throws that same error