sysreptor
sysreptor copied to clipboard
[Feature Request] Adding Excalidraw plugin
Hello,
Thanks for adding the plugins option, I just enabled it and added the Cyberchef plugin to test, works wonderfully.
We would really like the support of a self-hosted excalidraw (https://github.com/excalidraw/excalidraw) plugin that we use daily for taking notes and creating maps of our pentests.
I just saw that you have two options for the plugins:
- General plugin (that is to say, plugins in the home directory)
- By-project plugins (which is inside each project, such as showed on the call http://
/project/ /plugins/ )
Btw, I'm still not sure which excalidraw implementation to consider:
- Non real-time collaboration -> easy to install and setup (like cyberchef), data stays in local storage (could be a first approach) (https://docs.excalidraw.com/docs/@excalidraw/excalidraw/installation)
- Limited real-time collaboration -> creating a "lock" during editing by users, but other users could edit afterwards
- Full realtime colaboration -> more complex to implement, necessitates handling via server (https://docs.excalidraw.com/docs/@excalidraw/excalidraw/faq#does-this-package-support-collaboration-)
What do you think ?