Kieran Gill
Kieran Gill
I'm having this same issue using the nexus / prisma / apollo template.
Hi! Is there any way to do interaction with Plot? I tried viewing the above links but most of them are dead. Even if it's a hacky solution, I'd like...
@JosephTLyons that's correct; I'll update the PR description to reflect that. Anything that isn't implemented in `crates/rich_text` won't be visible in the markdown preview. What's Zed's preferred approach to shipping...
Thanks for clarifying @mikayla-maki! I took care of my final TODOs: scrolling and live updating. I'm at a stopping point with what I originally needed out of a markdown preview....
@juninhopo @Angelk90 I'm working through an alternate implementation [here (6958)](https://github.com/zed-industries/zed/pull/6958) which has basic support for tables. This markdown renderer will also make it easier to support images in the future.
> I did do some testing, and one thing I noticed: the text on tasks is gone now. > > ... > > I realize tasks weren't implemented before, but...
@SomeoneToIgnore As always — thanks for the thorough feedback. I’ll look at the list rendering issue when I get a chance. I agree that the scrolling UX isn’t the best....
Thanks for your explanation. So, the best workaround to this issue would be to do the following in `.vscode/settings.json`, yeah? ``` { "svelte.plugin.typescript.diagnostics.enable": false } ``` > But there should...