Bob Ippolito
Bob Ippolito
I believe those files are generated by typedoc and the associated plugins. I agree that listing the files is probably not the best way to make the sidebar, but again...
My personal preference for this kind of thing is to allow "power users" the ability to achieve their goals but in all other cases convenience/usability "in the small" should be...
Maybe a lot of these things could be solved if the Node was able to vend "static async" methods for configuring these things that could load the required code on...
I don't think you will have much luck using node transforms or registerLexicalTextEntity for this, those are synchronous and localized and what you're doing is not. Something like `registerTextContentListener` would...
I don't think this happens anymore since conditional exports are used (since around 0.15.0) so the IDE should know exactly which package imports are allowed. LexicalNode is intentionally not exported...
This should be possible since exportDOM can return a fragment now. You would have to use node overrides or a custom html export editor config but you should be able...
This is how GitHub renders the markdown that you've provided, which is consistent with the screenshot in this report: --- - item - item2 1. item1 2. item2 3. item3...
#6144 is the issue tracking what should be done regarding the docs being built directly from main
Releases tend to happen once or twice a month, just going by history. I'd expect the next one by mid-June but probably sooner.
Current consensus is that we should have two doc sites, we didn't go into detail about using `@since` tags, I don't think that's as important at this 0.x stage. Logistically...