Results 435 comments of Mickaël Menu

I had a quick look at the code and I think @WhyNotHugo is correct. An LSP client sends a "trigger kind" which can be `invoked` if the user hit a...

@Rahlir You're right, it couldn't have worked before either. I guess we could have a fallback on auto-completing links unless we're inside a tag (`#`).

There are also [other types of tags](https://github.com/zk-org/zk/blob/main/docs/tags.md#tags), so maybe it's safer to just offer completion of everything, when we don't have a context.

Thank you, I appreciate that you spent some time debugging this issue. As you noticed, it's a tricky problem without a clear solution, since AFAIK there's no JS event that...

I copied your logs and used the book you shared. On both my device and the resizable API 33 emulator, I mostly didn't see any difference between `postVisualStateCallback` and `evaluateJavascript("true")`....