I read the security page in the docs as well as the security nutrition labels in Bazaar/Flatpak and I'm a bit confused about this line:
Zettlr's ability to execute arbitrary code while importing, viewing, and exporting Markdown documents is not a security flaw but a conscious design decision.
I find it odd to make such a design choice given the availability of capability based interfaces/portals, sandboxing, and other security measures. Why does Zettlr need access to the entire file system instead of negotiating that access through xdg-portal and other platform equivalents (which Electron supports AFAICT)?