Lishid

Results 93 comments of Lishid

It doesn't seem fully exposed but you can use `workspace.getGroupLeaves(leaf.group)`.

I'm pretty sure you can use web assembly right now, you just need to figure out a compilation pipeline such that it bundles your wasm file as a base64 blob...

I also have no idea what you mean by `wasm` bindings. The WebAssembly API is available directly in the browser engine.

Maybe something like this would help? https://github.com/trashhalo/obsidian-rust-plugin If I understand correctly, you want me to generate the rust wasm_bindgen file with the .d.ts definitions in rust form? I would assume...

I don't think we have bandwidth to provide this at the moment but we can keep this issue open for further discussion.

There is already such an API [here](https://github.com/obsidianmd/obsidian-api/blob/master/obsidian.d.ts#L3820), but I agree there could be a better UI for when the user wants to quit. Right now, when the user hits the...

Unfortunately there is no "sure fire" way to run code when the program is about to exit because there are many exit conditions that don't give us a chance -...

For stat, we currently intentionally return 0 for both but I guess it wouldn't hurt to return whatever the underlying OS gives us. Will ship this next patch. For the...

Oops seems like they were omitted from the results, will fix next release.

I think we'll leave it as it is for now - you can use stat() to get it, but it won't be available on the TFolder object.