Meep
Meep
customJS plugin also works with jsx.
I am also getting this issue when trying to use a default converter.
I'm using source generator because I have no other option to, So I'm stuck with my project at the moment. I need to be able to access the default serialization...
Would also like this for plasma 6. Surprised its not built in tbh.
Yea, thanks for the performance heads up, that's good to take into acount... though My issues lie with using the `jsx:` not `jsx:component` blocks sadly. The `jsx:` blocks aren't turned...
> Don't know what's the usage that you currently have for components, but it doesn't seem to be the one indicated by the developer. > > The current usage for...
> Just pass the path to the component and have the component do the fetching Yea, this is probably my best option, though having to do that each time will...
Seems to be related to this renderer: https://github.com/elias-sundqvist/obsidian-react-components/blob/c90d943964d71287aca0eae990c5ced21d54cc76/src/header.tsx#L14
I sadly can't get the plugin to build to provide a fix myself, but editing this line: https://github.com/elias-sundqvist/obsidian-react-components/blob/c90d943964d71287aca0eae990c5ced21d54cc76/src/header.tsx#L17 To this: https://github.com/MeepTech/obsidian-react-components-canvas-fix/blob/master/src/header.tsx#L17 Seems to fix it for me (since i can't...
> Where did you make this change @MeepTech I dont see this file. I only see main.js in my obsidian vault where i am using this plugin @mayankkalbhor look for...