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.