ZIP
WinGet
QOwnNotes
pbek · 26.2.13 · neutral
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
QOwnNotes.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
pbek.QOwnNotes
Version
26.2.13
Description
QOwnNotes is the open source notepad with markdown support and todo list manager
License
GPL-2.0
↗
Homepage
https://github.com/pbek/QOwnNotes
Release Notes
26.2.13
- Fixed indented fenced code blocks (with tabs or spaces before the opening fence) showing
raw CODEBLOCK placeholders instead of the actual code in the note preview
(for #2671)
- Fixed a backtick-fenced code block nested inside a 4-space/tab indented code block
causing highlight spans to be injected into verbatim content, making raw HTML like
<span class="code-keyword">test1</span>=test2 appear in the preview
(for #2671)
- Fixed a backtick-fenced code block nested inside a tild…