We are porting our existing, very successful VSTO add-in to the Office JS API. In our VSTO add-in, we have right-click, aka context menus, on almost all types of Word document elements (e.g. tables, ...
This is a very minimalist context menu code snippet written in Vanilla JS. At the moment it isn't distributed through any package manager. Initially, the snippet was a part of the Stack Overflow ...