Results 216 comments of Moritz Jung

@joethei thanks for the review :) > https://github.com/mProjectsCode/obsidian-meta-bind-plugin/blob/1ce297e664aeac05ab02343d20c8dd333ccc63d1/src/main.ts#L53 You don't need to cast here, TypeScript will that for you as you already did a instanceof check. Fixed > https://github.com/mProjectsCode/obsidian-meta-bind-plugin/blob/1ce297e664aeac05ab02343d20c8dd333ccc63d1/src/main.ts#L99-L101 You...

I haven't issued a new release with those changes, I want to wait for further reviews

Thanks, I will look into that. But since my PC is currently broken, it will probably take me another week to do that and get the other stuff I have...

I finally managed to come back to the plugin. It should be ready for release (the docs are still unfinished, but I will do that later). > Instead of listening...

`implicit and explicit` does not relate to `2` though, it relates to potentially very many, not sure about the exact bound but an upper bound should be `node_count * rule_count`,...

TODO list: - [x] make edge builder build the rust data directly - [x] relevant settings get passed to rust - [x] implement all features for mermaid code blocks -...

Some preliminary performance metrics. (Take with a grain of salt, as with all benchmarks.) Tested with `2564` notes in a tree shape. Each note has 1 to 3 explicit `up`...

There might be some strangeness with sorting, as bind gen frees arrays of rust objects when passed to rust. Since there is no way to pass a reference to an...

Yep, it seems i was quite tired when I made those last few commits and missed a lot of places 😅