Results 7 comments of straywriter

@BurntSushi @bstaletic I ran a simple test in my machine. windows 10 vs2019 C++20 release boost ``` 56.0437 - 92 49.2512 - 5305 12.1795 - 5 ``` ctre ``` 197.84...

https://github.com/Gk0Wk/TiddlySeq/blob/master/src/page-toc/PageTOCWidget.ts ![L%O9PX@I9(~$ZRQDWWH2J3X](https://github.com/Gk0Wk/TiddlySeq/assets/48555863/65aee11f-175b-466b-8794-1e622218d3a7) 这里根据tiddler标题获取那个tree,但是对于markdown来说,html下还有一层导致tree返回的列表失败,我就卡在这里不知到怎么改了

发现你改的代码还是有问题,修改了下,目前在markdown中没问题,在tw文档中点击事件注入没做适配( 因为我自己也不使用) ```typescript import { HTMLTags, IParseTreeNode, IChangedTiddlers, IWidgetInitialiseOptions, IWikiASTNode, } from 'tiddlywiki'; import { widget as Widget } from '$:/core/modules/widgets/widget.js'; type HeaderTag = 'h1' | 'h2' | 'h3' |...

oh my god, I desperately need this pr

https://github.com/ocornut/imgui/issues/8749

https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md#rendering-adding-support-for-imguibackendflags_rendererhastextures-192