So I know what you're thinking, .md is just a text file, how can it be insecure?
I've been trying to find non-Electron apps (Windows) that are portable for some time now, but then I realised I was being kinda dumb because Markdown is usually rendered using a web engine (which increases attack surface form what I've heard). Since I store bank and medical info in my notes (sandboxed with Veracrypt), it's one of the few things I'm super protective about. I'm not as privacy-conscious as most folks here
Using a Markdown app without a web engine, I don't know if that's even possible (I'm not a techie). Like seriously, I tried a QT app called Ghostwriter but then I realised QT itself had a web engine so does that mean that "Ghostwriter" had it too? Well, it was 431MB, larger than Obsidian (349MB) and smaller than Zettlr (648MB). Since both are Electron apps, I realised that what I thought was a lightweight alternative probably had a web engine bundled inside.
https://github.com/KDE/ghostwriter/releases/tag/2.1.6. The latest release was in 2022 too so even if it has critical vulnerabilities they might never be fixed.
I need Markdown to be rendered in real time with syntax still shown (like asterisks being visible even while bolded), and well... every app I've tried on Windows seems to need a web engine. Without styling it's just ugly and cluttered to me. Actual plaintext without Markdown stuff might be safer, but my notes are really long and I'd lose the ability to jump to headers, so I'll have to reorganise tens of notes (still considering it)
I honestly think I might be too paranoid and web engines having a larger attack surface might not be that big of a deal for a notes app though. Since the people here seem well-versed in security stuff, I thought I'd ask you guys