I’d like to add a small jQuery plugin, Grider, to Wiki that would allow having tables sum columns, sort of like a simple spreadsheet feature. I think it only needs two js files loaded and run a script on the table IDs when in the Wiki editor.
Given the docker deployment, and the TypeScript architecture of EGW, I don’t quite know where to start. Does this seem possible? (I’m only used to running PHP apps, and so the docker layer spins my head on how to toss in files and edits to application code.)