Lishid
Lishid
A lot of it doesn't have explanations yet, but if you head over to the discord server there's a `#plugin-dev` channel where other plugin devs can help you. There's also...
Will add an API for this in the next release.
I think because the keymap and scoping mechanism is overwhelmingly used for keydown events, it doesn't make sense for us to implement a full keyup mechanism for event distribution (also...
Hmm I didn't consider that a possibility but I will look into it - Most likely I will just disregard repeat triggers though.
Yes, I am working on that and it will be part of the next release.
Yup. Originally, `lastEvent` was designed such that commands can check whether the `Ctrl/Cmd` key was held or if the event was triggered by middle clicking, to open things in new...
Hmm I can try adding extensions for hooked plugin types into the cache extension list.
@knsv Just curious if there was any progress on this - I'm doing a routine bug sweep and it seems that this bug is still a common encounter among users.
There is one actually, it's just not yet exported in the public definitions. ```ts workspace.on('receive-text-menu', callback: (menu: Menu, text: string) => any, ctx?: any); workspace.on('receive-files-menu', callback: (menu: Menu, files: TFile[])...
Could you post a copy (use pastebin or github gist) of the html of your A2Q4b latest submission test result page, and a print-screen of your A2Q4b's submission list page?...