Pedro Bonamin
Pedro Bonamin
Hi @davidatthepark it's not currently possible. Will move this into internal triage. Thanks for the suggestion.
Hi @ApalloAltoBluck thank you for your suggestion. The changes introduced in the preview instance are to accommodate and make room for future improvements that we are working on in the...
HI @alexander-digett thanks for the report. Could you please let us know which version of sanity you are using?
Hi @b3nk3 thanks for reporting. I was able to also reproduce it, will report to the team and keep this issue updated. Until we get it fixed, you can add...
It's not possible to reproduce this issue anymore. Closing pull request.
Hey @piofinn and @deckchairlabs could you please try removing your `node_modules` and `pnpm.lock` file and running a new install? ``` rm -rf node_modules pnpm-lock.yaml pnpm i ``` You can find...
Hi @torjusb thanks for reporting and all the details added. We can reproduce it internally and the bug has been added to triage, we will keep this issue updated once...
Hi @hellonewday thanks for reporting and all the details added. We can reproduce it internally and the bug has been added to triage, we will keep this issue updated once...
Hello, I'm getting the same issue, have you been able to fix it? Trying to use the plugin in a NextJs embebed editor.
I managed to fix it, following the recommendation from here: https://github.com/sanity-io/sanity-plugin-markdown/issues/27 What I did: - Copied the src folder from this project into my project. - Updated the MarkdownInput component...