List of all events?

I’m dabbling with some plugin development, but I really find the documentation lacking. Or perhaps I’m just looking in the wrong place.

Is there a list of all events that you can somehow hook into? I found this but it won’t help much. I can also search for ‘on’ in the obsidian.d.ts file but that’s not very convenient.

As an example, can I hook into an navigation event? A file creation event? Can I hook in before these events and stop them or are they all “after the fact”? Grateful for any advice on where too find any useful resources for answering these kinds of questions.

There are some events for the Workspace and Vault classes in the documentation.

I found that I could go to https://docs.obsidian.md and in the search-box write on(' and would give suggestions which is complete enough

No, it’s not complete. It just has events from public API.

If you search on(name Obsidian Typings , you might find more from the internal API